Compression of 3D Gaussian Splatting with Optimized Feature Planes and Standard Video Codecs
Soonbin Lee, Fangwen Shu, Yago Sanchez, Thomas Schierl, Cornelius Hellge
TL;DR
This work tackles the high storage footprint of 3D Gaussian Splatting (3DGS) by introducing a compact compression framework that uses tri-plane feature planes to predict all gaussian attributes and optimizes them with frequency-domain entropy modeling and channel-aware bit allocation. By transforming planes with a 2D DCT and employing a per-channel entropy objective plus channel importance-guided weighting, the method exploits spatial correlations and integrates seamlessly with standard video codecs to achieve substantial rate-distortion gains. Across Mip-NeRF360, DeepBlending, and Tank & Temples, the approach delivers storage under 10 MB per scene with up to $76×$ compression and only negligible PSNR losses, while maintaining rendering speed comparable to the original 3DGS. This enables practical, codec-friendly 3D scene compression suitable for mobile devices and broad deployment, and points to further gains as video codecs evolve.
Abstract
3D Gaussian Splatting is a recognized method for 3D scene representation, known for its high rendering quality and speed. However, its substantial data requirements present challenges for practical applications. In this paper, we introduce an efficient compression technique that significantly reduces storage overhead by using compact representation. We propose a unified architecture that combines point cloud data and feature planes through a progressive tri-plane structure. Our method utilizes 2D feature planes, enabling continuous spatial representation. To further optimize these representations, we incorporate entropy modeling in the frequency domain, specifically designed for standard video codecs. We also propose channel-wise bit allocation to achieve a better trade-off between bitrate consumption and feature plane representation. Consequently, our model effectively leverages spatial correlations within the feature planes to enhance rate-distortion performance using standard, non-differentiable video codecs. Experimental results demonstrate that our method outperforms existing methods in data compactness while maintaining high rendering quality. Our project page is available at https://fraunhoferhhi.github.io/CodecGS
