Robotic VLA Benefits from Joint Learning with Motion Image Diffusion
Robotic VLA Benefits from Joint Learning with Motion Image Diffusion
Section titled “Robotic VLA Benefits from Joint Learning with Motion Image Diffusion”⚠️ AI 生成 · 建议对照原文 本页为自动整理的学习笔记;关键数据与引用如需引用,请回查 PDF / 官方版本。
学习档位 中文笔记
类型 文献 · 更新 2026-07-19
中文学习笔记(自动生成,需核验)
Section titled “中文学习笔记(自动生成,需核验)”Topic: vla-models · Tier: recent · Year: 2025 · Venue: —
Evidence level: partial · 本地全文: 是 · 建议阅读: ~40 分钟
Paper: https://arxiv.org/abs/2512.18007
Code: —
Generator: grok
为什么值得读
Section titled “为什么值得读”该论文提出简单有效的联合学习策略,用运动图像扩散无缝增强现有大规模VLA的运动推理能力,共享VLM骨干、保持标准推理路径与延迟不变,在仿真与真实世界均有提升,对机器人操作实用性强。
通过共享VLM与DiT运动头的联合运动图像扩散学习,增强VLA运动推理并提升成功率,推理延迟不变。
现有VLA模型主要模仿专家轨迹,缺乏对未来动态的预测性运动推理机制,限制时间理解与对任务/场景/ embodiment 的泛化。
VLA/VLM基础、动作chunk与action expert、Diffusion Transformer (DiT)、光流(如RAFT)、Flow Matching损失、VAE潜在空间、机器人操作与光学流表示。
- 提出与运动图像扩散的联合学习,无缝增强VLA运动推理能力并保持实时推理效率。
- 用DiT实现运动图像扩散,提供与稀疏动作监督互补的密集像素级动态监督;光流运动图像最有效。
- 实验提升π系列VLA:LIBERO平均成功率97.5%、RoboTwin 58.0%,真实世界性能提升23%。
扩展预训练VLA为双头:动作头预测动作chunk At=πθ(zt),运动头μψ为DiT在潜在空间预测光流运动图像(经冻结VAE解码)。两者共享VLM编码的zt。用flow matching损失分别优化Laction与Lmotion,总损失L=Laction+Lmotion。两阶段训练:DROID上先warmup仅优化运动头,再解冻联合训练(VAE始终冻结)。推理仅用动作头,与标准VLA完全相同。
关键模块和设计取舍
Section titled “关键模块和设计取舍”共享VLM骨干(如Paligemma);动作头(π系列action expert);轻量DiT运动头(约400M)在冻结VAE编码的光流潜在token空间做条件扩散;RAFT计算(ot, ot+k)光流并转HSV-RGB图像,时间窗口与动作chunk对齐。取舍:潜在空间降低维度/噪声并便于与动作头共享嵌入与联合优化;训练时加监督、推理零额外开销以保延迟与部署兼容。
数据集、实验设置与指标
Section titled “数据集、实验设置与指标”预训练运动头用DROID生成光流;仿真微调:LIBERO(Spatial/Object/Goal/Long四个suite,成功率);RoboTwin(Easy/Hard七任务,成功率)。实现细节:8×H200,warmup 40k步+联合100k步等。指标主要为任务成功率。真实世界实验亦有报告。
主要结果(需原文证据)
Section titled “主要结果(需原文证据)”LIBERO:Ours(π0.5)平均97.5%(π0.5为96.9%)、Ours(π0)94.7%(π0为94.2%);RoboTwin Easy:Ours(π0)平均58.0%(π0为45.1%)、Hard 9.3%(π0为8.9%);真实世界性能提升23%。
局限、失败场景与适用边界
Section titled “局限、失败场景与适用边界”提取中Hard任务成功率仍很低;需额外光流监督与两阶段训练;运动头仅训练用。更多失败场景/适用边界待来源核验。
与前序 / 同期 / 后续方法的关系
Section titled “与前序 / 同期 / 后续方法的关系”对比RT/OpenVLA/π系列等直接映射动作的VLA(缺显式运动学习);FlowVLA(光流仅预训练未耦合策略)、TraceVLA/WorldVLA等(偏外观重建);视频预测与统一理解-生成模型(难无缝集成现有高绩效VLA)。本方法显式光流预测并与动作联合优化。
官方代码与复现建议
Section titled “官方代码与复现建议”项目页https://vla-motion.github.io/;提取未详述代码仓库。复现建议:基于π0/π0.5初始化,添加并行DiT运动头,RAFT光流+冻结VAE,DROID warmup后联合flow-matching微调,推理仅动作头。
推荐阅读顺序
Section titled “推荐阅读顺序”Abstract+Fig.1总览→Introduction问题与动机→Related Work定位→Method 3.1-3.3(双头、光流、两阶段)→Experiments 4实现与Tables→结论性结果。
- Q: 现有VLA的核心局限是什么? A: 缺乏显式预测未来动态的运动推理,主要靠模仿专家轨迹。
- Q: 运动头如何实现与训练? A: DiT在冻结VAE的光流潜在空间做条件扩散;与动作头共享zt并用flow matching联合优化。
- Q: 为何选光流运动图像? A: 直接编码场景如何运动,与动作学习一致,提供密集时序监督且互补。
- Q: 推理路径有何变化? A: 无变化,仅使用动作头,保持标准VLA延迟与部署。
- Q: LIBERO与RoboTwin主要数字结果? A: Ours(π0.5) LIBERO平均97.5%;Ours(π0) RoboTwin Easy平均58.0%。
- page 1 Abstract: joint learning with motion image diffusion improves the success rate of π-series VLAs to 97.5% on the LIBERO benchmark and 58.0% on the RoboTwin benchmark, yielding a 23% improvement in real-world performance
- page 1 Fig.1 / Abstract: learning motion and action jointly through a shared VLM backbone, enhancing their motion reasoning abilities, and maintaining the same inference pipeline as in standard VLA models.
- page 2 contributions: We propose joint learning with motion image diffusion that seamlessly augments VLA models with motion reasoning capabilities, while preserving their real-time inference efficiency. … optical-flow-based motion images are the most effective representation for joint action–motion learning.
- page 3 Method: mt = µψ(zt). … L = Laction + Lmotion
- page 4 Table 1: Ours (π0.5) … Average 97.5%
- page 5 Table 2: Ours (π0) … Average 58.0% [Easy] … 9.3% [Hard]
Discovery evidence
Section titled “Discovery evidence”- topic:
vla-models - sources:
arxiv - retrieved_at: 2026-07-20
- query: vision language action model robotics
- arxiv:
2512.18007 - score_total: 43
- suggested_tier:
watch
Relevance
Section titled “Relevance”(no prose relevance explanation — numeric score only or HTTP source)
Snippets
Section titled “Snippets”(no snippet evidence in candidate pool)
延伸解读与背景补充
Section titled “延伸解读与背景补充”生成:2026-07-21 · 来源条数 2 · 模型
heuristic· 需人工核验数字
围绕「Robotic VLA Benefits from Joint Learning with Motion Image Diffusion」的核心问题与动机(待结合全文核验)。
方法要点补强
Section titled “方法要点补强”- 见原文方法章节;以下为基于摘要/摘录的要点提示。
- Robotic VLA Benefits from Joint Learning with Motion Image Diffusion Yu Fang1,2 * Kanchana Ranasi…
与相近工作的关系
Section titled “与相近工作的关系”与相近工作的关系待核验;请对照 related work。
- 勿仅凭摘要推断未给出的数值指标。
- 这篇工作的输入/输出表示是什么?(Robotic VLA Benefits from Joint Learning with Motion Image Diffusion)
- 训练目标与评测协议各是什么?
- 主要失败模式或局限是什么?
外部解读索引
Section titled “外部解读索引”- [2512.18007] Robotic VLA Benefits from Joint Learning with Motion Image Diffusion — 2026-07-21 — 官方摘要/二次页面(自动抓取)
- [2512.18007] Robotic VLA Benefits from Joint Learning with Motion Image Diffusion — 2026-07-21 — 官方摘要/二次页面(自动抓取)
方法结构(重绘)
Section titled “方法结构(重绘)”flowchart LR A["输入 / 观测"] --> B["表示 / 编码"] B --> C["推理 / 解码"] C --> D["输出 / 动作或检测"] %% method sketch for: Robotic VLA Benefits from Joint Learning with Motion Image Diffusion方法结构示意(重绘;细节以原论文为准,待 PDF 核验)。
论文摘录图/表
Section titled “论文摘录图/表”
来源:原论文约 p.1(arch);学习用途摘录。

来源:原论文约 p.7(qualitative);学习用途摘录。
英文自动分析(可折叠)
Section titled “英文自动分析(可折叠)”展开英文 Paper Card / AI deep analysis
Paper Card
Section titled “Paper Card”| Field | Content |
|---|---|
| Year | 2025 |
| Authors | Yu Fang, Kanchana Ranasinghe, Le Xue, Honglu Zhou, Juntao Tan, Ran Xu, Shelby Heinecke, Caiming Xiong, Silvio Savarese, Daniel Szafir, Mingyu Ding, Michael S. Ryoo |
| arXiv | 2512.18007 |
| DOI | — |
| Topics | vla-models, diffusion-models, representation-generative |
| Paper | https://arxiv.org/abs/2512.18007 |
原文摘录与素材(可折叠)
Section titled “原文摘录与素材(可折叠)”展开 Extract / Selections / Local assets
Selections
Section titled “Selections”vla-models: tier=recent rank=4 score=43 — auto refresh 2026-07-19 sources=arxivdiffusion-models: tier=recent rank=2 score=51 — coverage promote watch->recent for diffusion-modelsrepresentation-generative: tier=watch rank=4 score=51 — cross-topic assign from registry title match=1 keywords; 2026-07-19
Extract excerpt
Section titled “Extract excerpt”Robotic VLA Benefits from Joint Learning with Motion Image Diffusion
Yu Fang1,2 * Kanchana Ranasinghe1 Le Xue1 Honglu Zhou1 Juntao Tan1 Ran Xu1 Shelby Heinecke1 Caiming Xiong1 Silvio Savarese1 Daniel Szafir2 Mingyu Ding2 Michael S. Ryoo1 Juan Carlos Niebles1 1 Salesforce AI Research 2 University of North Carolina at Chapel Hill https://vla-motion.github.io/
arXiv:2512.18007v1 [cs.RO] 19 Dec 2025 Abstract Action Chunk Vision-Language-Action (VLA) models have achieved re- markable progress in robotic manipulation by mapping multimodal observations and instructions directly to ac- tions. However, they typically mimic expert trajectories Action Head Motion Head (DiT) without predictive motion reasoning, which limits their abil- ity to reason about what actions to take. To address this limitation, we propose joint learning with motion image dif- fusion, a novel strategy that enhances VLA models with mo- tion reasoning capabilities. Our method extends the VLA architecture with a dual-head design: while the action head VLA predicts action chunks as in vanil