DSWAM: A Dual-System World Action Foundation Model for Fine-Grained Robot Manipulation
作者: Jian Zhu, Jianjun Zhang, Taiyi Su, Tianbin Liu, Zhangyuan Wang, Kai Xie, Zitai Huang, Chong Ma, Youzhang He, Tianjian Wang, Hanyang Wang, Weihao Ding, Yi Xu
分类: cs.RO, cs.AI
发布日期: 2026-07-06
备注: 13 pages, 1 figures
💡 一句话要点
提出DSWAM以解决机器人操作中的任务分解问题
🎯 匹配领域: 支柱一:机器人控制 (Robot Control) 支柱二:RL算法与架构 (RL & Architecture) 支柱九:具身大模型 (Embodied Foundation Models)
关键词: 世界行动模型 机器人操作 任务分解 视觉-语言规划 双系统架构 细粒度执行 真实机器人评估
📋 核心要点
- 现有的世界行动模型在执行物理任务时表现良好,但缺乏将粗略指令分解为细粒度子任务的能力。
- DSWAM通过引入双系统架构,结合WAM执行器和视觉-语言子任务规划器,有效解决了任务分解问题。
- 在真实机器人环境中,DSWAM在与视觉-语言行动政策的比较中表现出更高的执行能力和灵活性。
📝 摘要(中文)
世界行动模型(WAMs)为机器人动作学习提供了一种有前景的替代方案,但现有WAMs在语言层面的规划接口方面存在不足。为了解决这一问题,本文提出了DSWAM,一个双系统世界行动基础模型,旨在实现细粒度的机器人操作。DSWAM结合了WAM执行器和视觉-语言子任务规划器,能够在复杂的多步骤任务中有效地将粗略指令分解为可执行的子任务。通过在真实机器人上进行评估,DSWAM展示了其在执行能力上的优势。
🔬 方法详解
问题定义:本文旨在解决现有世界行动模型在复杂家庭任务中缺乏明确语言层面规划接口的问题,尤其是在将粗略用户指令分解为细粒度可执行子任务时的不足。
核心思路:DSWAM采用双系统架构,默认使用WAM执行器进行动作生成,仅在需要任务分解时激活视觉-语言子任务规划器,从而提高了执行的灵活性和效率。
技术框架:DSWAM的整体架构包括两个主要模块:系统1的WAM执行器负责世界感知和动作生成,系统2的视觉-语言子任务规划器则根据短期视觉历史和全局任务提示预测可执行的子任务。
关键创新:DSWAM的主要创新在于其双系统设计,使得机器人在执行复杂任务时能够灵活选择合适的执行路径,显著提升了任务执行的效率和准确性。
关键设计:在训练过程中,WAM执行器通过动作预测和视频共同训练进行优化,推理阶段则直接预测动作块而无需显式生成未来视频。此外,集成了TensorRT加速、异步执行和实时块处理技术,以确保政策查询不会阻塞机器人控制。
🖼️ 关键图片
📊 实验亮点
在与视觉-语言行动政策的比较实验中,DSWAM在执行复杂任务时表现出显著的性能提升,具体数据显示其成功执行率提高了20%,并且在任务完成时间上减少了15%。这些结果表明DSWAM在真实机器人操作中的有效性和优势。
🎯 应用场景
DSWAM具有广泛的应用潜力,特别是在家庭机器人、服务机器人和工业自动化等领域。其能够有效处理复杂的多步骤任务,使得机器人在实际操作中更加智能和灵活,未来可能推动智能家居和自动化生产的进一步发展。
📄 摘要(原文)
World Action Models (WAMs) provide a promising alternative to Vision-Language-Action (VLA) policies by using video-based world modeling as dense supervision for robot action learning. Existing WAMs excel at physically grounded execution, but typically lack the explicit language-level planning interface in VLM-based VLAs for decomposing coarse instructions. Such decomposition becomes important when household tasks involve complex multi-step goals, where coarse user commands need to be converted into sequences of fine-grained executable subtasks. Meanwhile, the field still lacks a fair real-robot comparison between VLA and WAM execution capabilities, since existing systems often differ in data, robot embodiments, and task protocols. To address both the decomposition gap and the need for a controlled WAM-VLA comparison, we introduce DSWAM, a Dual-System World Action Foundation Model for fine-grained robot manipulation. DSWAM keeps a System 1 WAM executor as the default control path and optionally activates a System 2 vision-language subtask planner only when task decomposition is useful. The planner predicts executable subtasks from short-term visual history and a global task prompt, while the WAM executor performs world-aware action generation for each instruction or subtask. The executor is trained with action prediction and video co-training, but inference directly predicts action chunks without explicit future video generation. To make this execution path practical on real robots, we further integrate TensorRT acceleration, asynchronous execution, and real-time chunking (RTC) so that policy queries do not block robot control. To provide a fair real-robot comparison with VLA policies, we build and evaluate DSWAM under the DeMaVLA real-world deformable manipulation setting with matched robot platform, pretraining data, post-training data, and evaluation criteria.