← Latest papers
🤖 AI

ReWorld: An Interactive World Model with Long-Horizon Memory

ReWorld is an interactive world model that resolves the structural tension between short-horizon control and long-horizon memory by separating these capabilities during training with mixed attention mechanisms and unifying them at inference via a pose-indexed landmark retrieval system, achieving superior action fidelity, video quality, and minute-long temporal consistency across diverse visual domains.

Original authors: Zhifei Chen, Luozhou Wang, Guibao Shen, Dongyu Yan, Shuai Yang, Tianshuo Xu, Yihua Du, Wei Wang, Tianyi Gui, Lianghua Huang, Yingcong Chen

Published 2026-08-25
📖 6 min read🧠 Deep dive

Original authors: Zhifei Chen, Luozhou Wang, Guibao Shen, Dongyu Yan, Shuai Yang, Tianshuo Xu, Yihua Du, Wei Wang, Tianyi Gui, Lianghua Huang, Yingcong Chen

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine a computer that can watch a video and then predict what happens next, frame by frame, as if it were living inside the scene. This is the promise of a "world model," a type of artificial intelligence designed to simulate environments where an agent can move and act. For these systems to feel truly alive, they must do three difficult things at once: they must react instantly to a user's commands, they must remember exactly what a place looked like when the user left and returned to it, and they must keep generating new video in real time without running out of memory. The challenge has been that these goals often fight each other. To react quickly, a system needs to focus only on the immediate past, but to remember a distant location, it needs to hold onto a vast history. If a system tries to do both with the same simple approach, it usually fails at one or the other, either forgetting the past or stumbling over the present.

Researchers have now built a system called ReWorld that solves this tension by teaching the computer to think in two different ways simultaneously. The team, working with institutions in Hong Kong and Alibaba, created a model that can follow a user's camera movements, stream high-quality video of photorealistic and game-like worlds, and recall specific scenes from minutes ago, even after the camera has traveled far away and come back. The key discovery is that the system does not need to choose between short-term reaction and long-term memory; instead, it separates these tasks during its learning process and then manages them carefully when it is actually running.

The core of ReWorld's success lies in how it organizes its attention. In many artificial intelligence models, the system looks at all the information it has seen so far to decide what to generate next. ReWorld splits this job among different parts of its brain. Some parts are trained to look only at the very recent past, perhaps the last few seconds, to ensure that a button press results in an immediate and accurate camera movement. Other parts are trained to look at the entire history of the video, allowing the system to recognize that a specific rock formation or building it saw a long time ago is the same one it is seeing again now. Crucially, the researchers did not assign these jobs to fixed parts of the system. Instead, they shuffled the roles randomly during training, ensuring that every part of the system learned how to handle both immediate reactions and distant memories. This prevents the system from becoming dependent on a specific way of looking at the past, which is vital because, in the real world, the system cannot keep its entire history in memory forever.

When the system is put to work, it faces a strict limit on how much information it can hold at any one moment. To handle this, ReWorld uses a clever filing system. As the video plays, it keeps a small, constantly updated window of the most recent frames. When older frames fall out of this window, they are not simply deleted. Instead, the system checks if the camera has moved far enough to warrant saving a snapshot of that location. If it has, the system saves a high-quality "landmark" of that scene. These landmarks are stored in a separate, limited bank. When the camera turns around and heads back toward a place it visited earlier, the system searches this bank for the landmark that matches the current view and pulls it back into the active memory. This allows the system to remember a scene from a minute ago without needing to store every single frame that happened in between.

To make this work, the researchers had to teach the model using a very specific kind of data. They combined footage from real-world videos, video games, and computer-generated environments, but they did something unusual: they made sure that a single command, like pressing a key to move forward, moved the camera the exact same physical distance in every single type of footage. This created a unified language of movement. They also used a special training technique where they would sometimes hide parts of the video history from the model, forcing it to learn how to reconstruct the scene even when its memory was incomplete. This prepared the model for the reality of its limited memory bank, ensuring it wouldn't get confused when it had to rely on a few key landmarks rather than a continuous stream of data.

The results of this approach are striking. In tests where the camera moved away and then returned to its starting point, ReWorld was able to regenerate the original view with remarkable accuracy, even after the camera had traveled for a minute or more. Other systems, which rely on keeping a simple sliding window of recent frames, failed to remember the starting point once it fell out of that window. ReWorld also proved superior at following commands, with the camera moving exactly as intended without drifting off course. The system can generate video at a resolution of 704 by 1280 pixels, fast enough to feel interactive, and it maintains this quality across different styles, from realistic landscapes to stylized game worlds.

The researchers found that their method works because it respects the different needs of control and memory. By training the system to handle short-term commands and long-term recall separately, and then using a smart retrieval system to bring back old memories only when needed, they created a world model that feels both responsive and consistent. The system does not need to be a massive, all-knowing entity to remember the past; it just needs to know how to find the right piece of the past when it is needed. This approach allows the model to run on standard computer hardware while maintaining a sense of continuity that was previously impossible for interactive video generation. The work suggests that the future of interactive AI lies not just in making models bigger, but in making them smarter about how they organize and access the information they have already learned.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →