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

MaskGaussian: Adaptive 3D Gaussian Representation from Probabilistic Masks

About

While 3D Gaussian Splatting (3DGS) has demonstrated remarkable performance in novel view synthesis and real-time rendering, the high memory consumption due to the use of millions of Gaussians limits its practicality. To mitigate this issue, improvements have been made by pruning unnecessary Gaussians, either through a hand-crafted criterion or by using learned masks. However, these methods deterministically remove Gaussians based on a snapshot of the pruning moment, leading to sub-optimized reconstruction performance from a long-term perspective. To address this issue, we introduce MaskGaussian, which models Gaussians as probabilistic entities rather than permanently removing them, and utilize them according to their probability of existence. To achieve this, we propose a masked-rasterization technique that enables unused yet probabilistically existing Gaussians to receive gradients, allowing for dynamic assessment of their contribution to the evolving scene and adjustment of their probability of existence. Hence, the importance of Gaussians iteratively changes and the pruned Gaussians are selected diversely. Extensive experiments demonstrate the superiority of the proposed method in achieving better rendering quality with fewer Gaussians than previous pruning methods, pruning over 60% of Gaussians on average with only a 0.02 PSNR decline. Our code can be found at: https://github.com/kaikai23/MaskGaussian

Yifei Liu, Zhihang Zhong, Yifan Zhan, Sheng Xu, Xiao Sun• 2024

Related benchmarks

TaskDatasetResultRank
Novel View SynthesisMipNeRF 360 Outdoor
PSNR24.683
112
Novel View SynthesisMipNeRF 360 Indoor
PSNR30.988
108
Novel View SynthesisMip-NeRF360
PSNR27.49
104
Novel View SynthesisMip-NeRF 360
PSNR27.485
102
Novel View SynthesisTanks&Temples
SSIM84.7
39
Novel View SynthesisDeep Blending official (test)
PSNR29.69
22
Novel View SynthesisDeep Blending
PSNR29.71
21
Novel View SynthesisMip-NeRF360 official (test)
PSNR27.43
19
Novel View SynthesisTanks&Temples
PSNR23.57
13
Novel View SynthesisTanks&Temples official (test)
PSNR23.72
11
Showing 10 of 18 rows

Other info

Code

Follow for update