用扩散模型生成3D高斯点,实现多视角一致的清晰重建。
NovelGS: Consistent Novel-view Denoising via Large Gaussian Reconstruction Model
- 基于Transformer的去噪网络,融合条件视图与噪声目标视图生成高斯点。
- 在多个公开数据集上超越现有方法,重建细节更锐利、视角间一致性更强。
- 适合做文本/图像到3D生成,可与多视图扩散模型集成使用。
我们提出NovelGS,一种针对稀疏视角图像的高斯点云扩散模型。现有方法依赖前馈网络生成像素对齐的高斯点,虽速度快但难以重建未覆盖区域。NovelGS采用基于Transformer的新型视角去噪机制,结合条件视图与噪声目标视图,预测各视角的像素对齐高斯点。训练时以渲染的目标视图及额外视图为监督信号;推理时从纯噪声开始,迭代渲染并去噪。实验表明,NovelGS在多视角图像重建任务中达到当前最优性能,能有效重建未见区域,获得一致且清晰的纹理。在公开数据集上的结果显著优于现有图像到3D框架,且可集成至多视图扩散模型,支持文本到3D和图像到3D等生成任务。
原文摘要 · Abstract (English)
We introduce NovelGS, a diffusion model for Gaussian Splatting (GS) given sparse-view images. Recent works leverage feed-forward networks to generate pixel-aligned Gaussians, which could be fast rendered. Unfortunately, the method was unable to produce satisfactory results for areas not covered by the input images due to the formulation of these methods. In contrast, we leverage the novel view denoising through a transformer-based network to generate 3D Gaussians. Specifically, by incorporating both conditional views and noisy target views, the network predicts pixel-aligned Gaussians for each view. During training, the rendered target and some additional views of the Gaussians are supervised. During inference, the target views are iteratively rendered and denoised from pure noise. Our approach demonstrates state-of-the-art performance in addressing the multi-view image reconstruction challenge. Due to generative modeling of unseen regions, NovelGS effectively reconstructs 3D objects with consistent and sharp textures. Experimental results on publicly available datasets indicate that NovelGS substantially surpasses existing image-to-3D frameworks, both qualitatively and quantitatively. We also demonstrate the potential of NovelGS in generative tasks, such as text-to-3D and image-to-3D, by integrating it with existing multiview diffusion models. We will make the code publicly accessible.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。