让机器人记住过去2分钟的视觉动作记忆,提升长时任务执行能力
Scaling Short-Term Memory of Visuomotor Policies for Long-Horizon Tasks

- 用门控注意力和分层结构压缩历史信息,减少干扰
- 在8个家庭任务上比基线提升5%~12%,最长记忆达2分钟
- 适合需要长期记忆的机器人操控场景,如家务与装配
许多机器人任务需要短时记忆,例如找回已不可见的物体或在设定时间后关闭电器。然而,大多数通过模仿学习训练的视觉运动策略仅依赖即时感官输入,缺乏利用过往经验指导决策的能力。我们提出PRISM,一种基于Transformer的视觉运动策略架构,通过两个关键组件实现高效短时记忆:(i) 门控注意力,过滤冗余信息,降低历史与当前动作预测间的虚假相关性;(ii) 分层架构,先将局部信息压缩为紧凑标记,再融合以捕捉长时间依赖关系,从而优化计算与内存开销。上述机制使视觉运动策略的短时记忆可扩展至两分钟。为系统评估视觉运动控制中的记忆能力,我们引入ReMemBench——一个涵盖八项多样化家庭操作任务的基准,覆盖四类短时记忆场景,旨在促进通用记忆机制而非任务特异性方案。PRISM在多项指标上持续优于先前方法,包括循环网络、Transformer及其变体,相比最强基线绝对提升5%–12%。在RoboCasa和LIBERO基准上,其表现较无记忆版本及微调的视觉-语言-动作模型(如GR00T-N1-3B和OpenVLA)提升11%–15%,且未使用大规模预训练数据。PRISM与ReMemBench共同构建了面向长时程任务的短时记忆增强型视觉运动策略研发与评估基础。更多材料见https://shahrutav.github.io/short-term-memory。
原文摘要 · Abstract (English)
Many robotic tasks require short-term memory, whether it's retrieving an object that's no longer visible or turning off an appliance after a set period. Yet, most visuomotor policies trained via imitation learning rely only on immediate sensory input without using past experiences to guide decisions. We present PRISM, a transformer-based architecture for visuomotor policies to effectively use short-term memory via two key components: (i) gated attention, which filters retrieved information to suppress irrelevant details, improving performance by reducing the spurious correlations between the history and current action prediction, (ii) a hierarchical architecture that first compresses local information into compact tokens and then integrates them to capture temporally extended dependencies, improving its compute and memory footprint. Together, these mechanisms enable us to scale short-term memory in visuomotor policies for up to two minutes. To systematically evaluate memory in visuomotor control, we introduce ReMemBench -- a benchmark of eight diverse household manipulation tasks spanning four categories of short-term memory -- designed to foster general memory mechanisms rather than siloed, task-specific solutions. PRISM consistently outperforms prior works, including recurrent architectures, transformers, and their variants -- achieving an absolute improvement of 5%--12% over the strongest baseline. On the RoboCasa and LIBERO benchmarks, it achieves absolute improvements of 11%--15% over its no-memory variant and fine-tuned Vision-Language-Action baselines such as GR00T-N1-3B and OpenVLA, despite not leveraging any large-scale pretraining. Together, PRISM and ReMemBench establish a foundation for developing and evaluating short-term memory-augmented visuomotor policies that scale to long-horizon tasks. Additional materials are available at https://shahrutav.github.io/short-term-memory
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。