日本フィジカルAI新聞

世界のフィジカルAIを、日本語で。

週刊ニュースレター購読
VLAarXiv:2609.28256

MemBodied: 視覚-言語-行動モデルのための再帰的連想記憶

MemBodied: Recurrent Associative Memory for Vision-Language-Action Models

シェア:XThreadsFacebookLINEはてブBluesky

VLAモデルに固定サイズのエピソード記憶を導入し、過去の観測を保持せずに履歴依存のマニピュレーションタスクを高成功率で実現した。

詳しい要約

1. どんなもの?

Vision-Language-Action (VLA) モデルに、episode レベルの情報を保持・活用させるための固定サイズの episodic memory「MemBodied」を提案する研究。 - 対象は history-dependent な manipulation タスク。 - 現在の観測だけでなく、過去の観測にしかない情報を必要とするタスクで有効。 - メモリは 2 要素: ポリシー呼び出し間の相互作用を記録する associative state と、初期 scene の compact 表現を保持する episode anchor。 - 各 policy call で、過去観測を直接使わず、現在入力とメモリに条件付けて action を生成。

2. 先行研究と比べてどこがすごい?

従来の VLA ポリシーの多くは、現在の観測を超えた episode レベル情報を保持・活用しない。 - 過去観測を context に保持する方法は、context の肥大化と推論遅延の増大を招く。 - MemBodied は固定サイズメモリでこの問題を回避。 - RMBench の memory 必須 5 タスクで、stateless policy の 7.81 倍、vanilla recurrent memory の 2.98 倍の平均成功率。 - 最強の memory-augmented baseline を 1.3 倍上回り、追加パラメータは 10 分の 1。 - 完全観測の LIBERO-Long でも 90.6% を達成し、stateless π0 より 5.4% 改善。

3. 技術・手法の肝は?

固定サイズの episodic memory を VLA に組み込む。 - associative state: policy call 間の相互作用を記録。 - episode anchor: 初期 scene の compact 表現を参照として保持。 - 各 policy call で、現在入力とこれらメモリ要素に条件付けて action を生成。 - 過去観測を直接 context に積まず、メモリ経由で情報を利用。 - これにより context 肥大化と推論遅延を抑える。

4. どうやって有効だと検証した?

RMBench の memory を要する 5 タスクで評価。 - stateless policy の 7.81 倍、vanilla recurrent memory の 2.98 倍の平均成功率。 - 最強の memory-augmented baseline を 1.3 倍上回り、追加パラメータは 10 分の 1。 - 完全観測の LIBERO-Long suite で 90.6% を達成。 - stateless π0 policy より 5.4% 改善。

5. 議論はある?

history-dependent manipulation において、policy context を拡大する代わりに固定サイズメモリを使う実用的代替案として MemBodied を支持する結果。 - ただし、要旨からは失敗事例や限界、計算コストの詳細は不明。 - 一般化や他タスクへの適用可能性についての議論は要旨からは不明。

6. 次に読むべき論文は?

要旨で参照・比較されている研究: RMBench、LIBERO-Long、π0、vanilla recurrent memory、memory-augmented baseline。 - 関連手法として Vision-Language-Action models、recurrent memory、episodic memory を扱う研究。 - 同分野の定番として、manipulation 向け VLA ポリシーや memory-augmented policy の論文を挙げる。

※ AIが要旨から生成した要約です。正確性は原文をご確認ください。

著者: Tej Deep Pala, Navonil Majumder, Bryce Goh, Raphael Yee, Jianfei Yang, Liming Chen, Soujanya Poria

分類: cs.RO, cs.AI, cs.CV

原文アブストラクト

Vision-Language-Action models provide a strong foundation for general-purpose robot control, yet a vast majority of policies do not preserve and leverage episode-level information beyond the current observation. This limitation is consequential in history-dependent manipulation tasks that depend on information available only in past observations. Retaining past observations in context can aid in recovering this information, but at the significant cost of ever-growing, bloated context and inference latency. We thus introduce MemBodied, a fixed-size episodic memory with two complementary components: an associative state that records interactions across policy calls and an episode anchor that preserves a compact representation of the initial scene as a reference. At each policy call, the model conditions action generation on the current input and the memory components, rather than directly using past observations. Across five evaluated RMBench tasks requiring memory, MemBodied achieves $7.81\times$ the mean success rate of a stateless policy and $2.98\times$ of vanilla recurrent memory, while outperforming the strongest memory-augmented baseline by $1.3\times$ with $10\times$ fewer added parameters. On the fully observable LIBERO-Long suite, it reached 90.6%, a 5.4% improvement over the stateless $π_0$ policy. These findings support MemBodied as a practical alternative to expanding the policy context for history-dependent manipulation.

関連論文

PR本紙発行元 EmplifAI