Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

[ECCV 2024] This is the official implementation of HRMapNet, maintaining and utilizing a low-cost global rasterized map to enhance online vectorized map perception.

License

NotificationsYou must be signed in to change notification settings

HXMap/HRMapNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Enhancing Vectorized Map Perception with Historical Rasterized Maps

Xiaoyu Zhang1*,Guangwei Liu2*,Zihao Liu3,Ningyi Xu3,Yunhui Liu1✉️,Ji Zhao2#,

*Equal contribution.✉️Corresponding author.#Project lead

1 The Chinese University of Hong Kong,2 Huixi Technology,3 Shanghai Jiao Tong University

ArXiv Preprint (arXiv 2409.00620)

Accepted byECCV 2024

Overview

pipelineThis 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.

Example of online perception from an emplt map

hrmapnet.mp4

Models

MapTRv2 as Baseline

nuScenes dataset

MethodEpochAPdivAPpedAPboumAPInitial MapConfigDownload
MapTRv2+
HRMapNet
2467.465.668.567.2Emptyconfigmodel
MapTRv2+
HRMapNet
2472.173.073.973.0Testing Mapconfigmodel
MapTRv2+
HRMapNet
2486.281.083.683.6Training Mapconfigmodel
MapTRv2+
HRMapNet
11072.772.275.773.5Emptyconfigmodel
  • To get the best performance, please usea single GPU for validation.
  • By default, the global map is constructed from empty with online perception results.
  • In practice, a well-constructed global map can be provided for much better results.Here, we provide two pre-built map, using testing data or training data.Note they are tested with the same model without re-training.You can download the pre-built maps into the "maps" folder or build by yourself.

Argoverse 2 dataset

MethodEpochAPdivAPpedAPboumAPInitial MapConfigDownload
MapTRv23068.760.064.264.3-configmodel
MapTRv2+
HRMapNet
3071.465.168.668.3Emptyconfigmodel
  • We change the sensor frequency to 2 Hz for both training and testing, the same as in nuScenes. Thus, the setting here is different from that in original Map TRv2.

MapQR as Baseline

Here we also provide results based on ourMapQR. This is not included in our paper.

nuScenes dataset

MethodEpochAPdivAPpedAPboumAPInitial MapConfigDownload
MapQR+
HRMapNet
2470.170.371.170.5Emptyconfigmodel
MapQR+
HRMapNet*
2473.172.272.572.6Emptyconfigmodel

*Fix a bug in MapQR.

Getting Started

These settings are similar withMapTRv2

Acknowledgements

MapQR is mainly based onMapTRv2 andNMP.

It is also greatly inspired by the following outstanding contributions to the open-source community:BEVFormer,MapQR,BoundaryFormer.

Citation

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}}

About

[ECCV 2024] This is the official implementation of HRMapNet, maintaining and utilizing a low-cost global rasterized map to enhance online vectorized map perception.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp