Neural HD Map Generation from Multiple Vectorized Tiles Locally Produced by Autonomous Vehicles
Miao Fan, Yi Yao, Jianping Zhang, Xiangbo Song, Daihui Wu
TL;DR
This work tackles the challenge of building a globally consistent HD map from multiple vectorized tiles produced by autonomous vehicles, a task where prior online methods yield only local, ego-centric maps. It introduces GNMap, an end-to-end framework based on a shared multi-layer, attention-driven autoencoder trained in two phases: pretraining to complete masked tiles and finetuning to assign correct categories to map elements across tiles from multiple tours. The approach achieves superior performance, surpassing the current SOTA by more than 5% in F1 and surpassing a Gaussian Mixture Model baseline by over 10%, while remaining suitable for industrial deployment. The method is deployed at Navinfo, demonstrating practical impact by automatically constructing HD maps for autonomous driving in Mainland China and reducing manual intervention.
Abstract
High-definition (HD) map is a fundamental component of autonomous driving systems, as it can provide precise environmental information about driving scenes. Recent work on vectorized map generation could produce merely 65% local map elements around the ego-vehicle at runtime by one tour with onboard sensors, leaving a puzzle of how to construct a global HD map projected in the world coordinate system under high-quality standards. To address the issue, we present GNMap as an end-to-end generative neural network to automatically construct HD maps with multiple vectorized tiles which are locally produced by autonomous vehicles through several tours. It leverages a multi-layer and attention-based autoencoder as the shared network, of which parameters are learned from two different tasks (i.e., pretraining and finetuning, respectively) to ensure both the completeness of generated maps and the correctness of element categories. Abundant qualitative evaluations are conducted on a real-world dataset and experimental results show that GNMap can surpass the SOTA method by more than 5% F1 score, reaching the level of industrial usage with a small amount of manual modification. We have already deployed it at Navinfo Co., Ltd., serving as an indispensable software to automatically build HD maps for autonomous driving systems.
