VLM-SAFE: Vision-Language Model-Guided Safety-Aware Reinforcement Learning with World Models for Autonomous Driving
About
Autonomous driving policy learning with reinforcement learning (RL) is fundamentally limited by low sample efficiency, weak generalization, and a dependence on unsafe online trial-and-error interactions. Although safe RL introduces explicit constraints or costs, existing methods often fail to capture the semantic meaning of safety in real driving scenes, leading to conservative behaviors in simple cases and insufficient risk awareness in complex ones. To address this issue, we propose VLM-SAFE, an offline safe RL framework that follows a human cognitive loop of observe-imagine-evaluate-act. Starting from offline driving data, VLM-SAFE observes traffic scenarios and leverages a vision-language model (VLM) to provide semantic safety signals grounded in scene understanding. A learned world model then imagines future trajectories from the observed context, enabling the agent to reason about possible consequences without interacting with the real environment. Rather than using imagined rollouts solely for return estimation, VLM-SAFE further evaluates these predicted futures with VLM-based safety guidance, explicitly coupling future anticipation with semantic risk assessment. The resulting safety-aware imagined experience is finally used to optimize the policy via actor-critic learning, such that actions are chosen based on both predicted outcomes and their safety implications. By tightly integrating observation, imagination, evaluation, and action into a unified closed loop, VLM-SAFE enables safer and more efficient offline policy learning for autonomous driving. Extensive experiments in simulation show that VLM-SAFE achieves improved safety, stronger robustness under traffic-density shift, and a better safety-performance trade-off than representative baselines.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Autonomous Driving | CarDreamer Four Lane | Driving Cost18.75 | 10 | |
| Autonomous Driving | CarDreamer Lane Merge | Cost2.48 | 5 | |
| Autonomous Driving | CarDreamer Roundabout | Driving Cost3.65 | 5 | |
| Autonomous Driving | CarDreamer Lane Merge | Arrive Rate26 | 5 | |
| Autonomous Driving | CarDreamer Left Turn | Arrival Rate52 | 5 | |
| Autonomous Driving | CarDreamer Navigation | Arrival Rate1 | 5 | |
| Driving | CarDreamer Lane Merge | Driving Score147 | 5 | |
| Driving | CarDreamer Left Turn | Driving Score231.9 | 5 | |
| Driving | CarDreamer Right Turn | Driving Score113.1 | 5 | |
| Autonomous Driving | CarDreamer Navigation | Driving Cost42.12 | 5 |