TimeBlind: A Spatio-Temporal Compositionality Benchmark for Video LLMs
Baiqi Li, Kangyi Zhao, Ce Zhang, Chancharik Mitra, Jean de Dieu Nyandwi, Gedas Bertasius
TL;DR
TimeBlind tackles the brittleness of temporal understanding in video-language models by introducing a diagnostic, minimal-pairs benchmark that isolates temporal structure from static content and language priors. It organizes temporal reasoning into a cognitive taxonomy of Events, Event Attributes, and Structural Event Logic, including all 13 Allen interval relations and supporting causal and cross-event reasoning. Evaluations across 20 state-of-the-art MLLMs on 2,400 QA pairs reveal a large gap to human performance, with the best Instance Accuracy around 48% and humans near 98%, indicating models rely on static shortcuts rather than genuine temporal dynamics. The work provides data, code, and a principled framework to advance temporally aware video understanding and to guide the development of next-generation video-language systems.
Abstract
Fine-grained spatio-temporal understanding is essential for video reasoning and embodied AI. Yet, while Multimodal Large Language Models (MLLMs) master static semantics, their grasp of temporal dynamics remains brittle. We present TimeBlind, a diagnostic benchmark for compositional spatio-temporal understanding. Inspired by cognitive science, TimeBlind categorizes fine-grained temporal understanding into three levels: recognizing atomic events, characterizing event properties, and reasoning about event interdependencies. Unlike benchmarks that conflate recognition with temporal reasoning, TimeBlind leverages a minimal-pairs paradigm: video pairs share identical static visual content but differ solely in temporal structure, utilizing complementary questions to neutralize language priors. Evaluating over 20 state-of-the-art MLLMs (e.g., GPT-5, Gemini 3 Pro) on 600 curated instances (2400 video-question pairs), reveals that the Instance Accuracy (correctly distinguishing both videos in a pair) of the best performing MLLM is only 48.2%, far below the human performance (98.2%). These results demonstrate that even frontier models rely heavily on static visual shortcuts rather than genuine temporal logic, positioning TimeBlind as a vital diagnostic tool for next-generation video understanding. Dataset and code are available at https://baiqi-li.github.io/timeblind_project/ .
