IC-Mapper: Instance-Centric Spatio-Temporal Modeling for Online Vectorized Map Construction
Jiangtong Zhu, Zhao Yang, Yinan Shi, Jianwu Fang, Jianru Xue
TL;DR
IC-Mapper tackles online vector map construction by integrating instance-centric temporal association and spatial fusion into an end-to-end framework that performs detection, tracking, and global map updating. The method maintains a memory of map instances, aligns detections across frames using both geometric and feature cues, and fuses current detections with a history of the global map through cross-attention and curve-fitting updates. Empirical results on nuScenes show state-of-the-art performance across detection, tracking, and mapping metrics, with ablations confirming the importance of both temporal and spatial modules. The approach enables real-time, globally consistent vector map construction, with practical implications for scalable and adaptive HD mapping in autonomous driving.
Abstract
Online vector map construction based on visual data can bypass the processes of data collection, post-processing, and manual annotation required by traditional map construction, which significantly enhances map-building efficiency. However, existing work treats the online mapping task as a local range perception task, overlooking the spatial scalability required for map construction. We propose IC-Mapper, an instance-centric online mapping framework, which comprises two primary components: 1) Instance-centric temporal association module: For the detection queries of adjacent frames, we measure them in both feature and geometric dimensions to obtain the matching correspondence between instances across frames. 2) Instance-centric spatial fusion module: We perform point sampling on the historical global map from a spatial dimension and integrate it with the detection results of instances corresponding to the current frame to achieve real-time expansion and update of the map. Based on the nuScenes dataset, we evaluate our approach on detection, tracking, and global mapping metrics. Experimental results demonstrate the superiority of IC-Mapper against other state-of-the-art methods. Code will be released on https://github.com/Brickzhuantou/IC-Mapper.
