arXiv:2606.11266cs.LG2026-06

用冻结的视觉语言模型提前预警碰撞,让强化学习更安全

Seeing Before Colliding: Anticipatory Safe RL with Frozen Vision-Language Models

论文配图:Seeing Before Colliding: Anticipatory Safe RL with Frozen Vision-Language Models
图 1 · 摘自论文原文
  • 将视觉语言模型作为前瞻成本信号,嵌入强化学习的约束更新机制
  • 在赛道场景中实现40分高回报的同时,90%以上种子数满足25次碰撞预算
  • 适用于高速自动驾驶等需提前避险的实时安全场景

传统约束强化学习依赖碰撞发生后的反馈信号,但在高速场景下已为时过晚。本文提出VLM-Safe-RL框架,首次将冻结的视觉语言模型(VLM)作为前瞻成本项引入约束马尔可夫决策过程(CMDP)的拉格朗日更新中。该框架包含四项贡献:(i) 解耦双路径CLIP,分别处理奖励与成本;(ii) VLM-Lagrange,引入每步VLM成本作为前瞻项;(iii) 置信度门控,基于逻辑噪声模型优化权重;(iv) VLMPPOLag算法。在Safety-Gymnasium FormulaOne L2上,$n=5$个种子、$10^6$步、预算$d_{ ext{lim}}=25$的评估中,仅VLMPPOLag+Conf配置同时达成约40的回报和多数种子不超预算;五种基线方法均至少一项失败。该机制在MetaDrive Medium上将灾难率从41%降至26%(95%置信区间[-26,-5]个百分点),并在Bullet Safety-Gym方向性迁移成功;对MetaDrive Easy/Hard及Qwen2-VL主干的失效分析表明,问题源于拉格朗日调节病理性而非VLM信号本身。

原文摘要 · Abstract (English)

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.

安全强化学习视觉语言模型前瞻预警自动驾驶

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。