Home

Awesome

VAD v1 & v2

project page

https://user-images.githubusercontent.com/45144254/229673708-648e8da5-4c70-4346-9da2-423447d1ecde.mp4

https://github.com/hustvl/VAD/assets/45144254/153b9bf0-5159-46b5-9fab-573baf5c6159

VAD: Vectorized Scene Representation for Efficient Autonomous Driving

Bo Jiang<sup>1</sup>*, Shaoyu Chen<sup>1</sup>*, Qing Xu<sup>2</sup>, Bencheng Liao<sup>1</sup>, Jiajie Chen<sup>2</sup>, Helong Zhou<sup>2</sup>, Qian Zhang<sup>2</sup>, Wenyu Liu<sup>1</sup>, Chang Huang<sup>2</sup>, Xinggang Wang<sup>1,†</sup>

<sup>1</sup> Huazhong University of Science and Technology, <sup>2</sup> Horizon Robotics

*: equal contribution, <sup></sup>: corresponding author.

arXiv Paper, ICCV 2023

News

Introduction

VAD is a vectorized paradigm for end-to-end autonomous driving.

<div align="center"> <img src="./assets/arch.png" /> </div>

Models

MethodBackboneavg. L2avg. Col.FPSConfigDownload
VAD-TinyR500.780.3816.8configmodel
VAD-BaseR500.720.224.5configmodel

Results

MethodL2 (m) 1sL2 (m) 2sL2 (m) 3sCol. (%) 1sCol. (%) 2sCol. (%) 3sFPS
ST-P31.332.112.900.230.621.271.6
UniAD0.480.961.650.050.170.711.8
VAD-Tiny0.460.761.120.210.350.5816.8
VAD-Base0.410.701.050.070.170.414.5
MethodTown05 Short DSTown05 Short RCTown05 Long DSTown05 Long RC
CILRS7.4713.403.687.19
LBC30.9755.017.0532.09
Transfuser*54.5278.4133.1556.36
ST-P355.1486.7411.4583.15
VAD-Base64.2987.2630.3175.20

*: LiDAR-based method.

Getting Started

Catalog

Contact

If you have any questions or suggestions about this repo, please feel free to contact us (bjiang@hust.edu.cn, outsidercsy@gmail.com).

Citation

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

@article{jiang2023vad,
  title={VAD: Vectorized Scene Representation for Efficient Autonomous Driving},
  author={Jiang, Bo and Chen, Shaoyu and Xu, Qing and Liao, Bencheng and Chen, Jiajie and Zhou, Helong and Zhang, Qian and Liu, Wenyu and Huang, Chang and Wang, Xinggang},
  journal={ICCV},
  year={2023}
}

@article{chen2024vadv2,
  title={Vadv2: End-to-end vectorized autonomous driving via probabilistic planning},
  author={Chen, Shaoyu and Jiang, Bo and Gao, Hao and Liao, Bencheng and Xu, Qing and Zhang, Qian and Huang, Chang and Liu, Wenyu and Wang, Xinggang},
  journal={arXiv preprint arXiv:2402.13243},
  year={2024}
}

License

All code in this repository is under the Apache License 2.0.

Acknowledgement

VAD is based on the following projects: mmdet3d, detr3d, BEVFormer and MapTR. Many thanks for their excellent contributions to the community.