Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

DropGaussian: Structural Regularization for Sparse-view Gaussian Splatting

About

Recently, 3D Gaussian splatting (3DGS) has gained considerable attentions in the field of novel view synthesis due to its fast performance while yielding the excellent image quality. However, 3DGS in sparse-view settings (e.g., three-view inputs) often faces with the problem of overfitting to training views, which significantly drops the visual quality of novel view images. Many existing approaches have tackled this issue by using strong priors, such as 2D generative contextual information and external depth signals. In contrast, this paper introduces a prior-free method, so-called DropGaussian, with simple changes in 3D Gaussian splatting. Specifically, we randomly remove Gaussians during the training process in a similar way of dropout, which allows non-excluded Gaussians to have larger gradients while improving their visibility. This makes the remaining Gaussians to contribute more to the optimization process for rendering with sparse input views. Such simple operation effectively alleviates the overfitting problem and enhances the quality of novel view synthesis. By simply applying DropGaussian to the original 3DGS framework, we can achieve the competitive performance with existing prior-based 3DGS methods in sparse-view settings of benchmark datasets without any additional complexity. The code and model are publicly available at: https://github.com/DCVL-3D/DropGaussian release.

Hyunwoo Park, Gun Ryu, Wonjun Kim• 2025

Related benchmarks

TaskDatasetResultRank
Novel View SynthesisLLFF 3-view
PSNR20.76
95
Novel View SynthesisLLFF 9-view
PSNR26.21
75
Novel View SynthesisLLFF 6-view
PSNR24.74
74
Novel View SynthesisDTU 3-view
PSNR19.31
47
Novel View SynthesisBlender Synthetic 8-view (test)
PSNR25.42
36
Novel View SynthesisMip-NeRF 360 12-view
PSNR19.74
32
Novel View SynthesisMip-NeRF 360 24-view
PSNR24.13
19
Novel View SynthesisBlender 8 views
PSNR25.17
10
Novel View SynthesisReplica 2-view (test)
PSNR27.76
4
Showing 9 of 9 rows

Other info

Code

Follow for update