CVOct 17, 2024

UniGS: Modeling Unitary 3D Gaussians for Novel View Synthesis from Sparse-view Images

arXiv:2410.13195v31 citationsh-index: 4Has Code
Originality Highly original
AI Analysis

This addresses the challenge of generating realistic 3D scenes from limited input views for applications in computer vision and graphics, representing a novel method rather than an incremental improvement.

The paper tackles the problem of novel view synthesis from sparse-view images by introducing UniGS, a model that predicts high-fidelity 3D Gaussian representations, achieving a 4.2 dB improvement in PSNR on the GSO benchmark.

In this work, we introduce UniGS, a novel 3D Gaussian reconstruction and novel view synthesis model that predicts a high-fidelity representation of 3D Gaussians from arbitrary number of posed sparse-view images. Previous methods often regress 3D Gaussians locally on a per-pixel basis for each view and then transfer them to world space and merge them through point concatenation. In contrast, Our approach involves modeling unitary 3D Gaussians in world space and updating them layer by layer. To leverage information from multi-view inputs for updating the unitary 3D Gaussians, we develop a DETR (DEtection TRansformer)-like framework, which treats 3D Gaussians as queries and updates their parameters by performing multi-view cross-attention (MVDFA) across multiple input images, which are treated as keys and values. This approach effectively avoids `ghosting' issue and allocates more 3D Gaussians to complex regions. Moreover, since the number of 3D Gaussians used as decoder queries is independent of the number of input views, our method allows arbitrary number of multi-view images as input without causing memory explosion or requiring retraining. Extensive experiments validate the advantages of our approach, showcasing superior performance over existing methods quantitatively (improving PSNR by 4.2 dB when trained on Objaverse and tested on the GSO benchmark) and qualitatively. The code will be released at https://github.com/jwubz123/UNIG.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes