Voxel-GS: Quantized Scaffold Gaussian Splatting Compression with Run-Length Coding
By: Chunyang Fu , Xiangrui Liu , Shiqi Wang and more
Substantial Gaussian splatting format point clouds require effective compression. In this paper, we propose Voxel-GS, a simple yet highly effective framework that departs from the complex neural entropy models of prior work, instead achieving competitive performance using only a lightweight rate proxy and run-length coding. Specifically, we employ a differentiable quantization to discretize the Gaussian attributes of Scaffold-GS. Subsequently, a Laplacian-based rate proxy is devised to impose an entropy constraint, guiding the generation of high-fidelity and compact reconstructions. Finally, this integer-type Gaussian point cloud is compressed losslessly using Octree and run-length coding. Experiments validate that the proposed rate proxy accurately estimates the bitrate of run-length coding, enabling Voxel-GS to eliminate redundancy and optimize for a more compact representation. Consequently, our method achieves a remarkable compression ratio with significantly faster coding speeds than prior art. The code is available at https://github.com/zb12138/VoxelGS.
Similar Papers
RAVE: Rate-Adaptive Visual Encoding for 3D Gaussian Splatting
CV and Pattern Recognition
Shrinks 3D scenes for faster, smaller virtual worlds.
Compressing 3D Gaussian Splatting by Noise-Substituted Vector Quantization
CV and Pattern Recognition
Shrinks 3D scene files to save space.
Lightweight 3D Gaussian Splatting Compression via Video Codec
CV and Pattern Recognition
Makes 3D scenes fit on phones.