用模块化能力链解决机器人长程任务规划难题
RoboAgent: Chaining Basic Capabilities for Embodied Task Planning
- 将复杂任务拆解为视觉语言模型擅长的子能力序列
- 多阶段训练使模型在多个基准上显著超越基线
- 适合需要透明可控推理的具身智能研究者
本文聚焦具身任务规划,即智能体通过视觉感知环境并执行原子动作完成任务。尽管近期视觉语言模型在多模态理解与推理上表现优异,但在涉及多轮交互、长程推理和长期上下文分析的具身规划中仍受限。为此,我们提出RoboAgent,一种基于能力驱动的规划框架:模型主动调用不同子能力,每个能力维护独立上下文,根据调度器指令产生中间推理结果或与环境交互。该框架将复杂规划分解为一系列视觉语言模型更易处理的基本问题,实现更透明可控的推理过程。调度器与所有能力均由单一视觉语言模型实现,无需外部工具。训练采用三阶段范式:(1) 使用专家计划进行行为克隆,(2) 基于模型自收集轨迹的DAgger训练,(3) 专家策略引导的强化学习。各阶段利用环境模拟器内部信息构建高质量监督,并引入增强与合成数据提升模型在多样化场景中的表现。在多个主流具身任务规划基准上的大量实验验证了方法的有效性。代码将于https://github.com/woyut/RoboAgent_CVPR26公开。
原文摘要 · Abstract (English)
This paper focuses on embodied task planning, where an agent acquires visual observations from the environment and executes atomic actions to accomplish a given task. Although recent Vision-Language Models (VLMs) have achieved impressive results in multimodal understanding and reasoning, their performance remains limited when applied to embodied planning that involves multi-turn interaction, long-horizon reasoning, and extended context analysis. To bridge this gap, we propose RoboAgent, a capability-driven planning pipeline in which the model actively invokes different sub-capabilities. Each capability maintains its own context, and produces intermediate reasoning results or interacts with the environment according to the query given by a scheduler. This framework decomposes complex planning into a sequence of basic vision-language problems that VLMs can better address, enabling a more transparent and controllable reasoning process. The scheduler and all capabilities are implemented with a single VLM, without relying on external tools. To train this VLM, we adopt a multi-stage paradigm that consists of: (1) behavior cloning with expert plans, (2) DAgger training using trajectories collected by the model, and (3) reinforcement learning guided by an expert policy. Across these stages, we exploit the internal information of the environment simulator to construct high-quality supervision for each capability, and we further introduce augmented and synthetic data to enhance the model's performance in more diverse scenarios. Extensive experiments on widely used embodied task planning benchmarks validate the effectiveness of the proposed approach. Our codes will be available at https://github.com/woyut/RoboAgent_CVPR26.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。