paper-with-me

Papers

ContraGS: Codebook-Condensed and Trainable Gaussian Splatting for Fast, Memory-Efficient Reconstruction

2025-09-03 · Sankeerth Durvasula, Sharanshangar Muhunthan, Zain Moustafa, Richard Chen, Ruofan Liang, Yushi Guan, Nilesh Ahuja, Nilesh Jain, Selvakumar Panneer, Nandita Vijaykumar arxiv

3D Gaussian Splatting (3DGS) is a state-of-art technique to model real-world scenes with high quality and real-time rendering. Typically, a higher quality representation can be achieved by using a large number of 3D Gaussians. However, using large 3D Gaussian counts significantly increases the GPU device memory for storing model parameters. A large model thus requires powerful GPUs with high memory capacities for training and has slower training/rendering latencies due to the inefficiencies of memory access and data movement. In this work, we introduce ContraGS, a method to enable training directly on compressed 3DGS representations without reducing the Gaussian Counts, and thus with a little loss in model quality. ContraGS leverages codebooks to compactly store a set of Gaussian parameter vectors throughout the training process, thereby significantly reducing memory consumption. While codebooks have been demonstrated to be highly effective at compressing fully trained 3DGS models, directly training using codebook representations is an unsolved challenge. ContraGS solves the problem of learning non-differentiable parameters in codebook-compressed representations by posing parameter estimation as a Bayesian inference problem. To this end, ContraGS provides a framework that effectively uses MCMC sampling to sample over a posterior distribution of these compressed representations. With ContraGS, we demonstrate that ContraGS significantly reduces the peak memory during training (on average 3.49X) and accelerated training and rendering (1.36X and 1.88X on average, respectively), while retraining close to state-of-art quality.

📄 PDF Abstract BibTeX arXiv:2509.03775

Code (0)

등록된 구현이 없습니다.

Tasks

Bayesian Inference

Similar Papers 제목 키워드 기반

Sparse Code Uplifting for Efficient 3D Language Gaussian Splatting

2026-05-13 · Lovre Antonio Budimir, Yushi Guan, Steve Ryhner, Sven Lončarić 외 arxiv

3D Language Gaussian Splatting (3DLGS) augments 3D Gaussian Splatting with language-aligned visual features for open-vocabulary 3D scene understanding. A core challenge is efficiently associating high-dimensional vision-…

Representation LearningScene Understanding

SA-3DGS: A Self-Adaptive Compression Method for 3D Gaussian Splatting

2025-08-05 · Liheng Zhang, Weihao Yu, Zubo Lu, Haozhi Gu 외 arxiv

Recent advancements in 3D Gaussian Splatting have enhanced efficient and high-quality novel view synthesis. However, representing scenes requires a large number of Gaussian points, leading to high storage demands and lim…

Novel View Synthesis

GaussianToken: An Effective Image Tokenizer with 2D Gaussian Splatting

2025-01-26 · Jiajun Dong, Chengkun Wang, Wenzhao Zheng, Lei Chen 외

Effective image tokenization is crucial for both multi-modal understanding and generation tasks due to the necessity of the alignment with discrete text data. To this end, existing approaches utilize vector quantization …

Quantization

Compressed Image Generation with Denoising Diffusion Codebook Models

2025-02-03 · Guy Ohayon, Hila Manor, Tomer Michaeli, Michael Elad

We present a novel generative approach based on Denoising Diffusion Models (DDMs), which produces high-quality image samples along with their losslessly compressed bit-stream representations. This is obtained by replacin…

Conditional Image GenerationDenoisingDiversityImage Compression+2

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 cos…

3DGS3D ReconstructionAttributeQuantization