paper-with-me

홈 › Papers

VLM-RL: A Unified Vision Language Models and Reinforcement Learning Framework for Safe Autonomous Driving

2024-12-20 · Zilin Huang, Zihao Sheng, Yansong Qu, Junwei You, Sikai Chen

In recent years, reinforcement learning (RL)-based methods for learning driving policies have gained increasing attention in the autonomous driving community and have achieved remarkable progress in various driving scenarios. However, traditional RL approaches rely on manually engineered rewards, which require extensive human effort and often lack generalizability. To address these limitations, we propose \textbf{VLM-RL}, a unified framework that integrates pre-trained Vision-Language Models (VLMs) with RL to generate reward signals using image observation and natural language goals. The core of VLM-RL is the contrasting language goal (CLG)-as-reward paradigm, which uses positive and negative language goals to generate semantic rewards. We further introduce a hierarchical reward synthesis approach that combines CLG-based semantic rewards with vehicle state information, improving reward stability and offering a more comprehensive reward signal. Additionally, a batch-processing technique is employed to optimize computational efficiency during training. Extensive experiments in the CARLA simulator demonstrate that VLM-RL outperforms state-of-the-art baselines, achieving a 10.5\% reduction in collision rate, a 104.6\% increase in route completion rate, and robust generalization to unseen driving scenarios. Furthermore, VLM-RL can seamlessly integrate almost any standard RL algorithms, potentially revolutionizing the existing RL paradigm that relies on manual reward engineering and enabling continuous performance improvements. The demo video and code can be accessed at: https://zilin-huang.github.io/VLM-RL-website.

📄 PDF Abstract BibTeX arXiv:2412.15544

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous DrivingComputational EfficiencyReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Entropy Regularization 설명 없음
PPO Proximal Policy Optimization, or PPO, is a policy gradient method for reinforcement learning. The motivation was to have an algorithm with the data efficiency and reliable…
CARLA CARLA is an open-source simulator for autonomous driving research. CARLA has been developed from the ground up to support development, training, and validation of autonomous urban…

Similar Papers 제목 키워드 기반

Integrated Noise and Safety Management in UAM via A Unified Reinforcement Learning Framework

2025-08-22 · Surya Murthy, Zhenyu Gao, John-Paul Clarke, Ufuk Topcu arxiv

Urban Air Mobility (UAM) envisions the widespread use of small aerial vehicles to transform transportation in dense urban environments. However, UAM faces critical operational challenges, particularly the balance between…

Reinforcement Learning

DriveMind: A Dual-VLM based Reinforcement Learning Framework for Autonomous Driving

2025-06-01 · Dawood Wasif, Terrence J Moore, Chandan K Reddy, Jin-Hee Cho

End-to-end autonomous driving systems map sensor data directly to control commands, but remain opaque, lack interpretability, and offer no formal safety guarantees. While recent vision-language-guided reinforcement learn…

Autonomous DrivingDecoderReinforcement Learning (RL)

Hamilton-Jacobi Reachability-Based Safe Reinforcement Learning for Emergency Collision Avoidance

2026-06-13 · Yuhong Jiang, Shiyue Zhao, Junzhi Zhang, Junfeng Zhang 외 arxiv

Emergency collision avoidance under extreme driving conditions demands safety-critical control that accounts for both obstacle proximity and vehicle dynamic stability over a future time horizon, yet existing methods ofte…

Reinforcement LearningCollision Avoidance

SafeAlign-VLA: A Negative-Enhanced Safe Alignment Framework for Risk-Aware Autonomous Driving

2026-05-19 · Kefei Tian, Yuansheng Lian, Kai Yang, Xiangdong Chen 외 arxiv

End-to-end autonomous driving systems excel in common scenarios but struggle with safety-critical long-tail cases. Vision-Language-Action (VLA) models are promising due to their strong reasoning capabilities. However, mo…

Reinforcement LearningAutonomous Driving

Safety-Gymnasium: A Unified Safe Reinforcement Learning Benchmark

2023-10-19 · Jiaming Ji, Borong Zhang, Jiayi Zhou, Xuehai Pan 외

Artificial intelligence (AI) systems possess significant potential to drive societal progress. However, their deployment often faces obstacles due to substantial safety concerns. Safe reinforcement learning (SafeRL) emer…

reinforcement-learningReinforcement LearningSafe Reinforcement Learning