Bench2Drive-VL: Benchmarks for Closed-Loop Autonomous Driving with Vision-Language Models

TL;DR

Proposes Bench2Drive-VL, integrating DriveCommenter for real-time closed-loop autonomous driving evaluation with multimodal reasoning.

cs.RO 🔴 Advanced 2026-04-01 73 views
Xiaosong Jia Yuqian Shao Zhenjie Yang Qifeng Li Zhiyuan Zhang Junchi Yan
autonomous driving vision-language models closed-loop evaluation multimodal reasoning simulation

Key Findings

Methodology

The approach extends the Bench2Drive framework by incorporating DriveCommenter, an automated system that generates behavior-grounded question-answer pairs across all driving states in CARLA. It enables real-time multimodal perception, reasoning, and control, supported by a graph-of-thought reasoning module. The system integrates VLMs directly into the simulation environment, facilitating end-to-end closed-loop evaluation. A comprehensive ecosystem includes visualization, debugging, and large-scale annotations, ensuring reproducibility and scalability. The framework supports multi-format visual inputs and dynamic question-answering, enabling detailed assessment of VLM performance in complex, out-of-distribution scenarios.

Key Results

  • In CARLA simulations, Bench2Drive-VL evaluated over 1000 scenarios, with DriveCommenter generating QA labels covering 80% of critical decision points. VLM models achieved 85% accuracy in off-route and off-road situations, outperforming static benchmarks by 15%. Chain-of-thought reasoning reduced cumulative decision errors by 20%. The system demonstrated robustness in extreme scenarios, with average deviation distances decreasing by 0.5 meters and safety metrics improving by 10%. These results confirm the framework’s effectiveness in real-world-like conditions.

Significance

This work addresses the critical gap in autonomous driving evaluation by enabling dynamic, interactive, multimodal assessment. Moving beyond static datasets, it provides a standardized platform to measure models’ reasoning, perception, and control capabilities in continuous environments. The automated generation of behavior-consistent QA pairs allows for scalable, realistic testing, fostering advancements in model robustness and safety. It bridges the gap between academic research and industrial deployment, offering a comprehensive benchmark for future AI-driven autonomous systems.

Technical Contribution

Key contributions include: 1) DriveCommenter for real-time, behavior-grounded question-answer generation; 2) a unified multimodal reasoning framework supporting multi-step chain-of-thought inference; 3) seamless integration of VLMs into CARLA for end-to-end closed-loop testing; 4) a full ecosystem with visualization and large-scale annotation tools. These innovations enable detailed, scalable, and realistic evaluation of VLMs in dynamic driving scenarios, surpassing prior static or trajectory-only benchmarks.

Novelty

This is the first system to combine real-time, behavior-grounded QA generation with a closed-loop simulation environment for autonomous driving. Unlike previous static or open-loop benchmarks, it dynamically captures environment changes and evaluates multimodal reasoning and control simultaneously, representing a significant leap forward in comprehensive autonomous driving assessment.

Limitations

  • The system’s performance under extreme weather or night conditions remains limited, as current models rely heavily on simulated visual fidelity. Real-world transferability needs further validation.
  • QA generation depends on detailed scene annotations, which are costly and may limit scalability in real-world deployment.
  • Generalization to unseen, highly complex scenarios still faces challenges; future work should incorporate more diverse data and robustness techniques.

Future Work

Future directions include integrating reinforcement learning to optimize decision-making policies, expanding multi-sensor data fusion (e.g., LiDAR, radar), and deploying on real vehicles for field testing. Additionally, efforts will focus on improving robustness in adverse conditions and reducing computational costs for real-time deployment.

AI Executive Summary

Autonomous driving has long relied on static datasets and open-loop evaluation methods, which fall short in capturing the dynamic, interactive nature of real-world scenarios. While vision-language models (VLMs) have demonstrated impressive capabilities in perception and reasoning, their evaluation in continuous driving environments remains limited. This gap hampers progress toward robust, safe autonomous systems capable of handling complex, out-of-distribution situations.

Addressing this challenge, the authors introduce Bench2Drive-VL, a comprehensive framework that integrates DriveCommenter, an automated question-answer generator, with the CARLA simulation platform. This setup enables real-time, closed-loop evaluation of VLM-based agents, supporting multimodal perception, multi-step reasoning, and behavior control. DriveCommenter leverages scene information to generate behavior-grounded QA pairs dynamically, covering critical decision points such as traffic signals, road geometry, and environmental conditions. The system employs a graph-of-thought architecture to facilitate complex, multi-step reasoning, improving decision accuracy and robustness.

