English

Beyond Heuristics: Learnable Density Control for 3D Gaussian Splatting

Computer Vision and Pattern Recognition 2026-05-12 v2

Abstract

While 3D Gaussian Splatting (3DGS) has demonstrated impressive real-time rendering performance, its efficacy remains constrained by a reliance on heuristic density control. Despite numerous refinements to these handcrafted rules, such methods inherently lack the flexibility to adapt to diverse scenes with complex geometries. In this paper, we propose a paradigm shift for density control from rigid heuristics to fully learnable policies. Specifically, we introduce \textbf{LeGS}, a framework that reformulates density control as a parameterized policy network optimized via Reinforcement Learning (RL). Central to our approach is the tailored effective reward function grounded in sensitivity analysis, which precisely quantifies the marginal contribution of individual Gaussians to reconstruction quality. To maintain computational tractability, we derive a closed-form solution that reduces the complexity of reward calculation from O(N2)O(N^2) to O(N)O(N). Extensive experiments on the Mip-NeRF 360, Tanks \& Temples, and Deep Blending datasets demonstrate that \textbf{LeGS} significantly outperforms state-of-the-art methods, striking a superior balance between reconstruction quality and efficiency. The code will be released at https://github.com/AaronNZH/LeGS

Keywords

Cite

@article{arxiv.2605.00408,
  title  = {Beyond Heuristics: Learnable Density Control for 3D Gaussian Splatting},
  author = {Zhenhua Ning and Xin Li and Jun Yu and Guangming Lu and Yaowei Wang and Wenjie Pei},
  journal= {arXiv preprint arXiv:2605.00408},
  year   = {2026}
}

Comments

9 pages, 5 figures

R2 v1 2026-07-01T12:44:48.198Z