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

DriveTransformer: Unified Transformer for Scalable End-to-End Autonomous Driving

About

End-to-end autonomous driving (E2E-AD) has emerged as a trend in the field of autonomous driving, promising a data-driven, scalable approach to system design. However, existing E2E-AD methods usually adopt the sequential paradigm of perception-prediction-planning, which leads to cumulative errors and training instability. The manual ordering of tasks also limits the system`s ability to leverage synergies between tasks (for example, planning-aware perception and game-theoretic interactive prediction and planning). Moreover, the dense BEV representation adopted by existing methods brings computational challenges for long-range perception and long-term temporal fusion. To address these challenges, we present DriveTransformer, a simplified E2E-AD framework for the ease of scaling up, characterized by three key features: Task Parallelism (All agent, map, and planning queries direct interact with each other at each block), Sparse Representation (Task queries direct interact with raw sensor features), and Streaming Processing (Task queries are stored and passed as history information). As a result, the new framework is composed of three unified operations: task self-attention, sensor cross-attention, temporal cross-attention, which significantly reduces the complexity of system and leads to better training stability. DriveTransformer achieves state-of-the-art performance in both simulated closed-loop benchmark Bench2Drive and real world open-loop benchmark nuScenes with high FPS.

Xiaosong Jia, Junqi You, Zhiyuan Zhang, Junchi Yan• 2025

Related benchmarks

TaskDatasetResultRank
Open-loop planningnuScenes (val)
L2 Error (3s)0.55
151
Closed-loop PlanningBench2Drive
Driving Score63.46
90
Open-loop planningnuScenes v1.0 (val)
L2 (1s)0.16
59
End-to-end Autonomous DrivingBench2Drive base set
Driving Score63.46
46
MotionnuScenes (val)
minADE0.61
34
End-to-end Autonomous DrivingBench2Drive
Driving Score63.46
27
Closed-loop Autonomous DrivingBench2Drive closed-loop
DS63.5
24
DetectionnuScenes (val)
mAP49.9
23
Closed-loop PlanningBench2Drive (test)
Driving Score63.46
21
Closed-loop Autonomous DrivingBench2Drive
Driving Score (DS)63.46
21
Showing 10 of 31 rows

Other info

Code

Follow for update