CVDec 18, 2024

Turbo-GS: Accelerating 3D Gaussian Fitting for High-Quality Radiance Fields

arXiv:2412.13547v116 citationsh-index: 13
Originality Incremental advance
AI Analysis

This work addresses a bottleneck in 3D reconstruction and mixed reality applications by accelerating training, though it is incremental as it builds on existing 3DGS methods.

The paper tackles the slow training time of 3D Gaussian Splatting for novel-view synthesis by introducing Turbo-GS, which reduces optimization steps to one-third while maintaining or improving rendering quality, as demonstrated on standard datasets including high-resolution 4K scenarios.

Novel-view synthesis is an important problem in computer vision with applications in 3D reconstruction, mixed reality, and robotics. Recent methods like 3D Gaussian Splatting (3DGS) have become the preferred method for this task, providing high-quality novel views in real time. However, the training time of a 3DGS model is slow, often taking 30 minutes for a scene with 200 views. In contrast, our goal is to reduce the optimization time by training for fewer steps while maintaining high rendering quality. Specifically, we combine the guidance from both the position error and the appearance error to achieve a more effective densification. To balance the rate between adding new Gaussians and fitting old Gaussians, we develop a convergence-aware budget control mechanism. Moreover, to make the densification process more reliable, we selectively add new Gaussians from mostly visited regions. With these designs, we reduce the Gaussian optimization steps to one-third of the previous approach while achieving a comparable or even better novel view rendering quality. To further facilitate the rapid fitting of 4K resolution images, we introduce a dilation-based rendering technique. Our method, Turbo-GS, speeds up optimization for typical scenes and scales well to high-resolution (4K) scenarios on standard datasets. Through extensive experiments, we show that our method is significantly faster in optimization than other methods while retaining quality. Project page: https://ivl.cs.brown.edu/research/turbo-gs.

Foundations

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

Your Notes