Table of Contents
Fetching ...

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/ .

TimeBlind: A Spatio-Temporal Compositionality Benchmark for Video LLMs

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/ .
Paper Structure (19 sections, 10 figures, 7 tables)

This paper contains 19 sections, 10 figures, 7 tables.

Figures (10)

  • Figure 1: An example video pair that shares identical static visual content but differs solely in motion dynamics. The top video shows a person shaking a cup while making coffee, while the bottom video shows them holding it still. Even the most advanced models like GPT-5 and Gemini 3 Pro fail to distinguish the actions in the video pair.
  • Figure 2: TimeBlind Taxonomy and Statistics.Left: We structure the evaluation into 11 fine-grained spatio-temporal compositional categories spanning three high-level aspects: Atomic Events (what changes), Parametric Event Attributes (how it changes), and Structural Event Logic (how events compose). Top Right: Distribution of video lengths across the benchmark, showing that most videos fall within the 0--15 seconds. Bottom Right: Distribution of question word counts, indicating that most questions are under 30 words. Overall, our benchmark features a structured taxonomy with diverse categories while maintaining short videos and concise questions.
  • Figure 3: Overview of the TimeBlind data construction pipeline.Stage 1 (Schema Generation): We prompt GPT-5 to generate paired complementary questions targeting temporal differences. Stage 2 (Video Acquisition): We collect one video pair that matches the generated schema from one of the following sources: (i) Retrieving videos from the internet, (ii) Recording videos with humans, or (iii) Generating videos via simulation (e.g., Unity). We then pair these videos with the questions to form a candidate TimeBlind instance. Stage 3 (Manual Review): Human annotators manually review each instance to ensure: (i) Static Consistency (videos share identical static content), (ii) Temporal Minimality (the pair differs only in the targeted temporal factor), and (iii) Question Validity (QA pairs are clear and correct).
  • Figure 4: Failure Case 1
  • Figure 5: Failure Case 2
  • ...and 5 more figures