CVMar 17, 2024

GeoGaussian: Geometry-aware Gaussian Splatting for Scene Rendering

arXiv:2403.11324v264 citationsh-index: 18ECCV
Originality Incremental advance
AI Analysis

This addresses rendering quality issues in 3D scene reconstruction for applications like virtual reality or robotics, but it is incremental as it builds on existing Gaussian Splatting methods.

The paper tackles the problem of geometry degradation in Gaussian Splatting for scene rendering, especially in non-textured regions, by proposing GeoGaussian, a geometry-aware method that initializes thin Gaussians aligned with surfaces and uses constrained optimization. It achieves state-of-the-art performance in novel view synthesis and geometric reconstruction on public datasets.

During the Gaussian Splatting optimization process, the scene's geometry can gradually deteriorate if its structure is not deliberately preserved, especially in non-textured regions such as walls, ceilings, and furniture surfaces. This degradation significantly affects the rendering quality of novel views that deviate significantly from the viewpoints in the training data. To mitigate this issue, we propose a novel approach called GeoGaussian. Based on the smoothly connected areas observed from point clouds, this method introduces a novel pipeline to initialize thin Gaussians aligned with the surfaces, where the characteristic can be transferred to new generations through a carefully designed densification strategy. Finally, the pipeline ensures that the scene's geometry and texture are maintained through constrained optimization processes with explicit geometry constraints. Benefiting from the proposed architecture, the generative ability of 3D Gaussians is enhanced, especially in structured regions. Our proposed pipeline achieves state-of-the-art performance in novel view synthesis and geometric reconstruction, as evaluated qualitatively and quantitatively on public datasets.

Foundations

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

Your Notes