Home

Awesome

<div align="center"> <h1>MapQR</h1> <h3>Leveraging Enhanced Queries of Point Sets for Vectorized Map Construction</h3>

Zihao Liu<sup>1*</sup>, Xiaoyu Zhang<sup>2*</sup>, Guangwei Liu<sup>3*</sup>, Ji Zhao<sup>3#</sup>, Ningyi Xu<sup>1#</sup>

<sup>1</sup> Shanghai Jiao Tong University, <sup>2</sup> The Chinese University of Hong Kong, <sup>3</sup> Huixi Technology

<sup>*</sup>Equal contribution. <sup>#</sup>Corresponding author.

ArXiv Preprint (arXiv 2402.17430)

Accepted by ECCV 2024

</div>

🔥 News

Overview

pipeline This project introduces MapQR, an end-to-end method with an emphasis on enhancing query capabilities for constructing online vectorized maps. Although the map construction is essentially a point set prediction task, MapQR utilizes instance queries rather than point queries. These instance queries are scattered for the prediction of point sets and subsequently gathered for the final matching. This query design, called the scatter-and-gather query, shares content information in the same map element and avoids possible inconsistency of content information in point queries. We further exploit prior information to enhance an instance query by adding positional information embedded from their reference points. Together with a simple and effective improvement of a BEV encoder, the proposed MapQR achieves the best mean average precision (mAP) and maintains good efficiency on both nuScenes and Argoverse 2.

The main contribution is the proposed scatter-and-gather query, illustrated in the following figure.

<div align="center"> <img src="assets/decoder.jpg" width = "500"> </div>

Models

nuScenes dataset

MethodBackboneEpochmAP1mAP2ConfigDownload
MapQRR502443.366.4configmodel
MapQRR5011050.572.6configmodel

Argoverse 2 dataset

MethodBackboneEpochdimmAP1mAP2ConfigDownload
MapQRR506244.868.1configmodel
MapQRR506341.265.4configmodel

Getting Started

These settings keep the same as MapTRv2

Acknowledgements

MapQR is mainly based on MapTRv2.

It is also greatly inspired by the following outstanding contributions to the open-source community: BEVFormer, GKT, ConditionalDETR, DAB-DETR.

Citation

If you find MapQR is useful in your research or applications, please consider giving us a star 🌟 and citing it by the following BibTeX entry.

@inproceedings{liu2024leveraging,
  title={Leveraging Enhanced Queries of Point Sets for Vectorized Map Construction},
  author={Liu, Zihao and Zhang, Xiaoyu and Liu, Guangwei and Zhao, Ji and Xu, Ningyi},
  booktitle={European Conference on Computer Vision},
  year={2024}
}