VLM-RL: A Unified Vision Language Models and Reinforcement Learning Framework for Safe Autonomous Driving
Zilin Huang, Zihao Sheng, Yansong Qu, Junwei You, Sikai Chen
TL;DR
This work tackles the longstanding challenge of reward design in reinforcement learning for autonomous driving by introducing VLM-RL, which leverages pre-trained vision-language models to generate semantic rewards through a contrasting language goal paradigm. It combines positive and negative language goals with a hierarchical reward synthesis that also incorporates vehicle state signals, and adds a batch-processing scheme to maintain training efficiency. Through extensive CARLA experiments, VLM-RL demonstrates superior safety, route completion, and generalization compared to expert-designed and LM-based baselines, and proves compatibility with multiple RL algorithms. The results suggest that integrating VLMs into end-to-end driving pipelines can yield more informative, robust, and scalable learning signals for safe autonomous navigation. Future directions include improving inference efficiency, expanding driving tasks, and exploring human-in-the-loop or sim-to-real transfer to bridge simulation and real-world deployment.
Abstract
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.
