CVNov 4, 2024

FewViewGS: Gaussian Splatting with Few View Matching and Multi-stage Training

arXiv:2411.02229v218 citationsh-index: 19NIPS
Originality Incremental advance
AI Analysis

This addresses the challenge of few-shot novel view synthesis for applications like virtual reality and 3D reconstruction, representing an incremental improvement over existing Gaussian Splatting methods.

The paper tackles the problem of novel view synthesis from sparse input images, where Gaussian Splatting tends to overfit, by proposing a multi-stage training method with matching-based consistency constraints and locality preserving regularization, achieving competitive or superior performance on synthetic and real-world datasets.

The field of novel view synthesis from images has seen rapid advancements with the introduction of Neural Radiance Fields (NeRF) and more recently with 3D Gaussian Splatting. Gaussian Splatting became widely adopted due to its efficiency and ability to render novel views accurately. While Gaussian Splatting performs well when a sufficient amount of training images are available, its unstructured explicit representation tends to overfit in scenarios with sparse input images, resulting in poor rendering performance. To address this, we present a 3D Gaussian-based novel view synthesis method using sparse input images that can accurately render the scene from the viewpoints not covered by the training images. We propose a multi-stage training scheme with matching-based consistency constraints imposed on the novel views without relying on pre-trained depth estimation or diffusion models. This is achieved by using the matches of the available training images to supervise the generation of the novel views sampled between the training frames with color, geometry, and semantic losses. In addition, we introduce a locality preserving regularization for 3D Gaussians which removes rendering artifacts by preserving the local color structure of the scene. Evaluation on synthetic and real-world datasets demonstrates competitive or superior performance of our method in few-shot novel view synthesis compared to existing state-of-the-art methods.

Foundations

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

Your Notes