用简单强化学习让视觉语言模型在虚拟世界中学会真实世界的多任务能力
Enhancing Vision-Language Model Training with Reinforcement Learning in Synthetic Worlds for Real-World Success
- 将动作词元与环境步值函数解耦,无需调参即可稳定训练
- 在廉价模拟器中训练后,在多个真实任务上提升50%以上表现
- 适合追求低成本、强泛化能力的AI Agent研发者
交互式多模态智能体需将原始视觉输入转化为语言条件下的连贯动作序列,而当前视觉语言模型(VLMs)仍缺乏此能力。以往强化学习方法虽理论上可行,但极少验证其在真实世界中的泛化性,且依赖脆弱的超参数调优或高状态变化的密集奖励环境。本文提出轻量级、免调参的强化学习算法VL-DAC:对动作词元使用PPO更新,仅在环境步级学习价值函数,该设计在大模型中尚未被探索。这种解耦避免了不稳定的权重项,实现更快更可靠的收敛。单个VLM在单一廉价模拟器(MiniWorld、Gym-Cards、ALFWorld或WebShop)中训练后,即展现广泛泛化能力:在BALROG上相对提升50%,在VSI-Bench最难部分提升5%,在VisualWebBench上提升2%,同时保持图像理解准确率不变。这首次证明,仅在低成本合成世界中训练的简单强化学习算法,也能显著提升真实图像下智能体控制、空间推理和网页导航的表现。
原文摘要 · Abstract (English)
Interactive multimodal agents must convert raw visual observations into coherent sequences of language-conditioned actions -- a capability that current vision-language models (VLMs) still lack. Earlier reinforcement-learning (RL) efforts could, in principle, endow VLMs with such skills, but they have seldom tested whether the learned behaviours generalize beyond their training simulators, and they depend either on brittle hyperparameter tuning or on dense-reward environments with low state variability. We introduce Vision-Language Decoupled Actor-Critic (VL-DAC), a lightweight, hyperparameter-free RL algorithm. VL-DAC applies PPO updates to action tokens while learning value only at the environment-step level: an arrangement, to our knowledge, not previously explored for large VLMs or LLMs. This simple decoupling removes unstable weighting terms and yields faster, more reliable convergence. Training a single VLM with VL-DAC in one inexpensive simulator at a time (MiniWorld, Gym-Cards, ALFWorld, or WebShop) already produces policies that generalize widely: +50\% relative on BALROG (game-centric agentic control), +5\% relative on the hardest part of VSI-Bench (spatial planning), and +2\% on VisualWebBench (web navigation), all without degrading general image understanding accuracy. These results provide the first evidence that a simple RL algorithm can train VLMs entirely in cheap synthetic worlds while delivering measurable gains on real-image agentic, spatial-reasoning, and web-navigation benchmarks.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。