Tracking the Truth: Object-Centric Spatio-Temporal Monitoring for Video Large Language Models
This paper introduces STEMO-Bench, a benchmark designed to rigorously evaluate spatio-temporal monitoring in video large language models by decomposing queries into sub-questions, and proposes STEMO-Track, an object-centric framework that significantly reduces hallucinations and improves reasoning consistency through explicit trajectory construction and temporal aggregation.
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 complex soccer match on TV. You ask a friend, "Did the player in the red shirt #66 pass the ball to #27 before #27 scored the goal?"
A smart computer (a Video Large Language Model) might look at the video and say, "Yes!" It gets the answer right. But here's the catch: how did it get there?
The Problem: The "Gambler" vs. The "Referee"
According to the paper, most current AI models are like gamblers. They look at the video, guess the answer based on what they've seen in movies before (like "red shirts usually score"), or they just look at one single frame where the ball is near the goal. They get the right answer by luck or by using shortcuts, but they don't actually understand the story of the game. They might think Player #66 passed the ball, even if he never touched it, because the final result was a goal.
The paper calls this "hallucination." The AI is confident, but its internal story is wrong.
The authors argue that to truly understand video, an AI needs to be like a referee or a tracker. It needs to:
- Identify the players (Object Identity).
- Watch what they do moment-by-moment (State Changes).
- Keep a running log of who did what to whom and when (Spatio-Temporal Monitoring).
The Solution Part 1: STEMO-Bench (The "Truth Test")
The researchers built a new test called STEMO-Bench. Instead of just asking the AI the final question ("Did #66 pass to #27?"), they break it down into a checklist of smaller, undeniable facts, like a detective interrogating a witness:
- Sub-question 1: "Is Player #66 wearing a red shirt?"
- Sub-question 2: "Did Player #66 actually touch the ball?"
- Sub-question 3: "Did Player #27 receive the ball?"
- Sub-question 4: "Did #27 score the goal?"
The Rule: If the AI gets the final answer "Yes" but gets any of the small questions wrong (e.g., it thinks #66 wore blue, or that #27 never touched the ball), the AI fails.
This stops the AI from guessing. It forces the AI to prove it watched the whole sequence, not just the ending.
The Solution Part 2: STEMO-Track (The "Notebook" System)
To fix the AI's bad habits, the authors created a new system called STEMO-Track.
Imagine you are trying to remember a long, chaotic movie.
- Old Way (The Black Box): You try to hold the entire movie in your head at once. You get overwhelmed, mix up characters, and forget who did what.
- STEMO-Track Way (The Notebook):
- Chunking: You break the movie into small 15-second clips.
- State Extraction: For each clip, you write down a simple note: "Player #66 has the ball. Player #27 is running."
- Aggregation (The Glue): You take all those notes and stitch them together into a single, continuous story line (a trajectory). You make sure that "Player #66" in clip 1 is the same person as "Player #66" in clip 10, even if he was hidden behind a tree for a moment.
- Retrieval: When you get a question, you don't re-watch the whole movie. You just look at your notebook (the structured story) to find the specific lines about #66 and #27.
By building this "notebook" of object trajectories first, the AI stops guessing and starts reasoning based on a solid record of events.
The Results
When they tested this new system against the best AI models available (like Gemini, GPT, and others):
- The Gamblers (Old Models): They often got the final answer right but failed the "checklist" questions. They were lucky, not smart.
- The Trackers (STEMO-Track): They got the final answer right and got every single step of the reasoning right. They didn't just guess; they tracked the truth.
The Bottom Line
The paper claims that to stop AI from making up stories about videos, we need to stop treating video as just a pile of pictures. Instead, we need to teach the AI to act like a persistent tracker that keeps a running log of who is who and what is happening, step-by-step. By testing them on the steps, not just the final answer, we can finally see if they are truly "watching" the video or just guessing.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.