日本フィジカルAI新聞

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

週刊ニュースレター購読
意思決定/ベンチマークarXiv:2608.01456

マルチモーダルメモリ圧縮による長期的身体化意思決定

Long-Horizon Embodied Decision-Making via Multimodal Memory Compression

シェア:XThreadsFacebookLINEはてブBluesky

長期的な身体化意思決定のためのベンチマークDunphyBenchを提案し、VLMエージェントの性能が人間に及ばないこと、メモリ管理がボトルネックであることを示した。さらに、ユーザー嗜好に基づいて情報を圧縮するMeMentoを設計し、精度向上とメモリ削減を実現した。

詳しい要約

1. どんなもの?

本論文は、長期的な人間中心の具現化意思決定(embodied decision-making)を評価する新しいベンチマークDunphyBenchを提案し、さらに、このベンチマークで性能劣化の原因となる記憶管理の問題を解決するための手法MeMentoを導入している。DunphyBenchでは、エージェントが複数の具現化された住宅環境をナビゲートし、多次元の人間の好みに合致する決定を下すことが求められる。MeMentoは、ユーザーの好みに基づいて長期的な履歴から決定に関連する情報を選択的に圧縮する、嗜好条件付きマルチモーダル記憶圧縮器である。

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

従来の具現化推論タスクは、手続き的計画や即時の目標達成に焦点を当てていたが、本ベンチマークは、長期的な視野にわたってマルチモーダルかつ複数の情報源からの入力を統合し、複雑な推論を必要とする点で新しい。また、既存のVLM駆動エージェントの診断から、記憶管理がボトルネックであることを特定し、その改善手法を提案している点が先行研究と比べて優れている。

3. 技術・手法の肝は?

MeMentoは、ユーザーの好みを条件として、固定数のメモリトークンを用いて、長期的な履歴から決定に関連する情報を選択的に圧縮する。具体的には、マルチモーダルな履歴を入力とし、嗜好情報を考慮して重要度を重み付けし、圧縮された表現を生成する。これにより、生のマルチモーダル履歴に含まれるノイズを低減し、決定品質を向上させる。

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

DunphyBenchを用いて、最先端のVLM駆動エージェントと人間の性能を比較し、大きなギャップがあることを示した。さらに、MeMentoをVLM駆動エージェントに組み込むことで、精度が7.18%向上し、記憶使用量が最強のベースラインと比較して85.38%削減されることを実験で確認した。

5. 議論はある?

要旨からは、MeMentoの一般化可能性や、他のタスクや環境での有効性についての議論は不明である。また、記憶圧縮がどの程度の情報損失を引き起こすか、また、圧縮された記憶が人間の解釈可能性を保つかどうかについての議論も要旨には含まれていない。

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

要旨で参照されている関連研究は、VLM駆動エージェントや具現化意思決定の分野の研究である。具体的には、VLM(Vision-Language Model)を用いたエージェントの研究や、長期的な記憶管理に関する研究が挙げられる。次に読むべき論文としては、VLMエージェントの記憶機構に関する論文や、具現化推論のベンチマークに関する論文が考えられる。

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

著者: Bingxuan Li, Rui Yang, Cheng Qian, Jiateng Liu, Jeonghwan Kim, Zhenhailong Wang, Manling Li, Tong Zhang, Heng Ji

分類: cs.CV, cs.CL

原文アブストラクト

Agents are increasingly expected to act not only as task executors, but also as decision-makers on behalf of human users. This shift requires agents to accumulate evidence over long horizons, interpret implicit user preferences, and compare multiple candidates under partial observations. In this work, we propose DunphyBench, a new benchmark for evaluating agents on long-horizon human-centered embodied decision-making, where the agent must navigate through multiple embodied housing environments and make decisions that align with multi-dimensional human preferences. Unlike standard embodied reasoning tasks that often focus on procedural planning or immediate goal completion, our setting requires agents to integrate multimodal, multi-source input into coherent knowledge that supports complex reasoning across long horizon. The evaluation results reveal that there is a substantial gap between current agents and human performance. Furthermore, our diagnosis of state-of-the-art VLM-driven agents reveals that memory management is one of the bottlenecks, where raw multimodal history introduces noise that hinders decision quality. Motivated by this finding, we design MeMento, a preference-conditioned multimodal memory compressor that selectively compresses decision-relevant information from long-horizon history based on user preferences with a fixed set of memory tokens. Experiments show that MeMento helps VLM-driven agents improve accuracy by 7.18%, while reducing memory usage by 85.38% compared to the strongest baseline.