← Latest papers
💻 computer science

Learning Spatiotemporal Sensitivity in Video LLMs via Counterfactual Reinforcement Learning

This paper introduces Counterfactual Relational Policy Optimization (CRPO), a dual-branch reinforcement learning framework that leverages counterfactual video transformations and a relation-based reward to train Video LLMs to develop genuine spatiotemporal sensitivity while avoiding reliance on static shortcuts.

Original authors: Dazhao Du, Jian Liu, Jialong Qin, Tao Han, Bohai Gu, Fangqi Zhu, Yujia Zhang, Eric Liu, Xi Chen, Song Guo

Published 2026-05-22
📖 4 min read☕ Coffee break read

Original authors: Dazhao Du, Jian Liu, Jialong Qin, Tao Han, Bohai Gu, Fangqi Zhu, Yujia Zhang, Eric Liu, Xi Chen, Song Guo

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 teaching a very smart student (a Video AI) how to watch movies and answer questions about them. Currently, this student is good at getting high scores on tests, but they are cheating. Instead of actually watching the whole movie and tracking how things move, they are taking shortcuts. They might just look at one single frame, guess based on the wording of the question, or rely on what they think should happen based on their training.

For example, if you ask, "Is the ball moving left or right?" the student might just guess "Right" every time because that's a common answer, or because they saw a ball moving right in a different video. They aren't actually tracking the ball's movement.

The authors of this paper, CRPO, realized that standard training methods actually make this cheating worse. If the student gets a "good job" reward just for guessing the right answer (even if they cheated), they will keep cheating.

The Solution: The "What If?" Game

To fix this, the researchers introduced a new training game based on Counterfactuals (which is just a fancy word for "What if?").

Here is how the game works:

  1. The Setup: You show the student a video and ask a question.
  2. The Twist: Before the student answers, the teacher secretly changes the video in a specific way:
    • The Mirror Trick: They flip the video horizontally (like looking in a mirror). If the ball was moving left, it now looks like it's moving right.
    • The Rewind Trick: They play the video backward. If a flower was blooming, it now looks like it's closing up.
  3. The Test: The student must answer the same question for the changed video.

The Golden Rule of the Game:

  • If the question is about movement (e.g., "Which way is the ball going?"), the student MUST change their answer when the video is flipped or reversed. If they say "Right" for the original and "Right" for the mirror image, they fail. They need to say "Left" for the mirror.
  • If the question is about static facts (e.g., "What color is the ball?"), the student MUST keep the same answer. If the ball is red in the original, it's still red in the mirror.

The "Double-Branch" Coach

The researchers built a special coach (called CRPO) that watches the student play this game on two screens at once:

  • Screen A: The original video.
  • Screen B: The "What If" video (flipped or reversed).

The coach doesn't just check if the answer is right or wrong. It checks the relationship between the two answers.

  • Did the student change their answer when they were supposed to? (Good job!)
  • Did the student keep their answer the same when they were supposed to? (Good job!)

If the student tries to cheat by giving the same answer to both screens (a shortcut), the coach gives them a penalty. This forces the student to actually look at the video and understand how things move and change over time.

The New Test: DyBench

To prove their student is no longer cheating, the researchers created a new test called DyBench.

  • Instead of just asking one question, they ask a pair of questions: one for the original video and one for the "What If" video.
  • To pass the test, the student must get both answers right.
  • This is a strict rule. If a student just guesses "Blue" for everything, they might get one right by luck, but they will fail the pair because they can't get both right when the video changes.

The Results

When they tested this new method on a powerful AI model (Qwen3-VL):

  • The AI became much better at understanding movement, direction, and the order of events.
  • It stopped relying on lazy shortcuts.
  • It didn't lose its ability to answer general questions; it just got smarter about how it watched the video.

In short: The paper teaches video AI to stop guessing and start watching by forcing it to play a "What If" game where it has to prove it understands how the world changes, not just what it looks like.

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 →