CVMay 23, 2024

RoGs: Large Scale Road Surface Reconstruction with Meshgrid Gaussian

arXiv:2405.14342v36 citationsh-index: 15
Originality Incremental advance
AI Analysis

This work addresses road surface reconstruction for autonomous driving applications, presenting an incremental improvement over existing mesh-based methods.

The paper tackles the problem of slow speed and poor quality in mesh-based road surface reconstruction for autonomous driving by proposing RoGs, which uses meshgrid Gaussian surfels and pose-based initialization, achieving significant speedups and improved reconstruction quality in challenging real-world scenes.

Road surface reconstruction plays a crucial role in autonomous driving, which can be used for road lane perception and autolabeling. Recently, mesh-based road surface reconstruction algorithms have shown promising reconstruction results. However, these mesh-based methods suffer from slow speed and poor reconstruction quality. To address these limitations, we propose a novel large-scale road surface reconstruction approach with meshgrid Gaussian, named RoGs. Specifically, we model the road surface by placing Gaussian surfels in the vertices of a uniformly distributed square mesh, where each surfel stores color, semantic, and geometric information. This square mesh-based layout covers the entire road with fewer Gaussian surfels and reduces the overlap between Gaussian surfels during training. In addition, because the road surface has no thickness, 2D Gaussian surfel is more consistent with the physical reality of the road surface than 3D Gaussian sphere. Then, unlike previous initialization methods that rely on point clouds, we introduce a vehicle pose-based initialization method to initialize the height and rotation of the Gaussian surfel. Thanks to this meshgrid Gaussian modeling and pose-based initialization, our method achieves significant speedups while improving reconstruction quality. We obtain excellent results in reconstruction of road surfaces in a variety of challenging real-world scenes.

Code Implementations1 repo
Foundations

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

Your Notes