paper-with-me

홈 › Papers

MindDrive: A Vision-Language-Action Model for Autonomous Driving via Online Reinforcement Learning

2025-12-15 · Haoyu Fu, Diankun Zhang, Zongchuang Zhao, Jianfeng Cui, Hongwei Xie, Bing Wang, Guang Chen, Dingkang Liang, Xiang Bai arxiv

Current Vision-Language-Action (VLA) paradigms in autonomous driving primarily rely on Imitation Learning (IL), which introduces inherent challenges such as distribution shift and causal confusion. Online Reinforcement Learning offers a promising pathway to address these issues through trial-and-error learning. However, applying online reinforcement learning to VLA models in autonomous driving is hindered by inefficient exploration in continuous action spaces. To overcome this limitation, we propose MindDrive, a VLA framework comprising a large language model (LLM) with two distinct sets of LoRA parameters. The one LLM serves as a Decision Expert for scenario reasoning and driving decision-making, while the other acts as an Action Expert that dynamically maps linguistic decisions into feasible trajectories. By feeding trajectory-level rewards back into the reasoning space, MindDrive enables trial-and-error learning over a finite set of discrete linguistic driving decisions, instead of operating directly in a continuous action space. This approach effectively balances optimal decision-making in complex scenarios, human-like driving behavior, and efficient exploration in online reinforcement learning. Using the lightweight Qwen-0.5B LLM, MindDrive achieves Driving Score (DS) of 78.04 and Success Rate (SR) of 55.09% on the challenging Bench2Drive benchmark. To the best of our knowledge, this is the first work to demonstrate the effectiveness of online reinforcement learning for the VLA model in autonomous driving.

📄 PDF Abstract BibTeX arXiv:2512.13636

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningAutonomous Driving

Results from the Paper

RankTaskDatasetModelMetrics
#34 Bench2Drive Bench2Drive MindDrive Driving Score: 55.09

Similar Papers 제목 키워드 기반

MindDriver: Introducing Progressive Multimodal Reasoning for Autonomous Driving

2026-02-25 · Lingjun Zhang, Yujian Yuan, Changjie Wu, Xinyuan Chang 외 arxiv

Vision-Language Models (VLM) exhibit strong reasoning capabilities, showing promise for end-to-end autonomous driving systems. Chain-of-Thought (CoT), as VLM's widely used reasoning strategy, is facing critical challenge…

Multimodal ReasoningTrajectory PlanningAutonomous Driving

MindDrive: An All-in-One Framework Bridging World Models and Vision-Language Model for End-to-End Autonomous Driving

2025-12-04 · Bin Sun, Yaoguang Cao, Yan Wang, Rui Wang 외 arxiv

End-to-End autonomous driving (E2E-AD) has emerged as a new paradigm, where trajectory planning plays a crucial role. Existing studies mainly follow two directions: trajectory generation oriented, which focuses on produc…

Trajectory PlanningAutonomous DrivingDecision Making

CoVLA: Comprehensive Vision-Language-Action Dataset for Autonomous Driving

2024-08-19 · Hidehisa Arai, Keita Miwa, Kento Sasaki, Yu Yamaguchi 외

Autonomous driving, particularly navigating complex and unanticipated scenarios, demands sophisticated reasoning and planning capabilities. While Multi-modal Large Language Models (MLLMs) offer a promising avenue for thi…

Autonomous DrivingCaption GenerationVision-Language-Action

SimLingo: Vision-Only Closed-Loop Autonomous Driving with Language-Action Alignment

2025-03-12 · CVPR 2025 1 · Katrin Renz, Long Chen, Elahe Arani, Oleg Sinavski

Integrating large language models (LLMs) into autonomous driving has attracted significant attention with the hope of improving generalization and explainability. However, existing methods often focus on either driving o…

Autonomous DrivingBench2DriveLanguage ModelingLanguage Modelling+2

DriveAction: A Benchmark for Exploring Human-like Driving Decisions in VLA Models

2025-06-06 · Yuhan Hao, Zhengning Li, Lei Sun, Weilong Wang 외

Vision-Language-Action (VLA) models have advanced autonomous driving, but existing benchmarks still lack scenario diversity, reliable action-level annotation, and evaluation protocols aligned with human preferences. To a…

Autonomous DrivingAutonomous VehiclesVision-Language-Action