Abstract
Vectorized high-definition (HD) maps contain detailed information about surrounding road elements, which are crucial for various downstream tasks in modern autonomous driving vehicles, such as vehicle planning and control. Recent works have attempted to directly detect the vectorized HD map as a point set prediction task, resulting in significant improvements in detection performance. However, these approaches fail to analyze and exploit the inner-instance correlations between predicted points, impeding further advancements. To address these challenges, we investigate the utilization of inner-INStance information for vectorized hIGH-definition mapping through Transformers and introduce InsightMapper. This paper presents three novel designs within InsightMapper that leverage inner-instance information in distinct ways, including hybrid query generation, inner-instance query fusion, and inner-instance feature aggregation. Comparative experiments are conducted on the NuScenes dataset, showcasing the superiority of our proposed method. InsightMapper surpasses previous state-of-the-art (SOTA) methods by 5.78 mAP and 5.12 TOPO, which assess topology correctness. Simultaneously, InsightMapper maintains high efficiency during both training and inference phases, resulting in remarkable comprehensive performance.
Demos
We visualize live demos of InsightMapper under various scenarios, with different whether and time. Some scenes may have complicated road intersection areas. Short demos are visualized with 2Hz, while long demos have 4Hz FPS.
Demo 1. Short, 2Hz, day time
Demo 2. Short, 2Hz, day time
Demo 3. Short, 2Hz, day time, complicated road intersections
Demo 4. Short, 2Hz, night
Demo 5. Long, 4Hz, day time, complicated road intersections
Demo 6. Long, 4Hz, day time, complicated road intersections
Demo 7. Long, 4Hz, day time, rainy, complicated road intersections
Demo 8. Long, 4Hz, night
Code and data
The code will be released in a later stage. For latest update, please refer to our github repo.
Contact
For any questions, please send email to zhxuv at hku dot hk or open an issue in the github repo.
Acknowledgement
We thank these high-quality open-sourced projects MapTR, VectorMapNet, HDMapNet, STSU, Sat2Graph, Deformable DETR.
Citation
@article{xu2023insightmapper,
title={InsightMapper: A Closer Look at Inner-instance Information for Vectorized High-Definition Mapping},
author={Xu, Zhenhua and Wong, Kwan-Yee~K. and Zhao, Hengshuang},
journal={arXiv preprint arXiv:2308.08543},
year={2023}
}