CVAIJul 2, 2024

AutoSplat: Constrained Gaussian Splatting for Autonomous Driving Scene Reconstruction

arXiv:2407.02598v252 citationsh-index: 10
AI Analysis

This addresses the need for simulating safety-critical scenarios in autonomous driving systems, representing an incremental improvement over existing Gaussian splatting methods.

The paper tackled the problem of realistic scene reconstruction and view synthesis for autonomous driving by proposing AutoSplat, a framework using constrained Gaussian splatting, which outperformed state-of-the-art methods on datasets like Pandaset and KITTI.

Realistic scene reconstruction and view synthesis are essential for advancing autonomous driving systems by simulating safety-critical scenarios. 3D Gaussian Splatting excels in real-time rendering and static scene reconstructions but struggles with modeling driving scenarios due to complex backgrounds, dynamic objects, and sparse views. We propose AutoSplat, a framework employing Gaussian splatting to achieve highly realistic reconstructions of autonomous driving scenes. By imposing geometric constraints on Gaussians representing the road and sky regions, our method enables multi-view consistent simulation of challenging scenarios including lane changes. Leveraging 3D templates, we introduce a reflected Gaussian consistency constraint to supervise both the visible and unseen side of foreground objects. Moreover, to model the dynamic appearance of foreground objects, we estimate residual spherical harmonics for each foreground Gaussian. Extensive experiments on Pandaset and KITTI demonstrate that AutoSplat outperforms state-of-the-art methods in scene reconstruction and novel view synthesis across diverse driving scenarios. Visit our project page at https://autosplat.github.io/.

Foundations

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

Your Notes