CVMMJan 6, 2025

Compression of 3D Gaussian Splatting with Optimized Feature Planes and Standard Video Codecs

arXiv:2501.03399v129 citationsh-index: 23
AI Analysis

This addresses storage challenges for practical applications of 3D scene representation, but it is incremental as it builds on existing 3D Gaussian Splatting methods.

The paper tackles the problem of high storage requirements in 3D Gaussian Splatting for 3D scene representation by introducing a compression technique that uses optimized feature planes and standard video codecs, achieving improved data compactness while maintaining high rendering quality.

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

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes