English

SA-3DGS: A Self-Adaptive Compression Method for 3D Gaussian Splatting

Computer Vision and Pattern Recognition 2025-09-17 v2

Abstract

Recent advancements in 3D Gaussian Splatting have enhanced efficient and high-quality novel view synthesis. However, representing scenes requires a large number of Gaussian points, leading to high storage demands and limiting practical deployment. The latest methods facilitate the compression of Gaussian models but struggle to identify truly insignificant Gaussian points in the scene, leading to a decline in subsequent Gaussian pruning, compression quality, and rendering performance. To address this issue, we propose SA-3DGS, a method that significantly reduces storage costs while maintaining rendering quality. SA-3DGS learns an importance score to automatically identify the least significant Gaussians in scene reconstruction, thereby enabling effective pruning and redundancy reduction. Next, the importance-aware clustering module compresses Gaussians attributes more accurately into the codebook, improving the codebook's expressive capability while reducing model size. Finally, the codebook repair module leverages contextual scene information to repair the codebook, thereby recovering the original Gaussian point attributes and mitigating the degradation in rendering quality caused by information loss. Experimental results on several benchmark datasets show that our method achieves up to 66x compression while maintaining or even improving rendering quality. The proposed Gaussian pruning approach is not only adaptable to but also improves other pruning-based methods (e.g., LightGaussian), showcasing excellent performance and strong generalization ability.

Keywords

Cite

@article{arxiv.2508.03017,
  title  = {SA-3DGS: A Self-Adaptive Compression Method for 3D Gaussian Splatting},
  author = {Liheng Zhang and Weihao Yu and Zubo Lu and Haozhi Gu and Jin Huang},
  journal= {arXiv preprint arXiv:2508.03017},
  year   = {2025}
}

Comments

This paper is being withdrawn as the work is incomplete and requires substantial additional development before it can be presented

R2 v1 2026-07-01T04:34:24.982Z