← Latest papers
💻 computer science

MAVEN: A Multi-stage Agentic Annotation Pipeline for Video Reasoning Tasks

MAVEN is a multi-stage agentic pipeline that automatically generates high-quality, structured video reasoning data with Chain-of-Thought traces through hierarchical refinement and domain adaptation, significantly boosting the performance of fine-tuned Vision Language Models on complex event reasoning benchmarks.

Original authors: Han Zhang, Wanting Jiang, Tomasz Kornuta, Tian Zheng, Vidya Murali

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

Original authors: Han Zhang, Wanting Jiang, Tomasz Kornuta, Tian Zheng, Vidya Murali

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 trying to teach a robot how to understand a complex movie scene, like a traffic accident or a fight in a warehouse. If you just show the robot the raw video and ask, "What happened?", it might get confused, miss details, or make things up (hallucinate).

The paper introduces MAVEN, a smart system designed to act as a super-organized "scriptwriter" and "teacher" for these robots. Instead of just feeding the robot the video, MAVEN breaks the video down into a structured story first, and then uses that story to create training questions.

Here is how MAVEN works, explained through simple analogies:

1. The Three-Stage "Zoom-In" Process

Most systems try to describe a whole video in one go, like a tourist giving a quick summary of a vacation. They often miss the small, important details. MAVEN does it differently, using a three-step "zoom" approach:

  • Stage 1: The Wide Shot (Global Context): First, it looks at the whole scene. Is it raining? Is it day or night? What does the street look like? This sets the stage.
  • Stage 2: The Timeline (Dense Events): Next, it creates a timeline of the main events, noting exactly when things started and stopped.
  • Stage 3: The Close-Up (Fine Details): Finally, it zooms in on tiny, short clips to catch subtle details, like a person glancing around or a small object being picked up.

2. The "Master Blueprint" (MSTED)

This is the most important part. Instead of jumping straight to asking questions, MAVEN takes all three of those descriptions and combines them into a single, perfect "Master Blueprint" called the MSTED.

Think of this like a detective writing a complete case file before interviewing a witness.

  • Why it matters: If the robot tries to guess the answer directly from the video, it might invent facts. But if the robot is forced to read the "Master Blueprint" first, it can only answer based on what is explicitly written there. It can't make things up because the blueprint is the only source of truth it's allowed to use.

3. The "Smart Editor" (Agent-Driven Adaptation)

Usually, if you want to teach a robot about a new topic (like switching from traffic cameras to warehouse security), you have to manually rewrite all the instructions for the robot. That takes a lot of human time.

MAVEN has a built-in "Smart Editor" (an AI agent).

  • How it works: You just give the editor a description of the new world (e.g., "This is a warehouse with high shelves and forklifts") and some example questions.
  • The Magic: The editor automatically rewrites all the instructions for the three stages above. It figures out, "Oh, in a warehouse, I need to look for things hidden under shirts, not just cars running red lights." It does this without a human needing to touch the code.

4. The "Quality Control Loop"

If humans review the answers and find mistakes, MAVEN doesn't just say "oops." It acts like a detective investigating its own failure.

  • It asks: "Did we miss the detail in the video description? Or did we fail to ask the right question?"
  • If the description was bad, it fixes the description prompts.
  • If the structure was wrong (e.g., the video chunks were too short and cut an event in half), it actually adds a new step to the pipeline to fix the structural problem.

What Did They Achieve?

The team used MAVEN to label over 5,300 traffic videos (both from street cameras and car dashcams). They then used this data to train a robot model called Cosmos-Reason2.

  • The Result: The trained robot became incredibly good at reasoning. On a private test, it beat top-tier models like Gemini 2.5 Pro and Gemini 3.1 Flash.
  • The Surprise: Even though they only trained it on street camera (CCTV) videos, it performed just as well as the big models on dashcam tests. This suggests the robot learned how to reason about events, not just memorized what cars look like.
  • Versatility: They showed the system working on warehouse videos and public safety footage (like fights in tunnels) just by letting the "Smart Editor" adapt the instructions, proving it can handle different worlds without human re-engineering.

In short: MAVEN is a system that turns messy video into a perfect, structured story, uses that story to teach robots how to think logically, and has a self-correcting editor that can adapt to new environments automatically.

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 →