GaussianPOP: Principled Simplification Framework for Compact 3D Gaussian Splatting via Error Quantification
Soonbin Lee, Yeong-Gyu Kim, Simon Sasse, Tomas M. Borges, Yago Sanchez, Eun-Seok Ryu, Thomas Schierl, Cornelius Hellge
TL;DR
GaussianPOP introduces an analytically derived per-Gaussian visual error metric, ΔSE_k, directly from the 3DGS rendering equation to enable principled pruning. The authors implement a render-once, compute-locally algorithm for efficient, single-pass error quantification and present a three-stage framework—quantification, pruning, and fine-tuning—that works for both on-training and post-training scenarios. They demonstrate that direct error quantification yields superior compactness–fidelity trade-offs compared with state-of-the-art pruning methods, supported by extensive experiments and an iterative re-quantification strategy for stable post-training simplification. The approach reduces model size while preserving high rendering quality, facilitating deployment of compact 3D Gaussian Splatting representations on resource-constrained devices.
Abstract
Existing 3D Gaussian Splatting simplification methods commonly use importance scores, such as blending weights or sensitivity, to identify redundant Gaussians. However, these scores are not driven by visual error metrics, often leading to suboptimal trade-offs between compactness and rendering fidelity. We present GaussianPOP, a principled simplification framework based on analytical Gaussian error quantification. Our key contribution is a novel error criterion, derived directly from the 3DGS rendering equation, that precisely measures each Gaussian's contribution to the rendered image. By introducing a highly efficient algorithm, our framework enables practical error calculation in a single forward pass. The framework is both accurate and flexible, supporting on-training pruning as well as post-training simplification via iterative error re-quantification for improved stability. Experimental results show that our method consistently outperforms existing state-of-the-art pruning methods across both application scenarios, achieving a superior trade-off between model compactness and high rendering quality.
