Official CARLA dataset accompanies our paper LEAD: Minimizing LearnerβExpert Asymmetry in End-to-End Driving.
We release the complete pipeline required to achieve state-of-the-art closed-loop performance on the Bench2Drive benchmark. Built around the CARLA simulator, the stack features a data-centric design with:
Extensive visualization suite and runtime type validation for easier debugging.
Optimized storage format, packs 72 hours of driving in ~200GB.
Native support for NAVSIM and Waymo Vision-based E2E and extending those benchmarks through closed-loop simulation and synthetic data for additional supervision during training.
Each route is stored as a sequence of synchronized frames. All sensor modalities are ego-centric and time-aligned.
In addition to the nominal sensor suite, we provide a second, perturbated sensor stack corresponding to a counterfactual ego state used for recovery supervision.
html
βββ bboxes/ # Per-frame 3D bounding boxes for all actors
βββ depth/ # Compressed depth maps (should be used for auxiliary supervision only)
βββ depth_perturbated # Depth from a perturbated ego state
βββ hdmap/ # Ego-centric rasterized HD map
βββ hdmap_perturbated # HD map aligned to perturbated ego pose
βββ lidar/ # LiDAR point clouds
βββ metas/ # Per-frame metadata and ego state
βββ radar/ # Radar detections
βββ radar_perturbated # Radar detections from perturbated ego state
βββ rgb/ # Front-facing RGB images
βββ rgb_perturbated # RGB images from perturbated ego state
βββ semantics/ # Semantic segmentation maps
βββ semantics_perturbated # Semantics from perturbated ego state
βββ results.json # Route-level summary and evaluation metadata
Download
You can either download a single route (useful for quick inspection / debugging) or clone the full dataset via Git LFS and unzip all routes.
Note: Download the dataset after setting up the lead repository.
Option 1: Download a single route
bash
bash scripts/download_one_route.sh
Option 2: Download all routes (Git LFS)
Clone the dataset repository directly into the expected directory:
@article{Nguyen2025ARXIV,
title={LEAD: Minimizing Learner-Expert Asymmetry in End-to-End Driving},
author={Nguyen, Long and Fauth, Micha and Jaeger, Bernhard and Dauner, Daniel and Igl, Maximilian and Geiger, Andreas and Chitta, Kashyap},
journal={arXiv preprint arXiv:2512.20563},
year={2025}
}