Improving Hierarchical Representations of Vectorized HD Maps with Perspective Clues
Chi Zhang, Qi Song, Feifei Li, Jie Li, Rui Huang
TL;DR
PerCMap addresses the challenge of constructing vectorized HD maps from surround-view images by reusing perspective-view clues at both the instance and point levels. It introduces Cross-view Instance Activation (CIA) to produce instance-aware queries from multi-view PV features and Dual-view Point Embedding (DPE) to create input-aware positional embeddings by fusing PV and BEV information, mitigating information loss from PV-to-BEV transformations. The method is reinforced by a heatmap-based integration and a rasterized instance segmentation loss, yielding consistent gains across nuScenes and Argoverse 2 benchmarks and demonstrating robustness to weather, lighting, and PV-to-BEV modules. Overall, PerCMap advances vectorized HD map construction by preserving visual priors and enabling more accurate geometry and topology recovery, with practical implications for reliable autonomous driving mapping pipelines.
Abstract
The construction of vectorized High-Definition (HD) maps from onboard surround-view cameras has become a significant focus in autonomous driving. However, current map vector estimation pipelines face two key limitations: input-agnostic queries struggle to capture complex map structures, and the view transformation leads to information loss. These issues often result in inaccurate shape restoration or missing instances in map predictions. To address this concern, we propose a novel approach, namely \textbf{PerCMap}, which explicitly exploits clues from perspective-view features at both instance and point level. Specifically, at instance level, we propose Cross-view Instance Activation (CIA) to activate instance queries across surround-view images, thereby helping the model recover the instance attributes of map vectors. At point level, we design Dual-view Point Embedding (DPE), which fuses features from both views to generate input-aware positional embeddings and improve the accuracy of point coordinate estimation. Extensive experiments on \textit{nuScenes} and \textit{Argoverse 2} demonstrate that PerCMap achieves strong and consistent performance across benchmarks, reaching 67.1 and 70.5 mAP, respectively.
