日本フィジカルAI新聞

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

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

UniMem: 視覚言語行動モデルのためのマルチモーダル記憶と制御の統合

UniMem: Unifying Multimodal Memory and Control for Vision-Language-Action Models

シェア:XThreadsFacebookLINEはてブBluesky

長期的な記憶を必要とするタスクで性能が低下するVLAモデルに対し、イベント分類器とキーフレームエンコーダを用いて記憶と制御を単一モデルに統合するフレームワークを提案し、シミュレーションと実機で既存手法を上回る性能を達成した。

詳しい要約

1. どんなもの?

UniMemは、Vision-Language-Action (VLA)モデルに高レベルのマルチモーダルメモリと低レベルの制御を単一のバックボーンに統合するフレームワークである。非マルコフ的タスクにおけるメモリ不足の問題に対処し、イベント分類器によるメモリ更新、キーフレームエンコーダによる密な空間メモリ、キーフレームキャッシングによるオーバーヘッド削減を特徴とする。

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

既存のメモリ手法は追加のVision-Language-Model (VLM)を用いて長期メモリを管理し、メモリボトルネックと分割されたトレーニングパイプラインを生じる。また、固定間隔で複数の履歴フレームを条件付けする方法は、フレーム選択が任意であると性能を劣化させる。UniMemはこれらを単一モデルで統合し、固定間隔サンプリングや階層的ベースラインを上回る性能を示す。

3. 技術・手法の肝は?

UniMemは、イベント分類器を用いてメモリ更新のタイミングを決定し、キーフレームエンコーダで過去のシーンから密な空間特徴を抽出する。さらに、キーフレームキャッシングによりポリシーロールアウト中の計算オーバーヘッドを最小化する。これにより、高レベルのメモリ管理と低レベルの制御を単一のバックボーンで実現する。

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

5つのシミュレーションタスクと4つのハードウェアタスクで評価し、シーケンシャルメモリと空間メモリを対象とした。シミュレーションでは固定間隔画像サンプリングベースラインに対して93.4%対68.2%の成功率、ハードウェアでは階層的ベースラインに対して80.0%対43.5%の成功率を達成し、推論速度の向上とシンプルなトレーニングパイプラインも示した。

5. 議論はある?

要旨からは、UniMemの限界や潜在的な欠点についての議論は不明である。ただし、単一モデル化によるメモリボトルネックの解消と性能向上が示されているが、実世界の多様な環境での汎化性や、イベント分類器の精度が全体性能に与える影響などは要旨からは不明である。

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

要旨で参照されている関連研究として、Vision-Language-Action (VLA)モデル、Vision-Language-Models (VLMs)を用いた長期メモリ管理手法、固定間隔の履歴フレーム条件付け手法が挙げられる。具体的な論文名は不明だが、これらの分野の定番論文を読むことが推奨される。

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

著者: Lars Osterberg, Maggie Wang, Mac Schwager

分類: cs.RO, cs.CV

原文アブストラクト

While Vision-Language-Action (VLA) models have leveraged internet-scale pretraining and task-focused finetuning to achieve strong performance on long-horizon tasks, they often struggle with non-Markovian tasks that require memory. Existing approaches to memory typically involve additional Vision-Language-Models (VLMs) for long-term memory management, introducing a memory bottleneck and a fractured training pipeline. Conditioning on multiple historical frames can provide the VLA with access to more descriptive features of past scenes, but can degrade performance if frames are chosen at arbitrary, fixed intervals. To address these limitations, we present UniMem, a framework that unifies high-level, multimodal memory and low-level control under one backbone. UniMem employs an event classifier for memory updates, a keyframe encoder for dense spatial memory, and a keyframe caching technique to minimize overhead during policy rollouts. We evaluate UniMem across five simulation and four hardware tasks targeting sequential and spatial memory, demonstrating that our unified, single-model system outperforms fixed-interval image sampling baselines (93.4% vs. 68.2%) in simulation and hierarchical baselines (80.0% vs. 43.5%) in hardware, while offering faster inference and a simple training pipeline for easy adoption. Project website: https://losterberg3.github.io/unimem-vla/

関連論文