CVApr 9, 2024

RoadBEV: Road Surface Reconstruction in Bird's Eye View

arXiv:2404.06605v324 citationsh-index: 20Has CodeIEEE transactions on intelligent transportation systems (Print)
Originality Incremental advance
AI Analysis

This addresses road geometry estimation for autonomous vehicles, offering incremental improvements over prior vision-based techniques.

The paper tackles road surface reconstruction for autonomous vehicles by proposing two models, RoadBEV-mono and RoadBEV-stereo, which achieve elevation errors of 1.83 cm and 0.50 cm, respectively, outperforming existing methods.

Road surface conditions, especially geometry profiles, enormously affect driving performance of autonomous vehicles. Vision-based online road reconstruction promisingly captures road information in advance. Existing solutions like monocular depth estimation and stereo matching suffer from modest performance. The recent technique of Bird's-Eye-View (BEV) perception provides immense potential to more reliable and accurate reconstruction. This paper uniformly proposes two simple yet effective models for road elevation reconstruction in BEV named RoadBEV-mono and RoadBEV-stereo, which estimate road elevation with monocular and stereo images, respectively. The former directly fits elevation values based on voxel features queried from image view, while the latter efficiently recognizes road elevation patterns based on BEV volume representing correlation between left and right voxel features. Insightful analyses reveal their consistence and difference with the perspective view. Experiments on real-world dataset verify the models' effectiveness and superiority. Elevation errors of RoadBEV-mono and RoadBEV-stereo achieve 1.83 cm and 0.50 cm, respectively. Our models are promising for practical road preview, providing essential information for promoting safety and comfort of autonomous vehicles. The code is released at https://github.com/ztsrxh/RoadBEV

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