CVAILGROSep 19, 2024

LMT-Net: Lane Model Transformer Network for Automated HD Mapping from Sparse Vehicle Observations

arXiv:2409.12409v13 citationsh-index: 5
Originality Incremental advance
AI Analysis

This addresses the scalability issue in HD map generation for autonomous driving systems, though it appears incremental as it builds on existing methods for lane detection and graph formation.

The paper tackles the problem of generating High Definition (HD) maps for autonomous driving by automating lane model creation from sparse vehicle observations, showing promising results with superior performance compared to a baseline on highway and non-highway domains.

In autonomous driving, High Definition (HD) maps provide a complete lane model that is not limited by sensor range and occlusions. However, the generation and upkeep of HD maps involves periodic data collection and human annotations, limiting scalability. To address this, we investigate automating the lane model generation and the use of sparse vehicle observations instead of dense sensor measurements. For our approach, a pre-processing step generates polylines by aligning and aggregating observed lane boundaries. Aligned driven traces are used as starting points for predicting lane pairs defined by the left and right boundary points. We propose Lane Model Transformer Network (LMT-Net), an encoder-decoder neural network architecture that performs polyline encoding and predicts lane pairs and their connectivity. A lane graph is formed by using predicted lane pairs as nodes and predicted lane connectivity as edges. We evaluate the performance of LMT-Net on an internal dataset that consists of multiple vehicle observations as well as human annotations as Ground Truth (GT). The evaluation shows promising results and demonstrates superior performance compared to the implemented baseline on both highway and non-highway Operational Design Domain (ODD).

Foundations

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

Your Notes