paper-with-me

홈 › Papers

Self-Ensembling Gaussian Splatting for Few-Shot Novel View Synthesis

2024-10-31 · Chen Zhao, Xuan Wang, Tong Zhang, Saqib Javed, Mathieu Salzmann

3D Gaussian Splatting (3DGS) has demonstrated remarkable effectiveness in novel view synthesis (NVS). However, 3DGS tends to overfit when trained with sparse views, limiting its generalization to novel viewpoints. In this paper, we address this overfitting issue by introducing Self-Ensembling Gaussian Splatting (SE-GS). We achieve self-ensembling by incorporating an uncertainty-aware perturbation strategy during training. A $\mathbf{\Delta}$-model and a $\mathbf{\Sigma}$-model are jointly trained on the available images. The $\mathbf{\Delta}$-model is dynamically perturbed based on rendering uncertainty across training steps, generating diverse perturbed models with negligible computational overhead. Discrepancies between the $\mathbf{\Sigma}$-model and these perturbed models are minimized throughout training, forming a robust ensemble of 3DGS models. This ensemble, represented by the $\mathbf{\Sigma}$-model, is then used to generate novel-view images during inference. Experimental results on the LLFF, Mip-NeRF360, DTU, and MVImgNet datasets demonstrate that our approach enhances NVS quality under few-shot training conditions, outperforming existing state-of-the-art methods. The code is released at: https://sailor-z.github.io/projects/SEGS.html.

📄 PDF Abstract BibTeX arXiv:2411.00144

Code (1)

sailor-z/se-gs 공식 구현 pytorch

Tasks

3DGSNovel View Synthesis

Similar Papers 제목 키워드 기반

GaussianOcc: Fully Self-supervised and Efficient 3D Occupancy Estimation with Gaussian Splatting

2024-08-21 · Wanshui Gan, Fang Liu, Hongbin Xu, Ningkai Mo 외

We introduce GaussianOcc, a systematic method that investigates the two usages of Gaussian splatting for fully self-supervised and efficient 3D occupancy estimation in surround views. First, traditional methods for self-…

Representation Learning

PointGS: Point Attention-Aware Sparse View Synthesis with Gaussian Splatting

2025-06-12 · Lintao Xiang, Hongpei Zheng, Yating Huang, Qijun Yang 외

3D Gaussian splatting (3DGS) is an innovative rendering technique that surpasses the neural radiance field (NeRF) in both rendering speed and visual quality by leveraging an explicit 3D scene representation. Existing 3DG…

3DGSNeRF

Few-shot Novel View Synthesis using Depth Aware 3D Gaussian Splatting

2024-10-14 · Raja Kumar, Vanshika Vats

3D Gaussian splatting has surpassed neural radiance field methods in novel view synthesis by achieving lower computational costs and real-time high-quality rendering. Although it produces a high-quality rendering with a …

3DGSDepth EstimationDepth PredictionNovel View Synthesis

Unlocking Zero-shot Potential of Semi-dense Image Matching via Gaussian Splatting

2025-11-26 · Juncheng Chen, Chao Xu, Yanjun Cao arxiv

Learning-based image matching critically depends on large-scale, diverse, and geometrically accurate training data. 3D Gaussian Splatting (3DGS) enables photorealistic novel-view synthesis and thus is attractive for data…

Image Matching

OccGS: Zero-shot 3D Occupancy Reconstruction with Semantic and Geometric-Aware Gaussian Splatting

2025-02-07 · Xiaoyu Zhou, Jingqi Wang, Yongtao Wang, Yufei Wei 외

Obtaining semantic 3D occupancy from raw sensor data without manual annotations remains an essential yet challenging task. While prior works have approached this as a perception prediction problem, we formulate it as sce…