AnySplat
收藏资源简介:
AnySplat是一个基于Transformer的神经网络,旨在从未校准的多视角图像中快速进行3D场景重建。它通过预测一组3D高斯基元来表示场景,并在单个前向传递中预测所有内容,无需相机校准或场景优化。该模型在稀疏和密集视图场景中均表现出卓越的性能,并大大减少了渲染延迟。AnySplat在九个多样化和大规模的数据集上进行了训练,以处理各种几何和外观变化。该模型无需3D标注即可进行训练,使其能够扩展到不受约束的捕获场景中。
AnySplat is a Transformer-based neural network designed for rapid 3D scene reconstruction from uncalibrated multi-view images. It represents scenes by predicting a set of 3D Gaussian primitives, and predicts all contents in a single forward pass without requiring camera calibration or scene optimization. The model exhibits superior performance in both sparse and dense view scenarios, and drastically reduces rendering latency. AnySplat is trained on nine diverse and large-scale datasets to handle various geometric and appearance variations. The model can be trained without 3D annotations, enabling it to scale to unconstrained captured scenes.
AnySplat数据集概述
数据集基本信息
- 名称: AnySplat
- 类型: 3D高斯泼溅(3D Gaussian Splatting)数据集
- 应用领域: 新颖视角合成(Novel-view synthesis)
- 开发团队:
- 中国科学技术大学
- 上海人工智能实验室
- 香港中文大学
- 布朗大学
- 上海交通大学
- 香港大学
数据集特点
- 输入要求: 未校准的图像集合(无需相机姿态标注)
- 输出内容:
- 3D高斯基元(编码场景几何和外观)
- 每张输入图像的相机内参和外参
- 技术优势:
- 单次前向传播完成预测
- 适用于稀疏和密集视角场景
- 实时新颖视角合成
方法概述
- 几何编码器: 基于Transformer的架构
- 解码器头:
- FG: 预测高斯参数(μ,σ,r,s,c)
- FD: 预测深度图D
- FC: 预测相机姿态p
- 处理流程:
- 构建像素级3D高斯
- 通过可微分体素化模块进行体素化
- 渲染多视角图像和深度图
评估场景
- 稀疏视角:
- Re10K (2 views)
- BungeeNeRF (8 views)
- DTU (8 views)
- LLFF (8 views)
- 密集视角:
- 32 views (MatrixCity/lerf/fillbusters/tnt)
- Eyefultower (64 views)
- KITTI-360/Horizon-GS/ZipNeRF (64 views)
对比基准
- 稀疏视角基线: FLARE, NoPoSplat
- 密集视角基线: 3DGS, MipSplatting




