Search papers, labs, and topics across Lattice.
CVT-GS introduces an optimization-free, post-hoc simplification framework that compresses pretrained 3D Gaussian Splatting (3DGS) scenes without requiring fine-tuning, retraining, or custom renderers. The framework partitions Gaussian primitives into spatially coherent cells using geometry-aware Centroidal Voronoi Tessellation (CVT) and collapses each cell into a single representative Gaussian using a lightweight neural cell merger. At an extreme 100-fold primitive reduction, the approach executes 12 times faster than existing simplification methods while improving reconstruction quality by 1.3 dB PSNR.
Pretrained 3D Gaussian scenes can be compressed 100-fold post-hoc without any per-scene optimization, beating existing simplification baselines by 1.3 dB PSNR at 12x the speed.
While 3D Gaussian Splatting (3DGS) has emerged as a powerful representation for real-time novel view synthesis, rendering high-fidelity scenes often relies on a massive number of Gaussian primitives, incurring substantial storage and computational overhead. Existing simplification techniques are largely intrusive, requiring training-time pruning, architectural modifications, or computationally expensive per-scene fine-tuning. These drawbacks limit their deployment on off-the-shelf pretrained models. In this paper, we propose CVT-GS, a novel optimization-free post-hoc simplification framework that directly compresses trained 3DGS scenes without sacrificing visual fidelity. Our approach first constructs spatially coherent cells over Gaussian centers via a geometry-aware Centroidal Voronoi Tessellation (CVT). Subsequently, a lightweight neural cell merger predicts the geometry and appearance of a single, highly representative Gaussian primitive for each cell under differentiable rendering supervision. By formulating simplification as a rendering-aware many-to-one merging process rather than naive primitive pruning, CVT-GS outputs a standard 3DGS scene that is seamlessly compatible with existing renderers. Experiments on various datasets demonstrate the superiority of our method. Notably, when achieving a 100-fold reduction in Gaussian points, our method operates 12 times faster than state-of-the-art methods while improving the PSNR by 1.3 dB.