DAMap: Distance-aware MapNet for High Quality HD Map Construction
Jinpeng Dong, Chen Li, Yutong Lin, Jingwen Fu, Sanping Zhou, Nanning Zheng
TL;DR
DAMap targets two core bottlenecks in high-quality HD map construction: misaligned task labels due to one-to-many matching and sub-optimal task features from shared representations. It introduces Distance-aware Focal Loss (DAFL) to tie localization quality into classification labels, Task Modulated Deformable Attention (TMDA) to learn task-specific sampling and attention, and a Hybrid Loss Scheme (HLS) to leverage DAFL benefits across decoder layers. Empirical results on NuScenes and Argoverse2 show consistent improvements over strong baselines across multiple schedules and backbones, including larger gains with longer training and Swin backbones. Overall, DAMap demonstrates practical significance by enhancing recall and precision of high-quality HD map elements, contributing to safer autonomous driving systems.
Abstract
Predicting High-definition (HD) map elements with high quality (high classification and localization scores) is crucial to the safety of autonomous driving vehicles. However, current methods perform poorly in high quality predictions due to inherent task misalignment. Two main factors are responsible for misalignment: 1) inappropriate task labels due to one-to-many matching queries sharing the same labels, and 2) sub-optimal task features due to task-shared sampling mechanism. In this paper, we reveal two inherent defects in current methods and develop a novel HD map construction method named DAMap to address these problems. Specifically, DAMap consists of three components: Distance-aware Focal Loss (DAFL), Hybrid Loss Scheme (HLS), and Task Modulated Deformable Attention (TMDA). The DAFL is introduced to assign appropriate classification labels for one-to-many matching samples. The TMDA is proposed to obtain discriminative task-specific features. Furthermore, the HLS is proposed to better utilize the advantages of the DAFL. We perform extensive experiments and consistently achieve performance improvement on the NuScenes and Argoverse2 benchmarks under different metrics, baselines, splits, backbones, and schedules. Code will be available at https://github.com/jpdong-xjtu/DAMap.
