Addressable Memory for Video World Models
TLDR
Proposes WorldTrace, a training-free memory framework for video world models to maintain addressable compressed memory for long-horizon visual persistence, improving temporal consistency and episodic recall on a new benchmark LoopBench.
Reasoning
The paper identifies a concrete problem in video world models (memory addressing beyond training horizon) and offers a novel solution with two compression methods, plus a new benchmark. Strengths include clear problem definition and practical improvements; weaknesses include narrow focus on memory and evaluation only on their own benchmark.
Read-first score
Read-first score 44.9, weighted from topical fit, citation, graph, method, reproducibility, and recency signals. Original total remains 55.
Field roles
Rank sensitivity
Stability: volatile; rank range: 477.
Keyword Scores
Deep Analysis
Innovations
- WorldTrace: a training-free memory framework for long-horizon visual persistence that assigns in-distribution virtual positions to compressed memory slots, keeping them addressable despite rollout lengths beyond the training horizon.
- WorldTrace-Field: a compression approach that compresses history for temporal coherence.
- WorldTrace-Landmark: a compression approach that stores verbatim scene traces at detected transitions for episodic recall.
- LoopBench: a new benchmark for evaluating whether a compressed cache can reconstruct a previously visited scene after a long detour.
Methodology
The paper proposes WorldTrace, a training-free framework that mitigates the failure of KV cache retrieval in video world models when rollouts exceed training horizon due to RoPE offsets. It compresses the memory and assigns each summary slot a distinct virtual position within the training distribution, then studies two compression variants: WorldTrace-Field for temporal coherence and WorldTrace-Landmark for episodic recall. Evaluation is performed on the newly introduced LoopBench benchmark.
Key Results
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.