CVNov 1, 2024

CityGaussianV2: Efficient and Geometrically Accurate Reconstruction for Large-Scale Scenes

arXiv:2411.00771v250 citationsh-index: 12ICLR
Originality Incremental advance
AI Analysis

This work addresses the problem of scalable and accurate 3D reconstruction for applications like urban modeling, though it appears incremental by building on existing 2D Gaussian Splatting methods.

The paper tackles the challenge of achieving geometric accuracy and efficiency in large-scale 3D scene reconstruction using Gaussian Splatting, resulting in up to 10x compression, 25% training time savings, and 50% memory reduction.

Recently, 3D Gaussian Splatting (3DGS) has revolutionized radiance field reconstruction, manifesting efficient and high-fidelity novel view synthesis. However, accurately representing surfaces, especially in large and complex scenarios, remains a significant challenge due to the unstructured nature of 3DGS. In this paper, we present CityGaussianV2, a novel approach for large-scale scene reconstruction that addresses critical challenges related to geometric accuracy and efficiency. Building on the favorable generalization capabilities of 2D Gaussian Splatting (2DGS), we address its convergence and scalability issues. Specifically, we implement a decomposed-gradient-based densification and depth regression technique to eliminate blurry artifacts and accelerate convergence. To scale up, we introduce an elongation filter that mitigates Gaussian count explosion caused by 2DGS degeneration. Furthermore, we optimize the CityGaussian pipeline for parallel training, achieving up to 10$\times$ compression, at least 25% savings in training time, and a 50% decrease in memory usage. We also established standard geometry benchmarks under large-scale scenes. Experimental results demonstrate that our method strikes a promising balance between visual quality, geometric accuracy, as well as storage and training costs. The project page is available at https://dekuliutesla.github.io/CityGaussianV2/.

Code Implementations2 repos
Foundations

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

Your Notes