日本フィジカルAI新聞

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

週刊ニュースレター購読
空間記憶arXiv:2609.04802

言語軌跡符号化による身体化エージェントの長期的空間記憶の効率化

Linguistic Trajectory Encoding for Efficient Long-Horizon Spatial Memory in Embodied Agents

シェア:XThreadsFacebookLINEはてブBluesky

動的物体の動きの履歴を自然言語と空間・視覚アンカーで圧縮表現し、長時間にわたる物体の状態遷移を言語で検索可能にする手法を提案した。

詳しい要約

1. どんなもの?

本論文は、長時間にわたる空間記憶を持つ身体化エージェントのための、動的オブジェクトの状態遷移を自然言語でクエリ可能にするメモリ表現を提案する。具体的には、Linguistic Trajectory Encoding (LTE) というハイブリッド表現を用いて、動的オブジェクトの動作履歴を圧縮する。また、評価用にSpatial Memory Benchmark (SMB) を構築し、セマンティック軌跡検索と長時間オブジェクト検索の性能を測定する。

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

既存のシステムは、クリップレベルのビデオ言語埋め込み(微細な動きを失う)、幾何学的SLAM(生の座標のみ)、エージェントの作業メモリ(即時タスクコンテキストに編成)などであり、オブジェクトごとのタイムラインを言語でクエリ可能にするものはない。LTEは、自然言語記述、スパースな空間アンカー、視覚アンカーを組み合わせ、動きの複雑さに適応した圧縮を実現する点が新しい。

3. 技術・手法の肝は?

LTEは、動的オブジェクトの動作履歴を、自然言語記述、スパースな空間アンカー、視覚アンカーで表現する。信頼できる観測がない期間は最後に見られた位置にアンカーし、動きは幾何学的ウェイポイントと言語記述で表現することで、精度を保ちながら圧縮する。

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

EgoLifeの複数日記録から構築したSpatial Memory Benchmark (SMB) で評価。セマンティック軌跡検索で45.3%、長時間オブジェクト検索で48.7%の成功率を達成し、構造化メモリやVLMベースライン(最良で31.9%と34.4%)を上回る。また、24時間ビデオで8.7倍から26.1倍の軌跡圧縮率とサブ秒のクエリレイテンシを達成。Ego4Dの自然言語クエリでは、R@1/R@5で28.75%/55.10%を達成し、EgoVLPv2を+15.80/+31.30ポイント上回る。

5. 議論はある?

要旨からは、LTEの圧縮率と精度のトレードオフ、SMBの構築方法の詳細、他の環境やタスクへの一般化可能性などについての議論は不明。また、EgoLifeデータセットの特性や、LTEが動きの複雑さに適応する具体的なメカニズムの詳細も要旨からは不明。

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

要旨で参照されているEgoVLPv2、EgoLife、Ego4D、および関連する構造化メモリやVLMベースラインの研究。具体的には、ビデオ言語事前学習モデル(EgoVLPv2など)、空間記憶のためのSLAMシステム、エージェントの作業メモリに関する研究が挙げられる。

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

著者: Tianyidan Xie, Shenyi Wang, Qiang Tang, Mingjie Wang, Zhicheng Qiu, Xuanfu Li, Zhan Xu, Jian Yang, Lanjun Wang, Zili Yi

分類: cs.CV, cs.AI

原文アブストラクト

Embodied agents performing long-horizon tasks require a memory representation in which the state transitions of dynamic objects remain queryable in natural language across hours-to-days observation horizons. Existing systems either drop fine-grained motion (clip-level video-language embeddings), keep it only as raw coordinates (geometric SLAM), or organise it around immediate task context (agent working memories). None of them gives the agent a per-object timeline whose state transitions are themselves queryable in language. Our key contribution is \textbf{Linguistic Trajectory Encoding} (LTE), which compresses dynamic object motion histories via a hybrid representation combining natural language descriptions, sparse spatial anchors, and visual anchors. LTE adapts compression to motion complexity by anchoring periods without reliable observations to the last seen location, while representing motion with geometric waypoints and linguistic descriptions to preserve accuracy. To evaluate these capabilities across extended time horizons, we construct the \textbf{Spatial Memory Benchmark} (SMB) from EgoLife multi-day recordings, targeting capabilities absent in existing benchmarks: semantic trajectory retrieval and long-horizon object retrieval. On SMB, the LTE-based system achieves $45.3\%$ success in semantic trajectory retrieval and $48.7\%$ in long-horizon object retrieval, outperforming structured-memory and VLM baselines (best prior: $31.9\%$ and $34.4\%$). LTE achieves trajectory compression by factors of $8.7\times$ to $26.1\times$ with sub-second query latency on $24$\,h video. On Ego4D natural-language queries, the system reaches $28.75\%$ / $55.10\%$ R@1/R@5, $+15.80$ / $+31.30$ pts over EgoVLPv2.