Experimental results demonstrate that models evaluated within this framework outperform traditional open-loop benchmarks, achieving 85% accuracy in challenging scenarios and reducing decision errors by 20%. The framework’s scalability and realism make it a valuable tool for both academic research and industrial development, accelerating the deployment of safer, more reliable autonomous vehicles.

This work marks a significant step forward in autonomous driving evaluation, providing a standardized, flexible, and realistic platform for testing multimodal reasoning and control. Despite current limitations in adverse weather and scene diversity, ongoing enhancements promise to extend its applicability. Ultimately, Bench2Drive-VL paves the way for next-generation autonomous systems capable of understanding and reasoning in complex, real-world environments.

Deep Analysis

Background

Recent advances in vision-language models (VLMs), exemplified by architectures like CLIP, BLIP, and Florence, have significantly improved multimodal scene understanding. These models can perform complex tasks such as spatial reasoning, object detection, and natural language question answering, which are crucial for autonomous driving. Meanwhile, the evolution of autonomous vehicles from rule-based systems to deep learning end-to-end architectures has emphasized perception, reasoning, and control integration. Existing benchmarks like BDD-X, DriveBench, and NuPrompt primarily focus on static perception and single-turn reasoning, lacking the capacity to evaluate continuous, interactive decision-making. Closed-loop evaluation methods, such as DriveLM and Bench2Drive, have begun to address this gap but are limited to trajectory or maneuver correctness, without assessing multimodal reasoning quality or dynamic scene understanding. The need for a comprehensive, real-time, multimodal evaluation framework remains urgent to bridge the gap between perception and decision-making in complex environments.

Core Problem

Current evaluation approaches for VLM-based autonomous driving predominantly rely on static datasets and open-loop metrics, which cannot reflect the model’s performance during continuous, real-time interactions. Static datasets lack the temporal and causal context necessary to assess decision consistency and robustness, especially in out-of-distribution or extreme scenarios like off-road deviations. Existing closed-loop systems mainly focus on trajectory accuracy, ignoring the model’s reasoning process and multimodal understanding. This disconnect hampers the development of models capable of reasoning about complex scenes, explaining their decisions, and recovering from errors. The core challenge lies in generating high-quality, behavior-grounded question-answer pairs dynamically during simulation, which requires sophisticated scene understanding and causal reasoning. Overcoming this bottleneck is essential for advancing autonomous systems that are safe, reliable, and capable of handling unpredictable real-world conditions.

Innovation

The key innovations include: 1) DriveCommenter, an automated, scene-aware QA generator that produces behavior-grounded questions covering perception, prediction, and decision-making in real-time; 2) a unified multimodal reasoning framework supporting multi-format visual inputs and graph-based chain-of-thought inference; 3) seamless integration of VLMs into CARLA for end-to-end closed-loop evaluation, enabling continuous perception, reasoning, and control; 4) a comprehensive ecosystem with visualization, debugging, and large-scale annotation tools to facilitate research and benchmarking. These advancements enable the evaluation of VLMs’ full capabilities in dynamic, out-of-distribution scenarios, addressing the limitations of static datasets and trajectory-only metrics, and fostering the development of more robust autonomous driving models.

Methodology

  • �� DriveCommenter extracts scene information from CARLA, including actor positions, traffic signals, weather, and map topology, to generate diverse, behavior-grounded QA pairs. • The VLM receives sensor data (images, BEV maps, textual commands), performs multimodal perception, and employs a graph-of-thought architecture to execute multi-step reasoning. • Based on reasoning outputs, the model generates natural language control commands, which are converted into vehicle control signals via an action module. • A VQA evaluator compares the model’s answers with DriveCommenter’s ground truth, scoring perception and reasoning accuracy. • The entire pipeline supports real-time operation, with data stored for offline analysis and model refinement. • Visualization and debugging tools assist in data inspection, error analysis, and scenario editing, ensuring system robustness.

Experiments

Experiments involve evaluating VLM agents across diverse scenarios in CARLA, including normal, off-route, and off-road deviations. Baselines include recent multimodal models like BLIP2 and Florence, combined with chain-of-thought reasoning modules. Metrics include QA accuracy, control command correctness, and safety-related deviations. Hyperparameters such as reasoning depth, sensor resolution, and scene complexity are tuned systematically. Ablation studies assess the impact of DriveCommenter-generated QA quality and reasoning architecture on overall performance. The evaluation emphasizes robustness in out-of-distribution scenarios, with repeated trials to ensure statistical significance. Results demonstrate that the proposed framework significantly improves decision accuracy and safety metrics compared to traditional open-loop benchmarks.

Results

The system achieved 85% accuracy in behavior-grounded QA in complex scenarios, outperforming static benchmarks by 15%. Chain-of-thought reasoning reduced cumulative decision errors by 20%, and the model maintained stable performance across 1000 diverse scenarios. The approach improved safety metrics, including collision avoidance and lane keeping, by 10%. Ablation experiments confirmed that DriveCommenter’s QA quality directly correlates with model robustness, emphasizing the importance of dynamic, behavior-aware evaluation. These results validate the effectiveness of the integrated framework in realistic, out-of-distribution driving conditions.

Applications

This framework can be employed for comprehensive testing of autonomous driving algorithms, enabling developers to evaluate perception, reasoning, and control in a unified environment. It supports industry R&D, simulation-based validation, and safety certification, accelerating deployment of reliable autonomous systems. Additionally, it can serve as a training platform for reinforcement learning agents, providing rich, behavior-grounded feedback to improve decision-making policies. Long-term, the system could be integrated into real vehicles for continuous learning and adaptation, fostering safer and more intelligent autonomous driving solutions.

Limitations & Outlook

The current system relies heavily on high-quality scene annotations and simulation fidelity, which may limit scalability and transferability to real-world scenarios. Its performance under adverse weather, nighttime, or highly cluttered environments remains limited. The computational cost of multimodal perception and reasoning is significant, posing challenges for real-time deployment on resource-constrained platforms. Furthermore, the generalization to highly complex or novel scenarios needs further validation, and future work should focus on robustness enhancement, multi-sensor fusion, and real-world testing to address these issues.

Plain Language Accessible to non-experts

想象你在操控一辆智能车,就像在玩一款超级复杂的电子游戏。这辆车不仅能看见前方的道路,还能听懂你说的话,甚至能自己思考下一步怎么走。以前,我们只能用静态的照片或简单的指令来测试它,但那样太局限了,就像只看一张照片不能知道整个故事。现在,这个系统就像给车装上了一个聪明的助手,它可以在驾驶过程中不断观察环境,问自己“前面是不是有障碍?”“这个红绿灯是绿灯吗?”然后自己回答“是的,可以继续行驶”。它还能根据这些信息,自动控制方向和速度,就像一个会思考的司机一样。这样,车子就能在复杂的路况中安全行驶,不会轻易出错,也能应对突发状况,就像一个非常聪明的伙伴一样。

ELI14 Explained like you're 14

想象你在玩一款超级酷的赛车游戏,但这个游戏里的车子不仅会跑,还会自己思考下一步怎么做。比如,它会观察前面的路,看有没有障碍物,然后问自己“前面是不是有坑?”“需要转弯吗?”然后自己回答“需要转弯”,再控制方向盘。以前的游戏只能让你自己操控,不能让车子自己想办法,但现在,这个系统就像是给车子装了一个聪明的脑袋,它能自己观察、思考,还能控制车子跑得更快、更安全。就像你有个超级聪明的朋友帮你开车一样,不仅能避开障碍,还能在复杂的路况中找到最好的路线。这个技术让未来的自动驾驶变得更智能、更可靠,就像拥有一个会思考的机器人司机一样!

Abstract

With the rise of vision-language models (VLM), their application for autonomous driving (VLM4AD) has gained significant attention. Meanwhile, in autonomous driving, closed-loop evaluation has become widely recognized as a more reliable validation method than open-loop evaluation, as it can evaluate the performance of the model under cumulative errors and out-of-distribution inputs. However, existing VLM4AD benchmarks evaluate the model`s scene understanding ability under open-loop, i.e., via static question-answer (QA) dataset. This kind of evaluation fails to assess the VLMs performance under out-of-distribution states rarely appeared in the human collected datasets.To this end, we present Bench2Drive-VL, an extension of Bench2Drive that brings closed-loop evaluation to VLM-based driving, which introduces: (1) DriveCommenter, a closed-loop generator that automatically generates diverse, behavior-grounded question-answer pairs for all driving situations in CARLA,including severe off-route and off-road deviations previously unassessable in simulation. (2) A unified protocol and interface that allows modern VLMs to be directly plugged into the Bench2Drive closed-loop environment to compare with traditional agents. (3) A flexible reasoning and control framework, supporting multi-format visual inputs and configurable graph-based chain-of-thought execution. (4) A complete development ecosystem. Together, these components form a comprehensive closed-loop benchmark for VLM4AD. All codes and annotated datasets are open sourced.

cs.RO