CVJan 10, 2023

InstaGraM: Instance-level Graph Modeling for Vectorized HD Map Learning

arXiv:2301.04470v359 citationsh-index: 34Has Code
AI Analysis

This work addresses scalability limitations in HD map learning for autonomous driving, offering incremental improvements over existing vectorized methods.

The paper tackles the problem of computational cost and fixed parametric models in online high-definition map construction for autonomous driving by proposing a graph modeling framework, resulting in a 1.6 mAP improvement over state-of-the-art methods and a 4.8 mAP gain in long-range configurations.

For scalable autonomous driving, a robust map-based localization system, independent of GPS, is fundamental. To achieve such map-based localization, online high-definition (HD) map construction plays a significant role in accurate estimation of the pose. Although recent advancements in online HD map construction have predominantly investigated on vectorized representation due to its effectiveness, they suffer from computational cost and fixed parametric model, which limit scalability. To alleviate these limitations, we propose a novel HD map learning framework that leverages graph modeling. This framework is designed to learn the construction of diverse geometric shapes, thereby enhancing the scalability of HD map construction. Our approach involves representing the map elements as an instance-level graph by decomposing them into vertices and edges to facilitate accurate and efficient end-to-end vectorized HD map learning. Furthermore, we introduce an association strategy using a Graph Neural Network to efficiently handle the complex geometry of various map elements, while maintaining scalability. Comprehensive experiments on public open dataset show that our proposed network outperforms state-of-the-art model by $1.6$ mAP. We further showcase the superior scalability of our approach compared to state-of-the-art methods, achieving a $4.8$ mAP improvement in long range configuration. Our code is available at https://github.com/juyebshin/InstaGraM.

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