Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Rethinking the Open-Loop Evaluation of End-to-End Autonomous Driving in nuScenes

About

Modern autonomous driving systems are typically divided into three main tasks: perception, prediction, and planning. The planning task involves predicting the trajectory of the ego vehicle based on inputs from both internal intention and the external environment, and manipulating the vehicle accordingly. Most existing works evaluate their performance on the nuScenes dataset using the L2 error and collision rate between the predicted trajectories and the ground truth. In this paper, we reevaluate these existing evaluation metrics and explore whether they accurately measure the superiority of different methods. Specifically, we design an MLP-based method that takes raw sensor data (e.g., past trajectory, velocity, etc.) as input and directly outputs the future trajectory of the ego vehicle, without using any perception or prediction information such as camera images or LiDAR. Our simple method achieves similar end-to-end planning performance on the nuScenes dataset with other perception-based methods, reducing the average L2 error by about 20%. Meanwhile, the perception-based methods have an advantage in terms of collision rate. We further conduct in-depth analysis and provide new insights into the factors that are critical for the success of the planning task on nuScenes dataset. Our observation also indicates that we need to rethink the current open-loop evaluation scheme of end-to-end autonomous driving in nuScenes. Codes are available at https://github.com/E2E-AD/AD-MLP.

Jiang-Tian Zhai, Ze Feng, Jinhao Du, Yongqiang Mao, Jiang-Jiang Liu, Zichang Tan, Yifu Zhang, Xiaoqing Ye, Jingdong Wang• 2023

Related benchmarks

TaskDatasetResultRank
Open-loop planningnuScenes (val)
L2 Error (3s)0.41
151
Closed-loop PlanningBench2Drive
Driving Score18.05
90
Open-loop planningnuScenes v1.0 (val)
L2 (1s)0.15
59
End-to-end Autonomous DrivingBench2Drive base set
Driving Score18.05
46
Open-loop planningNuScenes v1.0 (test)
L2 Error (1s)0.15
28
End-to-end Autonomous DrivingBench2Drive
Driving Score18.05
27
Closed-loop Autonomous DrivingBench2Drive closed-loop
DS18.1
24
Closed-loop Autonomous DrivingBench2Drive
Driving Score (DS)18.05
21
Closed-loop PlanningBench2Drive (test)
Driving Score18.05
21
Open-loop planningnuScenes
L2 Error (1s)0.15
20
Showing 10 of 32 rows

Other info

Code

Follow for update