← Latest papers
💻 computer science

VideoReasonBench: Can MLLMs Perform Vision-Centric Complex Video Reasoning?

This paper introduces VideoReasonBench, a novel benchmark designed to evaluate vision-centric, complex video reasoning by requiring models to track fine-grained operations on latent states, revealing that while most current multimodal LLMs struggle with such tasks, extended chain-of-thought reasoning significantly improves performance.

Original authors: Yuanxin Liu, Kun Ouyang, Haoning Wu, Yi Liu, Lin Sui, Xinhao Li, Yan Zhong, Y. Charles, Xinyu Zhou, Xu Sun

Published 2026-03-18
📖 5 min read🧠 Deep dive

Original authors: Yuanxin Liu, Kun Ouyang, Haoning Wu, Yi Liu, Lin Sui, Xinhao Li, Yan Zhong, Y. Charles, Xinyu Zhou, Xu Sun

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 trick where a magician shuffles a deck of cards, but they cover the cards with a cloth halfway through. You can see the hands moving, but you can't see the cards themselves. To know what the final order of the cards is, you have to remember exactly how the hands moved, keep a mental map of where every card was, and then calculate where they ended up.

This is exactly the kind of mental gymnastics that a new benchmark called VideoReasonBench is testing.

Here is a simple breakdown of the paper, using everyday analogies:

1. The Problem: The "Short Attention Span" of AI

Right now, AI models (the "brains" behind chatbots and image generators) are getting really good at looking at videos and answering simple questions like, "Is the dog running?" or "What color is the car?"

However, researchers found that these AIs are terrible at complex reasoning. If you ask them to track a sequence of events where things change, disappear, or hide, they often get lost. It's like asking a student who only memorized the first page of a book to solve a mystery that requires knowing the plot of the last 100 pages.

Existing tests were too easy. They were like asking, "Did the car turn left?" The AI could answer that instantly without really "thinking." The researchers wanted a test that forced the AI to actually use its brain.

2. The Solution: The "Video Puzzle Gym"

The team created VideoReasonBench, which is like a high-level gym for AI video understanding. Instead of just watching a video, the AI has to solve puzzles where the "answer" is hidden.

They designed six types of puzzles, similar to:

  • The Sliding Tile Puzzle: Imagine a 3x3 grid of numbers. You see the starting numbers, then they get covered up. The tiles slide around. You have to remember the starting numbers and track the slides to know what the final grid looks like.
  • The Cup Game: Like the "shell game" where a ball is hidden under one of three cups. The cups get swapped around. The AI has to track which cup has the ball.
  • The File Manager: Watching a screen where files are being created, deleted, and moved in a folder. The AI has to know exactly what files are left at the end.

The Catch: In these videos, the "secret state" (the numbers, the ball, the files) is often hidden for most of the video. The AI can only see the actions (the sliding, the swapping, the typing). It has to build a mental model of the invisible world based on the visible actions.

3. The Three Levels of Difficulty

The benchmark tests the AI on three levels of thinking, getting harder each time:

  1. Level 1 (The Memory Test): "What was the very first move?" or "How many times did the red circle go up?" This is just recalling what you saw.
  2. Level 2 (The Detective Work): "Based on all the moves you saw, what is the final arrangement of the numbers?" The AI has to infer the hidden state.
  3. Level 3 (The Fortune Teller): "If we start from where the video ended, and we do these new moves, what will the result be?" This requires predicting the future based on a complex mental simulation.

4. The Results: The "Thinking" Gap

The researchers tested 18 of the smartest AI models available (including big names like GPT-4o and various open-source models).

  • The Struggle: Most models failed miserably. Many got less than 10% correct. Some got almost 0%. It was like asking a calculator to solve a physics problem without knowing the laws of physics.
  • The "Thinking" Breakthrough: They found that models with a special "Thinking Mode" (where the AI pauses to write out its reasoning steps before answering) performed much better.
    • Gemini-2.5-Pro was the star of the show, scoring 56%.
    • GPT-4o (without the special thinking mode) only scored 6.9%.

The Analogy: Imagine a student taking a math test.

  • Standard AI: Jumps straight to the answer. If the problem is hard, they guess.
  • Thinking AI: Writes out, "Okay, step 1 is X, step 2 is Y..." and checks their work. This "extended thinking" is the only thing that helped them solve these video puzzles.

5. Why This Matters

The paper proves two huge things:

  1. AI needs to "think" to understand video: Just looking at a video isn't enough. To understand complex cause-and-effect, the AI needs to simulate the events in its mind, step-by-step.
  2. Current AI is still "blind" to details: Even the best models struggle to track fine details over time. If you remove the video and just tell them the story in text, they get much better at the logic. This means the problem isn't the logic; it's the vision. They are bad at watching and remembering the visual details simultaneously.

The Bottom Line

VideoReasonBench is a new, very hard test that shows our current AI is still a bit clumsy when it comes to watching a video and figuring out a complex story. It's like a toddler who can recognize a dog but can't follow a game of hide-and-seek.

The good news? The models that are allowed to "think out loud" (like Gemini-2.5-Pro) are starting to get it. This benchmark will help developers build smarter AIs that can truly understand the world, not just recognize pictures.

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 →