paper-with-me

Papers

Addressable Memory for Video World Models

2026-08-07 · Xindi Wu, Sven Elflein, James Lucas, Olga Russakovsky, Laura Leal-Taixé, Despoina Paschalidou, Jonathan Lorraine, Aljoša Ošep hf

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.

📄 PDF Abstract BibTeX arXiv:2608.07408

Code (3)

BaiShuanghao/my_arXiv_daily ★ 208
Tavish9/awesome-daily-AI-arxiv ★ 113
Valiant-Cat/hfpaper

Similar Papers 제목 키워드 기반

SlotMem: Character-Addressable Internal Memory for Narrative Long Video Generation

2026-07-17 · Yilai Liu, Xin Zhang, Shiyuan Zhang, Hongyang Du arxiv

Maintaining recurring character identities across scene transitions and long temporal gaps is a central challenge in narrative long video generation. Methods targeting global consistency often retrieve memory using cues …

Video Generation

PECAN: A Product-Quantized Content Addressable Memory Network

2022-08-13 · Jie Ran, Rui Lin, Jason Chun Lok Li, Jiajun Zhou 외

A novel deep neural network (DNN) architecture is proposed wherein the filtering and linear transform are realized solely with product quantization (PQ). This results in a natural implementation via content addressable m…

Quantization

Bio-inspired computational memory model of the Hippocampus: an approach to a neuromorphic spike-based Content-Addressable Memory

2023-10-09 · Daniel Casanueva-Morato, Alvaro Ayuso-Martinez, Juan P. Dominguez-Morales, Angel Jimenez-Fernandez 외

The brain has computational capabilities that surpass those of modern systems, being able to solve complex problems efficiently in a simple way. Neuromorphic engineering aims to mimic biology in order to develop new syst…

Hippocampus

Object Guided External Memory Network for Video Object Detection

2019-10-01 · ICCV 2019 10 · Hanming Deng, Yang Hua, Tao Song, Zongpu Zhang 외

Video object detection is more challenging than image object detection because of the deteriorated frame quality. To enhance the feature representation, state-of-the-art methods propagate temporal information into the de…

Hard AttentionObjectobject-detectionObject Detection+1

On Using Non-Volatile Memory in Apache Lucene

2018-04-12 · Pydipaty Ramdoot, Saha Amit

Apache Lucene is a widely popular information retrieval library used to provide search functionality in an extremely wide variety of applications. Naturally, it has to efficiently index and search large number of documen…

Information RetrievalRetrieval