LEAD: Minimizing Learner-Expert Asymmetry in End-to-End Driving
Long Nguyen, Micha Fauth, Bernhard Jaeger, Daniel Dauner, Maximilian Igl, Andreas Geiger, Kashyap Chitta
TL;DR
The work identifies and mitigates learner–expert asymmetries in end-to-end driving by aligning expert demonstrations to sensor-based observations and strengthening navigation intent. It introduces LEAD, a large-scale CARLA dataset, and TFv6, a TransFuser-based policy that delivers state-of-the-art closed-loop performance on CARLA benchmarks and shows sim-to-real gains when paired with real-world data. Key contributions include state and intent alignment techniques, removal of late-stage goal conditioning bottlenecks, and a multi-point navigation conditioning strategy that reduces target-point bias. The findings highlight the practical impact of expert design and intent specification as drivers of real-world robustness in simulation-based imitation learning.
Abstract
Simulators can generate virtually unlimited driving data, yet imitation learning policies in simulation still struggle to achieve robust closed-loop performance. Motivated by this gap, we empirically study how misalignment between privileged expert demonstrations and sensor-based student observations can limit the effectiveness of imitation learning. More precisely, experts have significantly higher visibility (e.g., ignoring occlusions) and far lower uncertainty (e.g., knowing other vehicles' actions), making them difficult to imitate reliably. Furthermore, navigational intent (i.e., the route to follow) is under-specified in student models at test time via only a single target point. We demonstrate that these asymmetries can measurably limit driving performance in CARLA and offer practical interventions to address them. After careful modifications to narrow the gaps between expert and student, our TransFuser v6 (TFv6) student policy achieves a new state of the art on all major publicly available CARLA closed-loop benchmarks, reaching 95 DS on Bench2Drive and more than doubling prior performances on Longest6~v2 and Town13. Additionally, by integrating perception supervision from our dataset into a shared sim-to-real pipeline, we show consistent gains on the NAVSIM and Waymo Vision-Based End-to-End driving benchmarks. Our code, data, and models are publicly available at https://github.com/autonomousvision/lead.
