用自生成推理让机器人模型更智能、可解释且泛化能力强。
Diffusion-VLA: Generalizable and Interpretable Robot Foundation Model via Self-Generated Reasoning

- 结合自回归与扩散模型,通过预测下一个词实现上下文推理。
- 零样本抓取任务准确率达63.7%,在未见物体上表现优异。
- 模型可解释性强,适合需要透明决策的机器人应用场景。
本文提出DiffusionVLA,一种将自回归模型与扩散模型融合的视觉-动作策略学习框架。核心是通过下一词预测目标,使模型在当前观测下对用户指令进行有效推理,随后由扩散模型生成鲁棒动作输出。为增强自推理能力,引入推理注入模块,将推理短语直接嵌入策略学习过程。实验验证了其在多个真实机器人上的有效性:在工厂分拣任务中成功分类训练未见物体;零样本抓取任务对102个新物体达63.7%准确率;对干扰物和新背景具强鲁棒性,且易适配新机器人形态。模型具备新指令理解与对话保持能力。数据高效,最小模型(2B)在单张A6000 GPU上运行达82Hz,仅需少于50次示范即可从零训练复杂任务。模型规模从2B扩展至72B后,泛化能力进一步提升。
原文摘要 · Abstract (English)
In this paper, we present DiffusionVLA, a novel framework that seamlessly combines the autoregression model with the diffusion model for learning visuomotor policy. Central to our approach is a next-token prediction objective, enabling the model to reason effectively over the user's query in the context of current observations. Subsequently, a diffusion model is attached to generate robust action outputs. To enhance policy learning through self-reasoning, we introduce a novel reasoning injection module that integrates reasoning phrases directly into the policy learning process. The whole framework is simple and flexible, making it easy to deploy and upgrade. We conduct extensive experiments using multiple real robots to validate the effectiveness of DiffusionVLA. Our tests include a challenging factory sorting task, where DiffusionVLA successfully categorizes objects, including those not seen during training. We observe that the reasoning module makes the model interpretable. It allows observers to understand the model thought process and identify potential causes of policy failures. Additionally, we test DiffusionVLA on a zero-shot bin-picking task, achieving 63.7\% accuracy on 102 previously unseen objects. Our method demonstrates robustness to visual changes, such as distractors and new backgrounds, and easily adapts to new embodiments. Furthermore, DiffusionVLA can follow novel instructions and retain conversational ability. Notably, DiffusionVLA is data-efficient and fast at inference; our smallest DiffusionVLA-2B runs 82Hz on a single A6000 GPU and can train from scratch on less than 50 demonstrations for a complex task. Finally, we scale the model from 2B to 72B parameters, showcasing improved generalization capabilities with increased model size.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。