English

MemLearner: Learning to Query Context memory for Video World Models

Computer Vision and Pattern Recognition 2026-06-30 v1

Abstract

Video World Models are interactive video generation models that predict future world states based on user actions and history video frames. A critical challenge in video world models is the lack of memory, causing inconsistent generated scenes over extended durations. Previous methods explored rule-based context frame retrieval as memory, but they fail to generalize in scenarios with scene occlusions and dynamic objects. We propose MemLearner, a learning-based adaptive context query method using query tokens to bridge context and predicted tokens. By leveraging the video generation model itself for context querying, MemLearner exploits pre-trained visual priors without training additional modules from scratch, and incorporates efficient strategies for training and inference. We collect a dataset of long videos with scene occlusions and dynamic objects, paired with camera pose annotations, and propose a multi-dataset training strategy leveraging both annotated rendered and unannotated real-world videos. Extensive experiments demonstrate that MemLearner significantly outperforms prior video world models in terms of scene consistency and memory, particularly under challenging occlusion and dynamic scenarios.

Cite

@article{arxiv.2606.31734,
  title  = {MemLearner: Learning to Query Context memory for Video World Models},
  author = {Jiwen Yu and Jianxiong Gao and Jianhong Bai and Yiran Qin and Kaiyi Huang and Quande Liu and Xintao Wang and Pengfei Wan and Kun Gai and Xihui Liu},
  journal= {arXiv preprint arXiv:2606.31734},
  year   = {2026}
}

Comments

ECCV 2026, Project Page: https://yujiwen.github.io/memlearner/