PCGS: Progressive Compression of 3D Gaussian Splatting
Yihang Chen, Mengyao Li, Qianyi Wu, Weiyao Lin, Mehrtash Harandi, Jianfei Cai
TL;DR
PCGS tackles the high data size of 3D Gaussian Splatting by introducing progressive compression that jointly tunes anchor quantity and quality. It employs a rate-aware masking strategy to progressively add anchors and refine Gaussians, and a progressive quantization scheme (Round followed by trit-plane quantization) with a context-aware, trinomial entropy model to improve efficiency across levels. The framework unifies training into a single process that yields a full rate-distortion curve and enables on-demand bitstream refinement without retraining. Experiments across multiple large-scale datasets demonstrate that PCGS achieves comparable compression to state-of-the-art single-rate methods while providing scalable, progressively refinable bitstreams suitable for dynamic bandwidth and storage constraints. This enhances the practical applicability of 3DGS in real-world pipelines and streaming scenarios.
Abstract
3D Gaussian Splatting (3DGS) achieves impressive rendering fidelity and speed for novel view synthesis. However, its substantial data size poses a significant challenge for practical applications. While many compression techniques have been proposed, they fail to efficiently utilize existing bitstreams in on-demand applications due to their lack of progressivity, leading to a waste of resource. To address this issue, we propose PCGS (Progressive Compression of 3D Gaussian Splatting), which adaptively controls both the quantity and quality of Gaussians (or anchors) to enable effective progressivity for on-demand applications. Specifically, for quantity, we introduce a progressive masking strategy that incrementally incorporates new anchors while refining existing ones to enhance fidelity. For quality, we propose a progressive quantization approach that gradually reduces quantization step sizes to achieve finer modeling of Gaussian attributes. Furthermore, to compact the incremental bitstreams, we leverage existing quantization results to refine probability prediction, improving entropy coding efficiency across progressive levels. Overall, PCGS achieves progressivity while maintaining compression performance comparable to SoTA non-progressive methods. Code available at: github.com/YihangChen-ee/PCGS.
