English

RobustSplat: Decoupling Densification and Dynamics for Transient-Free 3DGS

Computer Vision and Pattern Recognition 2025-07-30 v3

Abstract

3D Gaussian Splatting (3DGS) has gained significant attention for its real-time, photo-realistic rendering in novel-view synthesis and 3D modeling. However, existing methods struggle with accurately modeling scenes affected by transient objects, leading to artifacts in the rendered images. We identify that the Gaussian densification process, while enhancing scene detail capture, unintentionally contributes to these artifacts by growing additional Gaussians that model transient disturbances. To address this, we propose RobustSplat, a robust solution based on two critical designs. First, we introduce a delayed Gaussian growth strategy that prioritizes optimizing static scene structure before allowing Gaussian splitting/cloning, mitigating overfitting to transient objects in early optimization. Second, we design a scale-cascaded mask bootstrapping approach that first leverages lower-resolution feature similarity supervision for reliable initial transient mask estimation, taking advantage of its stronger semantic consistency and robustness to noise, and then progresses to high-resolution supervision to achieve more precise mask prediction. Extensive experiments on multiple challenging datasets show that our method outperforms existing methods, clearly demonstrating the robustness and effectiveness of our method. Our project page is https://fcyycf.github.io/RobustSplat/.

Keywords

Cite

@article{arxiv.2506.02751,
  title  = {RobustSplat: Decoupling Densification and Dynamics for Transient-Free 3DGS},
  author = {Chuanyu Fu and Yuqi Zhang and Kunbin Yao and Guanying Chen and Yuan Xiong and Chuan Huang and Shuguang Cui and Xiaochun Cao},
  journal= {arXiv preprint arXiv:2506.02751},
  year   = {2025}
}

Comments

ICCV 2025. Project page: https://fcyycf.github.io/RobustSplat/

R2 v1 2026-07-01T02:56:41.113Z