π€ AI Summary
This work addresses the challenge of preventing instantaneous, irreversible collisions in high-speed scenariosβa limitation of traditional constrained reinforcement learning methods that rely on retrospective cost signals. To enable proactive safety-aware decision-making, the authors propose the first integration of a frozen vision-language model (VLM) into the Lagrangian framework of constrained Markov decision processes (CMDPs) to generate forward-looking cost estimates. Key innovations include decoupled dual-path CLIP feature extraction, VLM-driven Lagrange multiplier updates, and a Bayesian optimal confidence gating mechanism, all unified within the VLMPPOLag algorithm. Empirical results demonstrate that the approach uniquely achieves both high reward (β40) and strict safety compliance on Safety-Gymnasium FormulaOne L2, reduces crash rates from 41% to 26% on MetaDrive Medium, and exhibits strong transferability in Bullet Safety-Gym environments.
π Abstract
The cost signal that constrained-RL algorithms optimize against is almost always reactive: the simulator emits a non-zero cost only after a collision has begun, and the Lagrange multiplier of PPO-Lagrangian grows only after the episode budget has been exceeded. At race speeds, where collisions are instantaneous and irreversible, any safety mechanism that waits for cost to accumulate is structurally too late. We present VLM-Safe-RL, a framework that integrates a frozen vision-language model into the CMDP Lagrangian update as an anticipatory cost term. The framework comprises four contributions: (i) Decoupled Dual-Path CLIP, independent reward/cost paths that respect the CMDP's factorization; (ii) VLM-Lagrange, an augmented multiplier update that incorporates a per-step VLM cost as an anticipatory term; (iii) Confidence Gating, a Bayes-optimal weight derived from a logistic noise model on the CLIP margin; and (iv) VLMPPOLag, the composed algorithm. On Safety-Gymnasium FormulaOne L2, our principal evaluation ($n{=}5$ seeds, $10^{6}$ steps, budget $d_{\text{lim}}{=}25$) VLMPPOLag$+$Conf is the only configuration in our default budget comparison that simultaneously retains substantive return ($J_r{\approx}40$) and holds cost within budget on a majority of seeds; the five constraint-aware baselines (PPOLag, CPO, CPPOPID, CPO-CLG, PPOLag-RND) each fail at least one requirement. The mechanism generalizes to held-out MetaDrive Medium (catastrophe rate $41\%{\to}26\%$, 95\% bootstrap CI $[-26,-5]$\,pp) and shows directionally consistent transfer to Bullet Safety-Gym; we report honestly where it does not (MetaDrive Easy/Hard, Qwen2-VL backbone) and trace the Hard failure to a Lagrangian-regulation pathology rather than the VLM signal itself. To our knowledge, this is the first work to use frozen VLM signals as an anticipatory cost term inside the CMDP Lagrangian update.