arXiv:2506.16396cs.LG2025-06NeurIPS被引 2

用视觉语言模型逐步发现任务目标,仅靠一句指令就能让机器人学会复杂操作。

GoalLadder: Incremental Goal Discovery with Vision-Language Models

  • 通过视觉语言模型识别并排序任务进展状态,逐步构建目标阶梯。
  • 在经典控制与机械臂环境中平均成功率超95%,远超对手的45%。
  • 不依赖大量标注反馈,适合真实场景中缺乏精确奖励信号的任务。

自然语言可为强化学习任务提供简洁且人类可理解的指定方式。从语言指令中提取奖励信号,有助于开发能从人类指导中学习的机器人系统;然而,在视觉环境中仍具挑战性。现有方法要么依赖非视觉环境表示,需要海量反馈,或生成噪声大、形状不佳的奖励函数。本文提出新方法GoalLadder,利用视觉语言模型(VLMs)在单条语言指令下训练视觉环境中的强化学习智能体。该方法通过逐步发现使智能体更接近完成任务的状态实现目标递进式发现。具体地,它调用VLM识别代表任务进展提升的状态,并使用成对比较进行排序。不同于以往工作完全信任VLM反馈,GoalLadder采用基于ELO的评分系统对潜在目标状态进行排序,从而降低噪声反馈的负面影响。训练过程中,智能体被要求最小化其与嵌入空间中排名最高目标的距离,该嵌入空间由无标签视觉数据训练而成。这一关键设计使我们无需大量且准确的反馈即可训练出结构良好的奖励函数。实验表明,GoalLadder在经典控制和机器人抓取环境中的平均最终成功率约为95%,显著优于最佳竞争方法的约45%。

原文摘要 · Abstract (English)

Natural language can offer a concise and human-interpretable means of specifying reinforcement learning (RL) tasks. The ability to extract rewards from a language instruction can enable the development of robotic systems that can learn from human guidance; however, it remains a challenging problem, especially in visual environments. Existing approaches that employ large, pretrained language models either rely on non-visual environment representations, require prohibitively large amounts of feedback, or generate noisy, ill-shaped reward functions. In this paper, we propose a novel method, GoalLadder, that leverages vision-language models (VLMs) to train RL agents from a single language instruction in visual environments. GoalLadder works by incrementally discovering states that bring the agent closer to completing a task specified in natural language. To do so, it queries a VLM to identify states that represent an improvement in agent's task progress and to rank them using pairwise comparisons. Unlike prior work, GoalLadder does not trust VLM's feedback completely; instead, it uses it to rank potential goal states using an ELO-based rating system, thus reducing the detrimental effects of noisy VLM feedback. Over the course of training, the agent is tasked with minimising the distance to the top-ranked goal in a learned embedding space, which is trained on unlabelled visual data. This key feature allows us to bypass the need for abundant and accurate feedback typically required to train a well-shaped reward function. We demonstrate that GoalLadder outperforms existing related methods on classic control and robotic manipulation environments with the average final success rate of $\sim$95% compared to only $\sim$45% of the best competitor.

强化学习视觉语言模型目标发现机器人学习

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