paper-with-me

Papers

Compressing 3D Gaussian Splatting by Noise-Substituted Vector Quantization

2025-04-03 · Haishan Wang, Mohammad Hassan Vali, Arno Solin

3D Gaussian Splatting (3DGS) has demonstrated remarkable effectiveness in 3D reconstruction, achieving high-quality results with real-time radiance field rendering. However, a key challenge is the substantial storage cost: reconstructing a single scene typically requires millions of Gaussian splats, each represented by 59 floating-point parameters, resulting in approximately 1~GB of memory. To address this challenge, we propose a compression method by building separate attribute codebooks and storing only discrete code indices. Specifically, we employ noise-substituted vector quantization technique to jointly train the codebooks and model features, ensuring consistency between gradient descent optimization and parameter discretization. Our method reduces the memory consumption efficiently (around $45\times$) while maintaining competitive reconstruction quality on standard 3D benchmark scenes. Experiments on different codebook sizes show the trade-off between compression ratio and image quality. Furthermore, the trained compressed model remains fully compatible with popular 3DGS viewers and enables faster rendering speed, making it well-suited for practical applications.

📄 PDF Abstract BibTeX arXiv:2504.03059

Code (1)

aaltoml/nsvqgs 공식 구현 pytorch

Tasks

3DGS3D ReconstructionAttributeQuantization

Similar Papers 제목 키워드 기반

GeoSplat: A Deep Dive into Geometry-Constrained Gaussian Splatting

2025-09-05 · Yangming Li, Chaoyu Liu, Lihao Liu, Simon Masnou 외 arxiv

A few recent works explored incorporating geometric priors to regularize the optimization of Gaussian splatting, further improving its performance. However, those early studies mainly focused on the use of low-order geom…

Novel View Synthesis

Improving 3D Gaussian Splatting Compression by Scene-Adaptive Lattice Vector Quantization

2025-09-16 · Hao Xu, Xiaolin Wu, Xi Zhang arxiv

3D Gaussian Splatting (3DGS) is rapidly gaining popularity for its photorealistic rendering quality and real-time performance, but it generates massive amounts of data. Hence compressing 3DGS data is necessary for the co…

Feature Splatting for Better Novel View Synthesis with Low Overlap

2024-05-24 · T. Berriel Martins, Javier Civera

3D Gaussian Splatting has emerged as a very promising scene representation, achieving state-of-the-art quality in novel view synthesis significantly faster than competing alternatives. However, its use of spherical harmo…

Feature SplattingNovel View Synthesis

NeuralGS: Bridging Neural Fields and 3D Gaussian Splatting for Compact 3D Representations

2025-03-29 · Zhenyu Tang, Chaoran Feng, Xinhua Cheng, Wangbo Yu 외

3D Gaussian Splatting (3DGS) demonstrates superior quality and rendering speed, but with millions of 3D Gaussians and significant storage and transmission costs. Recent 3DGS compression methods mainly concentrate on comp…

3DGSNeRFQuantization

DenoiseSplat: Feed-Forward Gaussian Splatting for Noisy 3D Scene Reconstruction

2026-03-10 · Fuzhen Jiang, Zhuoran Li, Yinlin Zhang arxiv

3D scene reconstruction and novel-view synthesis are fundamental for VR, robotics, and content creation. However, most NeRF and 3D Gaussian Splatting pipelines assume clean inputs and degrade under real noise and artifac…