Home

Awesome

Neural Map Prior for Autonomous Driving (CVPR 2023)

<img src="figs/github-demo.gif" width="1000">

arXiv Paper | CVF Paper | Webpage | 5-min Video | Poster | Blog

Xuan Xiong, Yicheng Liu, Tianyuan Yuan, Yue Wang, Yilun Wang, Hang Zhao*

Table of Contents

Introduction<a name="Intro"></a>

A neural representation of HD maps to improve local map inference performance for autonomous driving.

This repo is the official implementation of "Neural Map Prior for Autonomous Driving"(CVPR 2023). Our main contributions are:

Notes

Model Zoo

We experiment with BEVFormer, lift-spat-shoot, HDMapNet and VectorMapNet architectures on nuScenes.

HD semantic map [BEVFormer] (on nuScenes validation)

Model ConfigModalityDividerCrossingBoundaryAll(mIoU)Checkpoint Link
BEVFormerCamera49.2028.6750.4342.76model
BEVFormer + NMPCamera54.2034.5256.9448.55model

Installation

Please check installation for installation and data_preparation for preparing the nuScenes dataset.

Getting Started

Please check getting_started for training, evaluation, and visualization of neural_map_prior.

Architecture

visualization

Contact

Any questions or suggestions are welcome!

Acknowledgements

We would like to thank all who contributed to the open-source projects listed below. Our project would be impossible to get done without the inspiration of these outstanding researchers and developers.

The designate project/neural_map_prior as a module is inspired by the implementations of DETR3DGitHub stars.

Citation

If you find neural_map_prior useful in your research or applications, please consider citing:

@inproceedings{xiong2023neuralmapprior,
  author  = {Xiong, Xuan and Liu, Yicheng and Yuan, Tianyuan and Wang, Yue and Wang, Yilun and Zhao Hang},
  title   = {Neural Map Prior for Autonomous Driving},
  journal = {Proceedings of the IEEE/CVF International Conference on Computer Vision (CVPR)},
  year    = {2023}
}

License

This project is licensed under the Apache 2.0 license.