TL;DR
This paper introduces a global-to-local densification strategy and an energy-guided multi-resolution training framework for Gaussian Splatting, significantly accelerating 3D scene reconstruction while maintaining high quality.
Contribution
It presents a novel densification method and training framework that improve efficiency and speed in Gaussian Splatting for 3D scene reconstruction.
Findings
Achieves over 2x training speedup
Uses fewer Gaussian primitives
Maintains superior reconstruction quality
Abstract
3D Gaussian Splatting (GS) has emerged as a powerful representation for high-quality scene reconstruction, offering compelling rendering quality. However, the training process of GS often suffers from slow convergence due to inefficient densification and suboptimal spatial distribution of Gaussian primitives. In this work, we present a comprehensive analysis of the split and clone operations during the densification phase, revealing their distinct roles in balancing detail preservation and computational efficiency. Building upon this analysis, we propose a global-to-local densification strategy, which facilitates more efficient growth of Gaussians across the scene space, promoting both global coverage and local refinement. To cooperate with the proposed densification strategy and promote sufficient diffusion of Gaussian primitives in space, we introduce an energy-guided coarse-to-fine…
Peer Reviews
Decision·Submitted to ICLR 2026
- This paper is well-written with clear motivation. - The paper provides a clear discussion of the two density control strategies, split and clone. Analyzing how these strategies differ offers valuable insights that could benefit future research in this area. - The proposed global-to-local densification strategy, the core contribution of this paper, is simple, and I believe it can be broadly applied to Gaussian Splatting optimization.
- I agree that the split operation helps distribute Gaussians across the entire scene, but I am not fully convinced that the clone operation alone is responsible for the local refinement. Rather, I would argue that the split operation not only spreads the Gaussians but also contributes to refining local details, albeit at the cost of generating significantly more Gaussians compared to the clone operation. Figure 2 in the main text also supports this observation, showing that the reconstruction f
1. The paper is well-written and easy to follow. 2. While 'split' and 'clone' are established operations, this paper is the first to systematically analyze and expose their distinct functional roles: splitting for global scene coverage and cloning for local feature refinement. This reframing of the problem from merely "how to densify" to "when and why to use each densification type" is inspiring to me.
1. Potential Oversimplification of the Role of Cloning. The paper frames cloning as contributing almost exclusively to local refinement and early-stage redundancy. This might be an oversimplification. In certain cases, such as representing very thin structures (e.g., wires, poles, foliage), cloning might play a constructive role in reinforcing the structure's existence and density early on, where splitting could potentially fragment it. 2. The core assumption is that a global spread phase should
- The paper presents an insightful and well-founded analysis of the split and clone operations in 3DGS densification. The discovery that split governs global diffusion while clone governs local refinement provides a new conceptual understanding of 3DGS optimization dynamics. Moreover, the proposed global-to-local densification and energy-guided multi-resolution scheduling represent creative and orthogonal improvements over prior acceleration efforts such as DashGaussian and Mini-Splatting. - Imp
- While the paper compares against recent 3DGS acceleration methods (e.g., DashGaussian, Mini-Splatting), it lacks evaluation on broader baselines such as fast NeRF variants (e.g., Instant-NGP, Zip-NeRF). A comparison would better position the proposed approach in the broader context of fast radiance field training. - The proposed energy-guided multi-resolution strategy assumes sufficient frequency-domain energy correlation with spatial detail quality. It remains unclear how this heuristic behav
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
