project page | arXiv | video
UniAD.mp4
This repository will host the code of UniAD.
Goal-oriented Autonomous Driving
Yihan Hu*, Jiazhi Yang*, Li Chen*, Keyu Li*, Chonghao Sima, Xizhou Zhu, Siqi Chai, Senyao Du, Tianwei Lin, Wenhai Wang, Lewei Lu, Xiaosong Jia, Qiang Liu, Jifeng Dai, Yu Qiao, Hongyang Li
- Primary contact: Li Chen ( lichen@pjlab.org.cn )
- 🚘 Goal-oriented philosophy: UniAD is a Unified Autonomous Driving algorithm framework devised following a goal-oriented philosophy. Instead of standalone modular design and multi-task learning, perception, prediciton and planning tasks/components should opt in and be prioritized hierarchically, and we demonstrate the performance can be enhanced to a new level.
- 🏆 SOTA performance: All tasks among UniAD achieve SOTA performance, especially prediction and planning (motion: 0.71m minADE, occ: 63.4% IoU-n., plan: 0.31% avg.Col)
- [2022/12/21] UniAD paper is available on arXiv! Please stay tuned for code release!
Pre-trained models and results under main metrics are provided below. We refer you to the paper for more details.
Method | Encoder | Tracking AMOTA |
Mapping IoU-lane |
Motion minADE |
Occupancy IoU-n. |
Planning avg.Col. |
config | Download |
---|---|---|---|---|---|---|---|---|
UniAD-S | R50 | 0.241 | 0.315 | 0.788 | 59.4 | 0.32 | TBA | TBA |
UniAD-M | R101 | 0.359 | 0.313 | 0.708 | 63.4 | 0.31 | TBA | TBA |
UniAD-L | V2-99 | 0.409 | 0.323 | 0.723 | 64.1 | 0.29 | TBA | TBA |
All assets and code are under the Apache 2.0 license unless specified otherwise.
Please consider citing our paper if the project helps your research with the following BibTex:
@article{uniad,
title={Goal-oriented Autonomous Driving},
author={Yihan Hu and Jiazhi Yang and Li Chen and Keyu Li and Chonghao Sima and Xizhou Zhu and Siqi Chai and Senyao Du and Tianwei Lin and Wenhai Wang and Lewei Lu and Xiaosong Jia and Qiang Liu and Jifeng Dai and Yu Qiao and Hongyang Li},
journal={arXiv preprint arXiv:2212.10156},
year={2022},
}