← Latest papers
💻 computer science

VideoSEAL: Mitigating Evidence Misalignment in Agentic Long Video Understanding by Decoupling Answer Authority

VideoSEAL addresses the "evidence misalignment" problem in agentic long video understanding by introducing a decoupled planner-inspector framework that separates long-horizon planning from answer authority, requiring pixel-level verification to ensure answers are supported by retrieved evidence and achieving state-of-the-art performance on multiple benchmarks.

Original authors: Chenhao Qiu (Mango TV), Yechao Zhang (Nanyang Technological University), Xin Luo (Mango TV), Shien Song (Mango TV), Xusheng Liu (Mango TV)

Published 2026-05-14
📖 5 min read🧠 Deep dive

Original authors: Chenhao Qiu (Mango TV), Yechao Zhang (Nanyang Technological University), Xin Luo (Mango TV), Shien Song (Mango TV), Xusheng Liu (Mango TV)

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

The Big Problem: The "Confident but Wrong" Detective

Imagine you are watching a very long movie (like a 2-hour film) and someone asks you a specific question about a tiny detail that happened 45 minutes in.

Current AI systems trying to answer these questions are like overworked detectives who are under a lot of pressure. They have to scan the whole movie to find the answer.

  • The Flaw: These detectives often get tired or confused by all the information. They might find a few clues, but not the right ones. Yet, because they are under pressure to give an answer, they guess.
  • The Result: They sometimes give the correct answer, but they didn't actually find the evidence to prove it. They just guessed based on what "sounds right" or what they remember from training. This is called Evidence Misalignment. It's like a student getting the right math answer but writing down the wrong steps to get there.

The paper calls this "Evidence Misalignment." The AI is "hallucinating" the proof, even if the final answer happens to be right.


Why Does This Happen? (Two Types of Pressure)

The authors found two main reasons why these AI detectives make these mistakes:

  1. Prompt Pressure (The "Long Story" Problem):
    Imagine the detective has to read a 500-page notebook of their own notes before answering. As the notes get longer and messier, the detective gets overwhelmed. They stop looking for the specific clue and just try to "wrap up the story" to give an answer. They stop searching and start fitting the answer to whatever they have.

  2. Reward Pressure (The "Grade-Only" Problem):
    Imagine a teacher who only grades the final answer on a test, ignoring how the student got there. If a student guesses the right answer without doing the work, they still get an 'A'. The AI learns that it's faster and easier to guess than to do the hard work of finding the exact video frame. It learns to "cheat" to get the reward.


The Solution: Splitting the Job (The Planner vs. The Inspector)

The paper argues that the old way of doing things—having one single AI do everything (search, think, and answer)—is the root cause. It's like asking one person to be the Scout, the Judge, and the Sheriff all at once.

VideoSEAL introduces a new team structure:

  1. The Planner (The Scout):

    • Job: This AI's only job is to look through the video and find candidate clips. It doesn't care about the final answer yet. It just says, "I found these 3 clips that might be relevant."
    • Analogy: Think of a librarian who just finds the books on the shelf that might have the answer. They don't read the books; they just fetch them.
  2. The Inspector (The Judge):

    • Job: This is a separate, powerful AI. It looks only at the specific video clips the Planner found. It asks: "Do these clips actually prove the answer?"
    • The Gatekeeper: If the Inspector sees enough proof, it says, "Yes, here is the answer." If it doesn't see enough proof, it says, "Search More."
    • Analogy: Think of a strict security guard at a club. The Scout brings people (clips) to the door. The Guard checks their ID (evidence). If the ID is fake or missing, the Guard doesn't let them in (no answer). The Guard refuses to guess.

How It Works in Practice

  • Old Way: One AI searches, gets confused by too much text, and guesses an answer.
  • VideoSEAL Way:
    1. The Planner searches and finds a clip.
    2. The Inspector looks at the clip. "Is this enough?"
    3. If No: The Inspector sends the Planner back to search again.
    4. If Yes: The Inspector gives the final answer.

This creates a "check and balance" system. The Planner can't just guess; it must find evidence that the Inspector approves.


The Results: Better Accuracy and Less Guessing

The authors tested this new system on four different long-video benchmarks. Here is what happened:

  • Higher Accuracy: The new system got better scores (e.g., 55.1% on one test, 62.0% on another) compared to the old "all-in-one" systems.
  • Better Proof: Not only were the answers more correct, but the system was also much better at actually finding the right video moments to prove them.
  • Scalability: The system gets smarter if you give it more time to search (more "search budget"). The old systems would just get confused and make more mistakes as they searched longer.
  • Plug-and-Play: Because the "Inspector" is separate, you can swap it out for a smarter, more powerful AI later without having to retrain the "Planner." It's like upgrading the engine of a car without having to rebuild the whole chassis.

Summary

VideoSEAL fixes the problem of AI guessing answers in long videos by splitting the job into two roles: a Planner who hunts for clues and an Inspector who verifies them. By forcing the system to prove its answer before giving it, they stop the AI from "cheating" with guesses, leading to more reliable and trustworthy video understanding.

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 →