HyperAIHyperAI

Command Palette

Search for a command to run...

3 months ago

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

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

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

Abstract

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.

Code Repositories

E2E-AD/AD-MLP
Official
pytorch
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
trajectory-planning-on-nuscenesAD-MLP
Collision-1s: 0.17
Collision-2s: 0.18
Collision-3s: 0.24
Collision-Avg: 0.19
L2-1s: 0.20
L2-2s: 0.26
L2-3s: 0.41
L2-Avg: 0.29
trajectory-planning-on-nuscenesVAD-Base [jiang2023vad]
Collision-1s: 0.07
Collision-2s: 0.10
Collision-3s: 0.24
Collision-Avg: 0.14
L2-1s: 0.17
L2-2s: 0.34
L2-3s: 0.60
L2-Avg: 0.37

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Rethinking the Open-Loop Evaluation of End-to-End Autonomous Driving in nuScenes | Papers | HyperAI