← Latest papers
💻 computer science

MemoBench: Benchmarking World Modeling in Dynamically Changing Environments

The paper introduces MemoBench, a diagnostic benchmark comprising 360 ground-truth clips and a multi-faceted evaluation suite to assess video generation models' ability to maintain memory consistency for objects that undergo physical changes while occluded in dynamically changing environments.

Original authors: Haoyu Chen, Kaichen Zhou, Hang Hua, Kaile Zhang, Jingwen Qian, Wufei Ma, Haonan Chen, Chunjiang Liu, Yizhou Zhao, Xiaoyuan Wang, Weiyue Li, Alan Yuille, Paul Pu Liang, Yilun Du

Published 2026-07-21
📖 6 min read🧠 Deep dive

Original authors: Haoyu Chen, Kaichen Zhou, Hang Hua, Kaile Zhang, Jingwen Qian, Wufei Ma, Haonan Chen, Chunjiang Liu, Yizhou Zhao, Xiaoyuan Wang, Weiyue Li, Alan Yuille, Paul Pu Liang, Yilun Du

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 you are watching a magic show where a magician makes a rabbit disappear behind a curtain. While the rabbit is hidden, the magician feeds it a carrot, gives it a haircut, and teaches it to juggle. When the curtain rises again, the rabbit pops back out. If the rabbit is still just a fluffy white rabbit with no carrot and no juggling skills, the magic trick failed. The audience expects the rabbit to remember what happened while it was hidden. This is the core challenge of "world modeling" in artificial intelligence. AI researchers are trying to build video generators that don't just stitch together pretty pictures, but act like a brain that understands how the real world works. They want these AI "worlds" to know that if a cup falls off a table and rolls behind a sofa, it doesn't vanish into thin air; it's still there, maybe now full of spilled coffee, waiting to be seen again. This ability to remember things when they are out of sight is called "object permanence," a skill even human babies learn early on. But for AI, keeping track of a changing world while the camera moves around is incredibly hard.

Enter MemoBench, a new "report card" designed to test exactly how good AI is at this memory game. The researchers created a special test where an AI is shown a video of an object (like a melting ice cube or a walking robot), then the camera pans away so the object disappears. While the object is hidden, it keeps changing—melting, walking, or pouring powder. Then, the camera pans back, and the object reappears. The big question is: Does the AI remember what happened while the object was hidden? The paper finds that current AI models are terrible at this. Even the smartest ones fail to recall the object's new state. They might bring back the object, but it's often the wrong shape, the wrong color, or it's just a completely different object that looks vaguely similar. The study suggests that simply telling the AI where to point the camera isn't enough; the AI needs a much better internal "memory" to track changes that happen when no one is looking.

The Setup: A Game of Hide-and-Seek with AI

The team behind this study, led by researchers from Harvard, MIT, and other top institutions, built a benchmark called MemoBench. Think of it as a giant, rigorous game of hide-and-seek for video-generating AI. They created 360 video clips to test the models. Half of these clips were made in a super-realistic video game engine (Unreal Engine 5), and the other half were filmed in the real world with actual cameras.

The game follows a strict three-part script:

  1. Visible: The camera shows a target object (like a robot or a melting candle).
  2. Disappear: The camera turns away. The object is now hidden, but it keeps doing its thing (melting, walking, pouring).
  3. Reappear: The camera turns back. The object is visible again.

The AI's job is to generate the video for the "Disappear" and "Reappear" parts. It has to guess what the object looks like after it has been hidden for a while. If the object was melting, the AI must show a smaller, puddle-like version when it reappears. If it was walking, the AI must show it in a new spot, not back where it started.

The Results: The AI Has a Short Attention Span

The researchers tested 10 different state-of-the-art AI models on this benchmark. The results were a bit of a wake-up call.

The "Static" Trick:
Some models tried to cheat. Instead of actually moving the camera and tracking the object, they just kept the video almost still. Because the video didn't change much, the AI got high scores on "smoothness" and "consistency" metrics. It was like a student who refuses to leave their seat during a test, so they never get lost, but they also never learn anything new. The paper notes that models like LTX-Video looked great on paper because they barely moved the camera, but they failed the spirit of the test.

The Memory Gap:
Even the models that actually tried to move the camera and follow the instructions struggled badly. The most important score, the Object Reappearance Score (ORS), measures how often the AI successfully brings back the correct object in its new state.

  • The Result: No model scored higher than 0.6 (out of a perfect 1.0).
  • What this means: Even the best models failed to correctly remember the object more than 60% of the time. Often, the object would reappear as a completely different shape, or it would be missing entirely, replaced by a hallucination (a made-up object).

The "Camera Control" Illusion:
The study also looked at models that are given explicit instructions on how to move the camera (like "pan left, then turn right"). You might think giving the AI a map would help it remember. The paper found that while these models were better at following the camera path, they were still just as bad at remembering the object's state. It's like having a GPS that tells you exactly where to drive, but your car's engine forgets what you were doing before you turned the corner.

How They Measured It

To make sure they weren't just guessing, the team used two types of grading:

  1. Automated Metrics: Computers compared the AI's video to the real video, checking for pixel-perfect matches and 3D geometry.
  2. VQA (Visual Question Answering): They used a smart AI judge (an LLM) to watch the videos and answer Yes/No questions like, "Did the robot keep walking in the same direction?" or "Did the candle melt while it was hidden?" This human-like check caught errors that simple pixel comparisons missed, such as objects changing identity or physics breaking (like a shadow moving the wrong way).

The Takeaway

The paper concludes that while AI is getting very good at making pretty, smooth videos, it is still very bad at memory. It treats the world as a series of disconnected snapshots rather than a continuous story. If an object leaves the screen, the AI often "forgets" it exists or invents a new version of it.

The authors suggest that for AI to truly act as a "world simulator"—which is crucial for things like self-driving cars or robots that need to navigate real rooms—we need to stop just making videos look nice and start teaching these models to actually remember what happens when they aren't looking. The "disappear-and-reappear" test is a simple but powerful way to show that right now, our AI world models have very short memories.

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 →