This project introduces HRMapNet, leveraging a low-cost Historical Rasterized Map to enhance online vectorized map perception. The historical rasterized map can be easily constructed from past predicted vectorized results and provides valuable complementary information. To fully exploit a historical map, we propose two novel modules to enhance BEV features and map element queries. For BEV features, we employ a feature aggregation module to encode features from both onboard images and the historical map. For map element queries, we design a query initialization module to endow queries with priors from the historical map. The two modules contribute to leveraging map information in online perception. Our HRMapNet can be integrated with most online vectorized map perception methods, significantly improving their performance on both the nuScenes and Argoverse 2 datasets.
Method | Epoch | APdiv | APped | APbou | mAP | Initial Map | Config | Download |
---|---|---|---|---|---|---|---|---|
MapTRv2+ HRMapNet |
24 | 67.4 | 65.6 | 68.5 | 67.2 | Empty | config | model |
MapTRv2+ HRMapNet |
24 | 72.1 | 73.0 | 73.9 | 73.0 | Testing Map | config | model |
MapTRv2+ HRMapNet |
24 | 86.2 | 81.0 | 83.6 | 83.6 | Training Map | config | model |
MapTRv2+ HRMapNet |
110 | 72.7 | 72.2 | 75.7 | 73.5 | Empty | config | model |
Method | Epoch | APdiv | APped | APbou | mAP | Initial Map | Config | Download |
---|---|---|---|---|---|---|---|---|
MapTRv2 | 30 | 68.7 | 60.0 | 64.2 | 64.3 | - | config | model |
MapTRv2+ HRMapNet |
30 | 71.4 | 65.1 | 68.6 | 68.3 | Empty | config | model |
Here we also provide results based on our MapQR. This is not included in our paper.
Method | Epoch | APdiv | APped | APbou | mAP | Initial Map | Config | Download |
---|---|---|---|---|---|---|---|---|
MapQR+ HRMapNet |
24 | 70.1 | 70.3 | 71.1 | 70.5 | Empty | config | model |
MapQR+ HRMapNet* |
24 | 73.1 | 72.2 | 72.5 | 72.6 | Empty | config | model |
*Fix a bug in MapQR.
These settings are similar with MapTRv2
MapQR is mainly based on MapTRv2 and NMP.
It is also greatly inspired by the following outstanding contributions to the open-source community: BEVFormer, MapQR, BoundaryFormer.
If you find this project is useful in your research or applications, please consider giving us a star 🌟 and citing it by the following BibTeX entry.
@inproceedings{zhang2024hrmapnet,
title={Enhancing Vectorized Map Perception with Historical Rasterized Maps},
author={Zhang, Xiaoyu and Liu, Guangwei and Liu, Zihao and Xu, Ningyi and Liu, Yunhui and Zhao, Ji},
booktitle={European Conference on Computer Vision},
year={2024}
}