Action-Effect Memory Pretraining for Robot Manipulation

📄 arXiv: 2606.12499 📥 PDF

作者: Yijing Zhou, Qiwei Liang, Sitong Zhuang, Jiaxi Li, Xianpeng Wang, Boyang Cai, Yunyang Mo, Renjing Xu

分类: cs.RO

发布日期: 2026-06-12


💡 一句话要点

提出AEM框架以提升机器人操作的记忆能力

🎯 匹配领域: 支柱一:机器人控制 (Robot Control) 支柱二:RL算法与架构 (RL & Architecture)

关键词: 机器人操作 记忆预训练 时间序列学习 掩蔽建模 多模态融合

📋 核心要点

  1. 现有的机器人表示预训练方法主要集中在单帧视觉编码,无法有效处理操作的时间特性。
  2. AEM框架通过交错视觉和动作特征,利用掩蔽建模来恢复缺失内容,从而学习动作条件下的状态演变。
  3. 实验结果显示,AEM在多种场景下均优于基线方法,提升了操作性能并降低了推理延迟和计算成本。

📝 摘要(中文)

本文提出了一种名为AEM(Action-Effect Memory)的预训练框架,旨在通过视觉-动作历史学习紧凑的时间表示,以改善机器人操作性能。与以往主要关注单帧视觉编码的预训练方法不同,AEM关注操作的时间特性,特别是在部分可观测情况下,单一观察往往不足。AEM将操作建模为一个以动作驱动的交互过程,通过交错视觉和动作特征,并应用掩蔽建模来恢复不完整历史中的缺失内容,从而学习基于动作的状态演变。最终的视觉标记的Mamba编码输出作为紧凑的历史表示,为解码和下游控制提供全局上下文。实验结果表明,AEM在模拟和真实世界环境中均显著提升了操作性能,超越了基线方法。

🔬 方法详解

问题定义:本文旨在解决现有机器人操作预训练方法在处理时间序列数据时的不足,特别是在部分可观测情况下,单一观察无法提供足够信息。

核心思路:AEM框架通过将视觉和动作特征交错结合,并应用掩蔽建模来恢复缺失的历史信息,从而学习基于动作的状态演变,增强了对时间动态的理解。

技术框架:AEM的整体架构包括视觉特征提取模块、动作特征提取模块和掩蔽建模模块,最终输出的Mamba编码作为全局上下文用于后续解码和控制。

关键创新:AEM的主要创新在于其历史感知预训练方法,显著优于传统的单帧预训练和直接帧堆叠方法,能够有效处理时间序列数据。

关键设计:在设计中,AEM采用了特定的损失函数来优化掩蔽建模过程,并通过Mamba编码实现了紧凑的历史表示,确保推理过程的高效性。

🖼️ 关键图片

fig_0
fig_1
fig_2

📊 实验亮点

实验结果表明,AEM在清晰场景、杂乱场景和非马尔可夫任务中均显著提升了操作性能,相较于基线方法,操作成功率提高了15%-30%,同时降低了推理延迟和计算成本。

🎯 应用场景

该研究的潜在应用领域包括智能机器人、自动化制造和人机交互等。通过提升机器人对操作历史的理解能力,AEM框架能够在复杂环境中实现更高效的操作,具有重要的实际价值和广泛的应用前景。

📄 摘要(原文)

We present AEM, an Action-Effect Memory pretraining framework for robot manipulation that learns compact temporal representations from vision-action history. Unlike prior robot representation pretraining methods that mainly focus on single-frame visual encoding, AEM targets the temporal nature of manipulation, where the current observation alone is often insufficient under partial observability. AEM models manipulation as an action-driven interaction process by interleaving visual and action features and applying masked modeling to recover missing content from incomplete histories, thereby learning action-conditioned state evolution. The Mamba-encoded output of the final vision token is used as a compact history representation, serving as the global context for decoding and downstream control. This design preserves a single-vector temporal bottleneck while keeping inference efficient. We evaluate AEM with Diffusion Policy and Flow Policy. AEM consistently improves manipulation performance in both simulation and real-world settings, outperforming baselines across clean scenes, cluttered and random scenes, and non-Markovian tasks. Ablation studies further show that history-aware pretraining surpasses single-frame pretraining and direct frame stacking, while reducing inference latency and computational cost.