Search papers, labs, and topics across Lattice.
Matryoshka Gaussian Splatting (MGS) is introduced as a training framework to enable continuous level-of-detail (LoD) rendering for 3D Gaussian Splatting (3DGS) without compromising full-capacity rendering quality. MGS achieves this by learning an ordered set of Gaussians, where rendering any prefix produces a coherent reconstruction that improves with increasing budget. The core of MGS is stochastic budget training, which samples a random splat budget each iteration and optimizes both the corresponding prefix and the full set, requiring only two forward passes and no architectural changes.
Get continuous level-of-detail rendering in 3D Gaussian Splatting without sacrificing top-end quality – no architectural changes needed.
The ability to render scenes at adjustable fidelity from a single model, known as level of detail (LoD), is crucial for practical deployment of 3D Gaussian Splatting (3DGS). Existing discrete LoD methods expose only a limited set of operating points, while concurrent continuous LoD approaches enable smoother scaling but often suffer noticeable quality degradation at full capacity, making LoD a costly design decision. We introduce Matryoshka Gaussian Splatting (MGS), a training framework that enables continuous LoD for standard 3DGS pipelines without sacrificing full-capacity rendering quality. MGS learns a single ordered set of Gaussians such that rendering any prefix, the first k splats, produces a coherent reconstruction whose fidelity improves smoothly with increasing budget. Our key idea is stochastic budget training: each iteration samples a random splat budget and optimises both the corresponding prefix and the full set. This strategy requires only two forward passes and introduces no architectural modifications. Experiments across four benchmarks and six baselines show that MGS matches the full-capacity performance of its backbone while enabling a continuous speed-quality trade-off from a single model. Extensive ablations on ordering strategies, training objectives, and model capacity further validate the designs.