日本フィジカルAI新聞

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

週刊ニュースレター購読
ビデオ生成arXiv:2608.07408

ビデオワールドモデルのためのアドレス可能なメモリ

Addressable Memory for Video World Models

シェア:XThreadsFacebookLINEはてブBluesky

インタラクティブなビデオワールドモデルで、長いロールアウト中に過去のフレームを正確に参照できない問題を解決するため、トレーニング不要のメモリフレームワークWorldTraceを提案。圧縮メモリに仮想位置を割り当ててアドレス可能性を保ち、新しいベンチマークLoopBenchで性能を検証した。

詳しい要約

1. どんなもの?

本論文は、インタラクティブなビデオワールドモデルにおける視覚的永続性(visual persistence)の問題を扱う。これらのモデルは、Key-Value (KV) cacheを成長する視覚的メモリとして使用し、以前に生成されたフレームを保持する。しかし、ロールアウトがトレーニング期間を超えると、モデルは保存されたコンテンツを確実にアドレス指定できなくなる。これは、時間的Rotary Positional Embeddings (RoPE)のオフセットがトレーニングで見られた範囲外になり、モデルが注意機構を通じて関連する視覚情報を取得するのに苦労するためである。さらに、RoPE回転空間でキャッシュを単純に圧縮すると、互換性のない位置位相を平均化することでメモリが破損する。この問題に対処するため、長期的な視覚的永続性のためのトレーニング不要のメモリフレームワークであるWorldTraceを提案する。

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

先行研究では、KV cacheをそのまま使用するか、単純な圧縮手法を用いていたが、トレーニング期間を超えるとアドレス指定が失敗し、圧縮によってメモリが破損する問題があった。WorldTraceは、圧縮されたメモリスロットに個別の分布内仮想位置を割り当てることで、アドレス可能性を維持する。さらに、圧縮手法としてWorldTrace-Field(時間的コヒーレンス用)とWorldTrace-Landmark(エピソード的想起用)の2つを提案し、それぞれの目的に特化した圧縮を実現している点が新しい。

3. 技術・手法の肝は?

WorldTraceは、トレーニング不要のメモリフレームワークである。圧縮されたメモリスロットに、分布内の仮想位置を割り当てることで、RoPEのオフセットがトレーニング範囲内に収まるようにする。これにより、注意機構がスロットを正しくアドレス指定できる。圧縮手法として、WorldTrace-Fieldは履歴を圧縮して時間的コヒーレンスを向上させ、WorldTrace-Landmarkは検出された遷移で逐語的なシーントレースを保存してエピソード的想起を実現する。

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

LoopBenchというベンチマークを導入し、圧縮されたキャッシュが長い迂回の後に以前訪れたシーンを再構築できるかを評価した。その結果、WorldTrace-Fieldは時間的一貫性を+15.5%向上させ、WorldTrace-Landmarkはエピソード的想起を+19.5%向上させた。これにより、再トレーニングなしで視覚的永続的な生成を拡張できることを示した。

5. 議論はある?

要旨からは、議論の詳細は不明である。ただし、提案手法はトレーニング不要であり、既存のモデルに適用可能であるが、圧縮による情報損失の可能性や、より長いロールアウトでのスケーラビリティ、異なるモデルアーキテクチャへの適用性などが議論の対象となる可能性がある。

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

要旨で参照されている研究は明示されていないが、関連する分野として、ビデオワールドモデル、Key-Value cache、Rotary Positional Embeddings (RoPE)、視覚的永続性、メモリ圧縮に関する研究が挙げられる。具体的には、Transformerベースのビデオ生成モデルや、長期依存関係を扱うメモリ機構に関する論文が関連する。

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

著者: Xindi Wu, Sven Elflein, James Lucas, Olga Russakovsky, Laura Leal-Taixé, Despoina Paschalidou, Jonathan Lorraine, Aljoša Ošep

分類: cs.CV, cs.LG

原文アブストラクト

We study visual persistence in interactive video world models. These models rely on a Key-Value (KV) cache as a growing visual memory to carry forward previously generated frames. However, we find that models can no longer reliably address stored content once rollouts extend beyond the training horizon, because temporal Rotary Positional Embeddings (RoPE) offsets then fall outside the range seen during training and the model struggles to retrieve the relevant visual information through attention. Moreover, naively compressing the cache in the RoPE-rotated space corrupts memory by averaging together incompatible positional phases. To address this, we propose WorldTrace, a training-free memory framework for long-horizon visual persistence. WorldTrace keeps compressed memory addressable by assigning each summary slot a distinct, in-distribution virtual position. Within this addressable cache, we study two memory compression approaches: WorldTrace-Field compresses history for temporal coherence, while WorldTrace-Landmark stores verbatim scene traces at detected transitions for episodic recall. We further introduce LoopBench, a benchmark evaluating whether a compressed cache can reconstruct a previously visited scene after a long detour. WorldTrace-Field improves temporal consistency by +15.5%, and WorldTrace-Landmark improves episodic recall by +19.5% on LoopBench, extending visually persistent generation without retraining.

関連論文