Papers › Bench2Drive: Towards Multi-Ability Benchmarking of Closed-Loop End-To-End Autonomous Driving

Bench2Drive: Towards Multi-Ability Benchmarking of Closed-Loop End-To-End Autonomous Driving

6 Jun 2024arXiv:2406.03877archive 2025-07-28

Xiaosong Jia, Zhenjie Yang, QiFeng Li, Zhiyuan Zhang, Junchi Yan

In an era marked by the rapid scaling of foundation models, autonomous driving technologies are approaching a transformative threshold where end-to-end autonomous driving (E2E-AD) emerges due to its potential of scaling up in the data-driven manner. However, existing E2E-AD methods are mostly evaluated under the open-loop log-replay manner with L2 errors and collision rate as metrics (e.g., in nuScenes), which could not fully reflect the driving performance of algorithms as recently acknowledged in the community. For those E2E-AD methods evaluated under the closed-loop protocol, they are tested in fixed routes (e.g., Town05Long and Longest6 in CARLA) with the driving score as metrics, which is known for high variance due to the unsmoothed metric function and large randomness in the long route. Besides, these methods usually collect their own data for training, which makes algorithm-level fair comparison infeasible. To fulfill the paramount need of comprehensive, realistic, and fair testing environments for Full Self-Driving (FSD), we present Bench2Drive, the first benchmark for evaluating E2E-AD systems' multiple abilities in a closed-loop manner. Bench2Drive's official training data consists of 2 million fully annotated frames, collected from 13638 short clips uniformly distributed under 44 interactive scenarios (cut-in, overtaking, detour, etc), 23 weathers (sunny, foggy, rainy, etc), and 12 towns (urban, village, university, etc) in CARLA v2. Its evaluation protocol requires E2E-AD models to pass 44 interactive scenarios under different locations and weathers which sums up to 220 routes and thus provides a comprehensive and disentangled assessment about their driving capability under different situations. We implement state-of-the-art E2E-AD models and evaluate them in Bench2Drive, providing insights regarding current status and future directions.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2406.03877")

Code

Syntology Ran 13 of 17 code samples harvested from 2 repositories linked to this paper; 4 have no recorded run. Of those that ran: 1 ran · our draft was wrong; 2 ran · fixture could not drive it; 10 ran with no contract checked.

By repository: official repository: 17 samples from 2 repositories, 13 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

Thinklab-SJTU/Bench2Drive officialmentioned in papermentioned on GitHubNOASSERTION report
autonomousvision/carla_garage officialmentioned in papermentioned on GitHubpytorch report
thinklab-sjtu/bench2drivezoo officialmentioned in paperpytorchNOASSERTION report
RenzKa/simlingo mentioned on GitHub report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

17 samples harvested; 13 ran; 0 honoured the contract we drafted; 4 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · our draft was wrong
2ran · fixture could not drive it
10ran
4unverified

Licence: 17 of the 17 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

append_list_id Thinklab-SJTU/Bench2Drive/B2DVisualize/visualizers/json_vis.py official repository ran licence not identified · pointer only · 1eb24873f4386473 · report
batched_nms thinklab-sjtu/bench2drivezoo/mmcv/layers/nms.py official repository ran licence not identified · pointer only · d7527a665dfb8f27 · report
cat thinklab-sjtu/bench2drivezoo/mmcv/layers/wrappers.py official repository ran licence not identified · pointer only · 2cc5addbe52bf811 · report
ciou_loss thinklab-sjtu/bench2drivezoo/mmcv/layers/losses.py official repository ran · fixture could not drive it fingerprinted no licence file found · pointer only · cee8870d4fbccc39 · report
differentiable_all_reduce thinklab-sjtu/bench2drivezoo/mmcv/layers/batch_norm.py official repository ran fingerprinted licence not identified · pointer only · 3b4490a3fe94a15c · report
diou_loss thinklab-sjtu/bench2drivezoo/mmcv/layers/losses.py official repository ran · fixture could not drive it fingerprinted no licence file found · pointer only · 26f3066ead0d2eec · report
empty_input_loss_func_wrapper thinklab-sjtu/bench2drivezoo/mmcv/layers/wrappers.py official repository ran licence not identified · pointer only · 0956a6506834357f · report
filter_json_tree Thinklab-SJTU/Bench2Drive/B2DVisualize/visualizers/json_vis.py official repository ran licence not identified · pointer only · 96ccfa8cde1cf6ef · report
get_actor_display_name Thinklab-SJTU/Bench2Drive/scenario_runner/manual_control.py official repository ran · our draft was wrong no licence file found · pointer only · c882c504d11f2b36 · report
pad_masks thinklab-sjtu/bench2drivezoo/mmcv/layers/mask_ops.py official repository ran fingerprinted licence not identified · pointer only · 406f84cf799ed34d · report
paste_mask_in_image_old thinklab-sjtu/bench2drivezoo/mmcv/layers/mask_ops.py official repository ran licence not identified · pointer only · d03592674030077f · report
paste_masks_in_image thinklab-sjtu/bench2drivezoo/mmcv/layers/mask_ops.py official repository ran licence not identified · pointer only · c0eac7dcd1335fa1 · report
shapes_to_tensor thinklab-sjtu/bench2drivezoo/mmcv/layers/wrappers.py official repository ran licence not identified · pointer only · d9acad9b929a7bb2 · report
batched_nms_rotated thinklab-sjtu/bench2drivezoo/mmcv/layers/nms.py official repository unverified licence not identified · pointer only · df39d2e76b0bb6d2 · report
cache_file Thinklab-SJTU/Bench2Drive/B2DVisualize/util/cache.py official repository unverified licence not identified · pointer only · 3bcd1f43b044e1cd · report
nms_rotated thinklab-sjtu/bench2drivezoo/mmcv/layers/nms.py official repository unverified licence not identified · pointer only · ecfd01cc7b6523f8 · report
pairwise_iou_rotated thinklab-sjtu/bench2drivezoo/mmcv/layers/rotated_boxes.py official repository unverified licence not identified · pointer only · df40c33628d29275 · report

Tasks

Autonomous DrivingBench2DriveBenchmarking

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Bench2Drive Bench2Drive AD-MLP Driving Score 18.05 #35 of 35 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Methods

CARLAEntropy RegularizationPPO

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections