Abstract
WorldTrace enables long-horizon visual persistence in interactive video world models by maintaining an addressable compressed memory cache with virtual positions, improving temporal consistency and episodic recall without retraining.
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.
Community
This is an automated message from the Librarian Bot. I found the following papers similar to this paper.
The following papers were recommended by the Semantic Scholar API
- ChronoStitch: Training-Free Composition of Visual KV Memories for Long-Horizon Temporal Reasoning (2026)
- What to Keep, What to Forget: A Rate--Distortion View of Memory Compaction in LLMs and Agents (2026)
- Wonder: Video World Model Done Better (2026)
- ReToken: One Token to Improve Vision-Language Models for Visual Retrieval (2026)
- HeadCast: Casting Attention Heads for Efficient Autoregressive Video Generation (2026)
- ProtoKV: Streaming Video Understanding under Delayed Query with Summary-State Memory (2026)
- Kamera: Unified Position-Invariant Multimodal KV Cache for Training-Free Reuse (2026)
Please give a thumbs up to this comment if you found it helpful!
If you want recommendations for any Paper on Hugging Face checkout this Space
You can directly ask Librarian Bot for paper recommendations by tagging it in a comment: @librarian-bot recommend
Get this paper in your agent:
hf papers read 2608.07408 Don't have the latest CLI?
curl -LsSf https://hf.co/cli/install.sh | bash Models citing this paper 0
No model linking this paper
Datasets citing this paper 0
No dataset linking this paper
Spaces citing this paper 0
No Space linking this paper