Search papers, labs, and topics across Lattice.
The paper introduces DropAnSH-GS, a novel dropout strategy for 3D Gaussian Splatting (3DGS) under sparse-view conditions, addressing the neighbor compensation effect observed in existing Gaussian dropout methods. DropAnSH-GS introduces an anchor-based dropout that removes spatial neighbors of randomly selected anchor Gaussians to disrupt local redundancies and promote globally informed representations. Additionally, the method drops higher-degree spherical harmonic coefficients to regularize color attributes, leading to improved performance and enabling post-training model compression.
By strategically dropping "anchor" Gaussians and their neighbors, DropAnSH-GS overcomes the limitations of naive dropout in 3D Gaussian Splatting, leading to more robust and globally informed scene representations under sparse-view conditions.
Recent 3D Gaussian Splatting (3DGS) Dropout methods address overfitting under sparse-view conditions by randomly nullifying Gaussian opacities. However, we identify a neighbor compensation effect in these approaches: dropped Gaussians are often compensated by their neighbors, weakening the intended regularization. Moreover, these methods overlook the contribution of high-degree spherical harmonic coefficients (SH) to overfitting. To address these issues, we propose DropAnSH-GS, a novel anchor-based Dropout strategy. Rather than dropping Gaussians independently, our method randomly selects certain Gaussians as anchors and simultaneously removes their spatial neighbors. This effectively disrupts local redundancies near anchors and encourages the model to learn more robust, globally informed representations. Furthermore, we extend the Dropout to color attributes by randomly dropping higher-degree SH to concentrate appearance information in lower-degree SH. This strategy further mitigates overfitting and enables flexible post-training model compression via SH truncation. Experimental results demonstrate that DropAnSH-GS substantially outperforms existing Dropout methods with negligible computational overhead, and can be readily integrated into various 3DGS variants to enhance their performances. Project Website: https://sk-fun.fun/DropAnSH-GS