CVAIOct 8, 2025

Learning Global Representation from Queries for Vectorized HD Map Construction

arXiv:2510.06969v11 citationsh-index: 8
Originality Incremental advance
AI Analysis

This work addresses the need for more accurate and globally-aware HD maps for autonomous driving systems, representing an incremental improvement over prior methods.

The paper tackled the problem of vectorized HD map construction in autonomous driving by addressing the local perspective of existing DETR-based methods, and the result was a new architecture called MapGR that improved mean Average Precision (mAP) on nuScenes and Argoverse2 datasets.

The online construction of vectorized high-definition (HD) maps is a cornerstone of modern autonomous driving systems. State-of-the-art approaches, particularly those based on the DETR framework, formulate this as an instance detection problem. However, their reliance on independent, learnable object queries results in a predominantly local query perspective, neglecting the inherent global representation within HD maps. In this work, we propose \textbf{MapGR} (\textbf{G}lobal \textbf{R}epresentation learning for HD \textbf{Map} construction), an architecture designed to learn and utilize a global representations from queries. Our method introduces two synergistic modules: a Global Representation Learning (GRL) module, which encourages the distribution of all queries to better align with the global map through a carefully designed holistic segmentation task, and a Global Representation Guidance (GRG) module, which endows each individual query with explicit, global-level contextual information to facilitate its optimization. Evaluations on the nuScenes and Argoverse2 datasets validate the efficacy of our approach, demonstrating substantial improvements in mean Average Precision (mAP) compared to leading baselines.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes