跳转到内容

ABot-M0.5: Unified Mobility-and-Manipulation World Action Model

ABot-M0.5: Unified Mobility-and-Manipulation World Action Model

Section titled “ABot-M0.5: Unified Mobility-and-Manipulation World Action Model”

⚠️ AI 生成 · 建议对照原文 本页为自动整理的学习笔记;关键数据与引用如需引用,请回查 PDF / 官方版本。

学习档位 中文笔记

类型 文献 · 更新 2026-07-19

所属 具身智能能力栈 · 机器人操作

中文学习笔记(自动生成,需核验)

Section titled “中文学习笔记(自动生成,需核验)”

Topic: embodied-capabilities · Tier: recent · Year: 2026 · Venue:
Evidence level: partial · 本地全文: 是 · 建议阅读: ~90 分钟
Paper: https://arxiv.org/abs/2607.00678
Code:
Generator: grok

移动操作是通用机器人的核心能力,现有VLA缺乏世界建模,WAM在时间粒度、动作空间与训练-推理一致性上与移动操作结构不匹配。本文提出对齐感知的ABot-M0.5,通过中间潜在动作、双层Mixture-of-Transformers和Dream Forcing系统解决三大瓶颈,对具身智能/世界动作模型方向有直接方法论价值。

ABot-M0.5通过时间粒度对齐(中间潜在动作)、动作空间解耦(双层MoT)和训练-推理对齐(Dream Forcing),构建统一的移动-操作世界动作模型,在长时程与细粒度任务上达到SOTA。

语言条件下的移动操作要求机器人在复杂视觉环境中联合完成导航与物体交互。现有WAM存在三大结构瓶颈:1)时间粒度不匹配(粗粒度视频块 vs 帧级精细控制,易丢失接触/抓取动态);2)动作结构不匹配(移动低频全局与操作高频局部纠缠,导致干扰);3)训练-推理条件不匹配(训练用GT未来观察,推理用自预测视频,产生暴露偏差并在长时程累积误差)。需对齐世界建模、动作抽象与部署时行为。

世界模型/世界动作模型(WAM)、视频扩散模型(如Wan2.2)、VAE/3D VAE、Vision-Language-Action(VLA)策略、扩散/流匹配生成、逆动力学、Mixture-of-Transformers、移动操作与具身长时程任务基础。

  • 识别现有WAM在移动操作中的三大结构瓶颈:时间粒度不匹配、动作结构不匹配、训练-推理上下文不匹配。
  • 提出ABot-M0.5:通过中间帧级潜在动作实现时间对齐、双层Mixture-of-Transformers实现模态与异构动作子空间解耦、Dream Forcing实现训练-推理一致的逆动力学学习。
  • 在具有挑战性的移动操作与操作基准上展示强结果(长时程任务成功与细粒度控制精度),并通过消融验证各组件贡献。

感知阶段用3D VAE将多视图观察压缩为视频潜变量zt,文本编码器编码语言指令l。生成级联为干净变量zt+1 → mt(帧级潜在动作,捕获局部视觉状态转移)→ at(可执行机器人动作)。整体为Video → Latent Action → Action流水线。训练分阶段:预训练(世界模型+潜在动作模型)→ 渐进式监督微调SFT1/SFT2,其中SFT2采用Dream Forcing:用模型自预测(dreamed)视频训练逆动力学,逐步对齐推理条件。双层MoT解耦模态表示与异构动作(如base移动与arm操作)。

1)中间潜在动作mt:桥接粗视频潜变量与具身特定控制,实现时间粒度对齐,减少对特定具身的依赖。2)双层Mixture-of-Transformers:解耦模态特定表示与异构动作子空间(移动 vs 操作),避免纠缠与梯度干扰,支持多样具身。3)Dream Forcing:逆动力学逐步在模型预测视频上训练,缓解训练用GT、推理用自生成导致的暴露偏差与误差累积。设计取舍:将直接video-to-action分解为层次化桥接,优先结构对齐而非单纯扩规模;视频骨干基于Wan2.2扩散。

预训练使用Mobile & Manip Dataset;评估在移动操作与操作基准(包括RoboTwin Easy/Hard、Libero/Libero-Plus、RoboCasa365等模拟基准)以及真实机器人移动操作任务(如Arrange Flower、Find Toaster、Gather Tableware)。指标包括任务成功率(Success Rate)、进度分数(Progress Score)等;具体实验设置细节待来源核验。

原文称在具有挑战性的移动与细粒度操作基准上达到state-of-the-art的长时程任务成功与细粒度控制精度。图1概览给出示例数字:RoboTwin-Easy 94.0、Libero-Plus 83.39(WAM)、Bimanual 93.7/Single-Arm 83.1、RoboTwin-Hard 94.2/94.0、Libero 99.3/99.4、RoboCasa365 Pretrain 46.6→Target 53.0(对比基线)等,以及真实机器人成功/进度相关条形图对比(如72%、50%等);详细完整对比与消融待来源核验。

摘录中未系统列出失败场景与适用边界;指出现有方法在长时程自回归中易累积预测误差(模糊、物体漂移、幻觉),移动操作中视点变化与场景转移更大,动作异构更突出。真实世界验证存在但细节有限。完整局限与失败案例分析待来源核验。

与前序 / 同期 / 后续方法的关系

Section titled “与前序 / 同期 / 后续方法的关系”

对比反应式VLA(缺乏显式世界建模与长时程记忆)与现有WAM(粗视频块、纠缠导航-操作动作、逆动力学监督与自回归推理不匹配)。将移动操作视为比静止操作更严格的对齐感知世界-动作学习问题,而非简单扩展。引用相关工作包括VLA与WAM系列(如[3,4,5,20,21,29,33,53,54,73]等)。后续可沿WAMs从静止扩展到移动操作的路径继续。

官方代码:https://github.com/amap-cvlab/ABot-Manipulation。建议复现:按3阶段训练(Pretrain世界模型与潜在动作模型 → SFT1 → Dream Forcing SFT2);使用提供的Mobile & Manip数据与Wan2.2骨干;注意多视图、潜在增强与结构化注意力效率模块。完整超参与数据细节待来源核验。

先读Abstract与Figure 1概览(对齐思想+结果全貌)→ Section 1 Introduction(三大瓶颈)→ Section 2(问题形式化与瓶颈详解)→ Section 3(模型:整体架构、潜在动作、双层MoT、Dream Forcing)→ Section 4训练范式 → Section 5实验与消融 → Conclusion。重点反复看公式(1)-(4)与级联zt+1→mt→at。

  1. Q: ABot-M0.5针对移动操作提出的三个对齐层级是什么? A: 时间粒度对齐、动作空间对齐、训练-测试(推理)一致性对齐。
  2. Q: 中间潜在动作mt的作用是什么? A: 捕获局部视觉状态转移,作为视频潜变量zt+1与可执行动作at之间的桥接空间,实现细粒度时间对齐并降低具身依赖。
  3. Q: 双层Mixture-of-Transformers主要解决什么问题? A: 解耦模态特定表示与异构动作子空间(如base移动与arm操作),避免动作纠缠与优化干扰。
  4. Q: Dream Forcing如何缓解训练-推理不匹配? A: 逐步用模型自预测(dreamed)的视频来训练逆动力学,使训练条件与自回归推理时的条件对齐,提升对预测误差的鲁棒性。
  5. Q: 为什么直接粗视频潜变量到机器人动作映射困难? A: 存在严重的时间粒度与语义鸿沟:视频潜变量粗、长时程全局演化,而动作需帧级精细、异构、接触敏感;需要中间桥接空间。
  • Abstract (page 1): We propose ABot-M0.5, a new WAM built on the insight that mobile manipulation requires alignment at three levels: temporal granularity, action space, and train-test consistency. To align temporal granularity, we introduce intermediate latent actions… To align action space, we design a dual-level Mixture-of-Transformers architecture… To align inference conditions, we propose the dream-forcing training strategy…
  • Abstract (page 1): Experiments on challenging mobile and fine-grained manipulation benchmarks demonstrate that ABot-M0.5 achieves state-of-the-art performance in both long-horizon task success and fine-grained control accuracy.
  • Figure 1 caption / Overview (page 3): ABot-M0.5 is a granularity-aligned, action-disentangled, and train-test-consistent world-action model for mobile manipulation. … The final Dream-Forcing stage (SFT2) uses model-predicted videos to train inverse dynamics…
  • Section 2.2 Core Bottlenecks (page 6): Temporal Granularity Mismatch. … Action Structure Mismatch. … Rollout Condition Mismatch. … ABot-M0.5 is designed around this observation.
  • Section 3.1 Overall Architecture (page 7): The generation process follows a structured cascade over clean (noise-free) variables: zt+1 → mt → at , where zt+1 , mt , and at denote the clean future video latent, clean latent action, and clean executable action, respectively.
  • Code / Date (page 1): Code: https://github.com/amap-cvlab/ABot-Manipulation Date: July 1, 2026

生成:2026-07-21 · 来源条数 2 · 模型 heuristic · 需人工核验数字

围绕「ABot-M0.5: Unified Mobility-and-Manipulation World Action Model」的核心问题与动机(待结合全文核验)。

  • 见原文方法章节;以下为基于摘要/摘录的要点提示。
  • AMAP CV Lab Alibaba Group ABot-M0.5: Unified Mobility-and-Manipulation World …

与相近工作的关系待核验;请对照 related work。

  • 勿仅凭摘要推断未给出的数值指标。
  1. 这篇工作的输入/输出表示是什么?(ABot-M0.5: Unified Mobility-and-Manipulation World Action Model)
  2. 训练目标与评测协议各是什么?
  3. 主要失败模式或局限是什么?
flowchart LR
A["输入 / 观测"] --> B["表示 / 编码"]
B --> C["推理 / 解码"]
C --> D["输出 / 动作或检测"]
%% method sketch for: ABot-M0.5: Unified Mobility-and-Manipulation World Action Model

方法结构示意(重绘;细节以原论文为准,待 PDF 核验)。

ABot-M0.5: Unified Mobility-and-Manipulation World Action Model arch p.2

来源:原论文约 p.2(arch);学习用途摘录。

ABot-M0.5: Unified Mobility-and-Manipulation World Action Model table p.20

来源:原论文约 p.20(table);学习用途摘录。

展开英文 Paper Card / AI deep analysis
Field Content
Year 2026
Authors Ronghan Chen, Yandan Yang, Zuojin Tang, Dongjie Huo, Tong Lin, Haoning Wu, Haoyun Liu, Yuzhi Chen, Lulu Zheng, Botai Yuan, Tianlun Li, Mingxin Wang
arXiv 2607.00678
DOI
Topics embodied-capabilities, robot-manipulation
Paper https://arxiv.org/abs/2607.00678
展开 Extract / Selections / Local assets
  • embodied-capabilities: tier=recent rank=1 score=55 — auto refresh 2026-07-19 sources=arxiv
  • robot-manipulation: tier=watch rank=4 score=51 — cross-topic assign from registry title match=1 keywords; 2026-07-19
AMAP CV Lab Alibaba Group
ABot-M0.5: Unified Mobility-and-Manipulation World
Action Model
AMAP CV Lab
See Contributions section for a full author list.
arXiv:2607.00678v2 [cs.CV] 6 Jul 2026
Abstract
Mobile manipulation is a key capability for general-purpose robots, yet remains challenging for
current embodied learning methods. VLA policies are typically reactive and lack explicit world mod-
eling, while existing World Action Models (WAMs) are still poorly aligned with the structure of mo-
bile manipulation: they operate on coarse video chunks, model entangled navigation-manipulation
actions, and train inverse dynamics under supervision that does not match autoregressive inference.
As a result, they often miss fine-grained contact dynamics, suffer from action-distribution conflicts,
and accumulate errors over long-horizon rollouts.
We propose ABot-M0.5, a new WAM built on the insight that mobile manipulation requires
alignment at three levels: temporal granularity, action space, and train-test consistency. To align
temporal granularity, we introduce intermediate latent actions that capture local visual state
transitions and serve as an bridging action space between video latents and embodiment-specific
controls. To align action space, we design a dual-level Mixture-of-Transformers architecture that
disentangles both modality representations and heterogeneous action subspaces such as base
movement and arm manipulation. To align inference conditions, we propose the dream-forcing
tr