Incentivizing Vision Language Models to Search for Long Video Question Answering
The paper introduces VSeek, an agentic framework that enhances long-video question answering by employing reinforcement learning with neuro-symbolic rewards to transform the task into a multi-turn search process that systematically verifies retrieved visual evidence against formal temporal logic specifications.
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 handed a two-hour documentary and asked a very specific question, like, "What color was the hat the man was wearing when he dropped the vase?"
The Old Way (Passive Perception):
Current AI models usually try to answer this by glancing at a random handful of frames from the entire movie—maybe 64 snapshots spread out evenly. It's like trying to find a specific needle in a haystack by grabbing a random fistful of hay. If the needle isn't in that handful, the AI guesses, often getting it wrong because it missed the crucial moment.
The New Way (VSeek):
The paper introduces VSeek, a smarter AI agent that acts more like a human detective. Instead of randomly guessing, VSeek actively "scrubs" through the video timeline. It thinks, "I need to find the part where the vase drops," and then uses natural language to search for exactly that scene. It's like having a smart assistant who knows how to use the "Find" function on a video player to jump straight to the relevant moment before answering.
The Problem: How do we teach the AI to search well?
Training an AI to be a good detective is hard. Usually, we only tell the AI if the final answer was right or wrong (like a teacher grading a test at the end). But if the AI searches for the wrong things and still gets the right answer by luck, it learns bad habits. It needs feedback on how it searched, not just the final result.
The Solution: VETL (The "Visual Unit Test")
To fix this, the authors created a system called VETL (Visual Evidence via Temporal Logic). Think of this as turning the question into a checklist or a recipe.
Breaking it down: The system takes a complex question and breaks it into tiny, undeniable facts (primitives).
- Question: "What did she put on the yogurt after pouring hot water?"
- The Checklist:
- A woman is present.
- She pours hot water.
- She spoons yogurt.
- She adds a topping.
- The topping is visible.
The Reward: When the AI searches the video, the system checks its "receipt" (the clips it found). Did it find the water pouring? Did it find the yogurt? If the AI finds the clips that match the checklist, it gets a "bonus point" (a reward), even before it gives the final answer.
This is like a video game where you get points for collecting specific items along the way, rather than just points for beating the final boss. This teaches the AI to be thorough and precise in its search.
The Results:
By using this "checklist" method to train the AI, VSeek became much better at finding the right answers in long videos.
- It improved its accuracy significantly compared to models that just guess or search randomly.
- It learned to ask better search questions (e.g., searching for "strawberry topping" instead of just "food").
- It became more efficient, looking at fewer frames overall because it knew exactly what to look for, rather than staring at the whole movie.
In Summary:
The paper presents VSeek, an AI that doesn't just watch videos passively but actively hunts for answers like a detective. To teach it how to hunt effectively, the authors invented VETL, a system that turns questions into a strict checklist of visual facts. This gives the AI immediate feedback on whether it's gathering the right evidence, leading to much smarter and more accurate answers for long videos.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.