Accuracy Without Grounding
Diagnosing Visual Dependency Dissociation in Video LLM Benchmarks
A four-condition diagnostic ladder
We re-ask every benchmark question under four visual conditions and watch where the answer breaks. If nothing breaks, the video was never needed.
Original
The full, untouched video — the benchmark as intended.
Single frame
One frame, repeated. Removes motion & time, keeps a snapshot.
Shuffled
Every frame present, order scrambled. Isolates temporal order.
Black screen
No visual input at all. Surviving accuracy is pure language prior.
Ordering the four gives a diagnostic ladder: black ≤ single frame ≤ shuffled ≤ original.
See it for yourself
Each clip is what the model actually saw. The chip under every video is its real Qwen2-VL-7B answer for that condition — green = correct, red = wrong.
8-second, down-sampled excerpts of Video-MME clips. Predictions are the verbatim outputs in
results/videomme/.
The Visual Dependency Gap, by task and model
VDG by task type Qwen2-VL-7B · Video-MME 600-Q
Temporal Reasoning collapses to VDG 0.045 — statistically indistinguishable from ignoring the video.
Accuracy ≠ grounding selected models
| Model | Orig. | Black | VDG |
|---|
Higher accuracy does not buy higher VDG; InternVL2-76B even goes negative.
BibTeX
@inproceedings{lee2026accuracy,
title = {Accuracy Without Grounding: Diagnosing Visual Dependency
Dissociation in Video LLM Benchmarks},
author = {Lee, Jae Joong},
booktitle = {Proceedings of the 34th ACM International Conference on Multimedia (MM '26)},
year = {2026},
publisher = {ACM}
}