ExGS: Extreme 3D Gaussian Compression with Diffusion Priors
Jiaqi Chen, Xinhao Ji, Yuanyuan Gao, Hao Li, Yuning Gong, Yifei Liu, Dan Xu, Zhihang Zhong, Dingwen Zhang, Xiao Sun
TL;DR
ExGS tackles the large storage burden of 3D Gaussian Splatting by introducing a two-stage, data-driven compression framework that unifies Universal Gaussian Compression (UGC) with GaussPainter. UGC performs re-optimization-free pruning using a global significance score and voxel-based sampling, augmented by adaptive amplification to preserve structure under extreme compression. GaussPainter then uses diffusion priors with latent supervision and mask-guided conditioning to restore high-quality renderings from heavily pruned scenes in near real-time, leveraging a lightweight VAE and a one-step diffusion schedule. The approach achieves compression ratios exceeding $100\times$ (e.g., reducing a typical 354.77 MB model to about 3.31 MB) while preserving geometry and appearance, and demonstrates strong performance on indoor and outdoor datasets with real-time rendering, underscoring diffusion priors’ crucial role in bridging aggressive compression and rendering fidelity.
Abstract
Neural scene representations, such as 3D Gaussian Splatting (3DGS), have enabled high-quality neural rendering; however, their large storage and transmission costs hinder deployment in resource-constrained environments. Existing compression methods either rely on costly optimization, which is slow and scene-specific, or adopt training-free pruning and quantization, which degrade rendering quality under high compression ratios. In contrast, recent data-driven approaches provide a promising direction to overcome this trade-off, enabling efficient compression while preserving high rendering quality. We introduce ExGS, a novel feed-forward framework that unifies Universal Gaussian Compression (UGC) with GaussPainter for Extreme 3DGS compression. UGC performs re-optimization-free pruning to aggressively reduce Gaussian primitives while retaining only essential information, whereas GaussPainter leverages powerful diffusion priors with mask-guided refinement to restore high-quality renderings from heavily pruned Gaussian scenes. Unlike conventional inpainting, GaussPainter not only fills in missing regions but also enhances visible pixels, yielding substantial improvements in degraded renderings. To ensure practicality, it adopts a lightweight VAE and a one-step diffusion design, enabling real-time restoration. Our framework can even achieve over 100X compression (reducing a typical 354.77 MB model to about 3.31 MB) while preserving fidelity and significantly improving image quality under challenging conditions. These results highlight the central role of diffusion priors in bridging the gap between extreme compression and high-quality neural rendering. Our code repository will be released at: https://github.com/chenttt2001/ExGS
