paper-with-me

홈 › Papers

MesonGS++: Post-training Compression of 3D Gaussian Splatting with Hyperparameter Searching

2026-04-29 · Shuzhao Xie, Junchen Ge, Weixiang Zhang, Jiahang Liu, Chen Tang, Yunpeng Bai, Shijia Ge, Jingyan Jiang, Yuzhi Huang, Fengnian Yang, Cong Zhang, Xiaoyi Fan, Zhi Wang arxiv

3D Gaussian Splatting (3DGS) achieves high-quality novel view synthesis with real-time rendering, but its storage cost remains prohibitive for practical deployment. Existing post-training compression methods still rely on many coupled hyperparameters across pruning, transformation, quantization, and entropy coding, making it difficult to control the final compressed size and fully exploit the rate-distortion trade-off. We propose MesonGS++, a size-aware post-training codec for 3D Gaussian compression. On the codec side, MesonGS++ combines joint importance-based pruning, octree geometry coding, attribute transformation, selective vector quantization for higher-degree spherical harmonics, and group-wise mixed-precision quantization with entropy coding. On the configuration side, it treats the reserve ratio and bit-width allocation as the dominant rate-distortion knobs and jointly optimizes them under a target storage budget via discrete sampling and 0--1 integer linear programming. We further propose a linear size estimator and a CUDA parallel quantization operator to accelerate the hyperparameter searching process. Extensive experiments show that MesonGS++ achieves over 34$\times$ compression while preserving rendering fidelity, outperforming state-of-the-art post-training methods and accurately meeting target size budgets. Remarkably, without any training, MesonGS++ can even surpass the PSNR of vanilla 3DGS at a 20$\times$ compression rate on the Stump scene. Our code is available at https://github.com/mmlab-sigs/mesongs_plus

📄 PDF Abstract BibTeX arXiv:2604.26799

Code (0)

등록된 구현이 없습니다.

Tasks

Novel View Synthesis

Similar Papers 제목 키워드 기반

MesonGS: Post-training Compression of 3D Gaussians via Efficient Attribute Transformation

2024-09-15 · Shuzhao Xie, Weixiang Zhang, Chen Tang, Yunpeng Bai 외

3D Gaussian Splatting demonstrates excellent quality and speed in novel view synthesis. Nevertheless, the huge file size of the 3D Gaussians presents challenges for transmission and storage. Current works design compact …

AttributeNovel View SynthesisQuantization

FlexGaussian: Flexible and Cost-Effective Training-Free Compression for 3D Gaussian Splatting

2025-07-09 · Boyuan Tian, Qizhe Gao, Siran Xianyu, Xiaotong Cui 외 arxiv

3D Gaussian splatting has become a prominent technique for representing and rendering complex 3D scenes, due to its high fidelity and speed advantages. However, the growing demand for large-scale models calls for effecti…

Smaller and Faster 3DGS via Post-Training Dictionary Learning

2026-05-28 · Jiarong Gong, Jonas Unger, Ehsan Miandji arxiv

3D Gaussian Splatting (3DGS) is a promising neural scene representation for real-time rendering, but trained models often suffer from large memory footprints, limiting deployment on less powerful devices. Existing compre…

Fast Feedforward 3D Gaussian Splatting Compression

2024-10-10 · Yihang Chen, Qianyi Wu, Mengyao Li, Weiyao Lin 외

With 3D Gaussian Splatting (3DGS) advancing real-time and high-fidelity rendering for novel view synthesis, storage requirements pose challenges for their widespread adoption. Although various compression techniques have…

3DGSNovel View Synthesis

GaussianImage++: Boosted Image Representation and Compression with 2D Gaussian Splatting

2025-12-22 · Tiantian Li, Xinjie Zhang, Xingtong Ge, Tongda Xu 외 arxiv

Implicit neural representations (INRs) have achieved remarkable success in image representation and compression, but they require substantial training time and memory. Meanwhile, recent 2D Gaussian Splatting (GS) methods…