CVGRMar 19

Matryoshka Gaussian Splatting

arXiv:2603.1923469.7h-index: 6
Predicted impact top 58% in CV · last 90 daysOriginality Incremental advance
AI Analysis

This addresses a practical deployment issue for 3D Gaussian Splatting in rendering scenes at adjustable fidelity, though it is incremental as it builds on existing pipelines.

The paper tackles the problem of enabling continuous level of detail (LoD) in 3D Gaussian Splatting without quality loss at full capacity, achieving performance matching the backbone model while allowing smooth speed-quality trade-offs from a single model.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes