MLLMs Know When Before Speaking: Revealing and Recovering Temporal Grounding via Attention Cues
This paper reveals that Multimodal Large Language Models possess latent temporal grounding capabilities in their prefill attention but fail to utilize them during generation, prompting a training-free inference framework that extracts these attention cues to restrict visual context and significantly improve video temporal grounding performance.
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 "Know-It-All" Who Forgets
Imagine you have a very smart, well-traveled friend (a Multimodal Large Language Model, or MLLM) who can describe a video perfectly. You show them a video of a man fixing a car and ask, "When does he start tightening the bolt?"
Your friend looks at the whole video, thinks for a second, and says, "Oh, that happens between 2:00 and 2:30." But they are wrong. The bolt was actually tightened between 1:10 and 1:20.
The researchers in this paper discovered something surprising: Your friend actually did know the right time, but they forgot it by the time they spoke.
The Discovery: The "Internal GPS" vs. The "Noisy Room"
The team peered inside the model's "brain" (its attention mechanism) and found a split personality:
- The "Prefill" Phase (Reading the Menu): When the model first reads the question and scans the video, a tiny, special group of neurons (called Temporal Grounding Heads) acts like a laser-focused GPS. It locks onto the exact seconds where the action happens. At this moment, the model is 100% sure of the answer.
- The "Decoding" Phase (Ordering the Meal): As the model starts typing out its answer word-by-word, it gets distracted. It forgets the GPS signal and starts looking at the most visually loud parts of the video. If the video has a bright red car in the background, the model might get confused and say, "Oh, the action must be when the red car is visible!" even if the red car has nothing to do with the bolt.
The Analogy: Imagine you are in a crowded, noisy room (the video). You spot your friend (the event) clearly for a split second. But then, a loud band starts playing (distractors), and your friend gets lost in the crowd. By the time you try to tell someone where your friend is, you point to the band instead.
The Solution: "Read, Then Re-Speak"
The authors didn't try to retrain the model (which is expensive and slow). Instead, they built a clever "inference-time framework" that acts like a smart editor.
Here is how their two-step process works:
Step 1: The "Sniff Test" (Read)
Before the model is allowed to give its final answer, the system checks the "GPS signal" from those special neurons during the reading phase.
- It asks: "Did the model actually find the right spot?"
- If the model seems confident and the GPS signal matches the answer, it just lets the model speak.
- If the model seems confused or the GPS signal is weak, the system says, "Stop! You're getting distracted."
Step 2: The "Focus Filter" (Re-Speak)
If the model is confused, the system intervenes. It takes the video and cuts out everything except the specific time interval the GPS signal pointed to.
- Hard Crop: It physically cuts the video clip to just those few seconds and asks the model to look at it again.
- Soft Mask: It keeps the whole video but puts a "blindfold" over the distracting parts so the model can only "see" the relevant seconds.
Now, with the noise removed, the model looks at the video again. Because the distractions are gone, it can't get confused. It re-reads the question and gives a much more accurate answer.
The Results: "Magic" Without Training
The paper tested this on several different AI models (like Qwen3-VL and MiMo-VL).
- No New Training: They didn't have to teach the models anything new. They just changed how the models were asked to answer.
- Better Accuracy: The models became significantly better at finding the right time. For example, on one test, the accuracy jumped by 3.5 points, which is a huge deal in this field.
- General Use: It worked on general-purpose models (which aren't usually good at this) and even on models that were already trained specifically for this task.
Summary
The paper proves that AI models often have the right answer hidden inside them, but they lose it because the video is too noisy and distracting. By using a "Read, Then Re-Speak" strategy—checking the model's internal focus first, then removing the distractions—the researchers helped the models remember what they already knew, making them much better at telling us when things happen.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.