Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

VAD: Vectorized Scene Representation for Efficient Autonomous Driving

About

Autonomous driving requires a comprehensive understanding of the surrounding environment for reliable trajectory planning. Previous works rely on dense rasterized scene representation (e.g., agent occupancy and semantic map) to perform planning, which is computationally intensive and misses the instance-level structure information. In this paper, we propose VAD, an end-to-end vectorized paradigm for autonomous driving, which models the driving scene as a fully vectorized representation. The proposed vectorized paradigm has two significant advantages. On one hand, VAD exploits the vectorized agent motion and map elements as explicit instance-level planning constraints which effectively improves planning safety. On the other hand, VAD runs much faster than previous end-to-end planning methods by getting rid of computation-intensive rasterized representation and hand-designed post-processing steps. VAD achieves state-of-the-art end-to-end planning performance on the nuScenes dataset, outperforming the previous best method by a large margin. Our base model, VAD-Base, greatly reduces the average collision rate by 29.0% and runs 2.5x faster. Besides, a lightweight variant, VAD-Tiny, greatly improves the inference speed (up to 9.3x) while achieving comparable planning performance. We believe the excellent performance and the high efficiency of VAD are critical for the real-world deployment of an autonomous driving system. Code and models are available at https://github.com/hustvl/VAD for facilitating future research.

Bo Jiang, Shaoyu Chen, Qing Xu, Bencheng Liao, Jiajie Chen, Helong Zhou, Qian Zhang, Wenyu Liu, Chang Huang, Xinggang Wang• 2023

Related benchmarks

TaskDatasetResultRank
3D Object DetectionnuScenes (val)
NDS48.9
981
Open-loop planningnuScenes (val)
L2 Error (3s)0.6
177
Closed-loop PlanningBench2Drive
Driving Score42.35
137
3D Object DetectionnuScenes v1.0-trainval (val)
NDS43.5
121
Open-loop planningnuScenes
L2 Error (Avg)0.37
103
PlanningnuScenes (val)
Collision Rate (Avg)0.21
80
Open-loop planningnuScenes v1.0 (val)
L2 (1s)0.17
71
Open-loop planningNuScenes v1.0 (test)
L2 Error (1s)0.17
50
Trajectory PlanningnuScenes
ST-P3 L2 Error (1s)0.17
49
MotionnuScenes (val)
minADE0.74
49
Showing 10 of 122 rows
...

Other info

Code

Follow for update