What Happens When: Learning Temporal Orders of Events in Videos
Daechul Ahn, Yura Choi, Hyeonbeom Choi, Seongwon Cho, San Kim, Jonghyun Choi
TL;DR
VLMM benchmarks may overstate temporal understanding due to priors, so the authors introduce VECTOR to explicitly test event-order reasoning with synthetic multi-event videos. They show that current models rely heavily on plausible priors, not genuine temporal cues, and propose MECoT to improve temporal reasoning through event-level instruction fine-tuning plus inference-time Chain-of-Thought. Vector demonstrates strong diagnostic power for both event- and pattern-level temporal understanding, and MECoT yields consistent gains on VECTOR and existing benchmarks, indicating practical improvements in temporal comprehension. The work suggests that explicit temporal reasoning mechanisms are essential for reliable video understanding in VLMMs and provides datasets, prompts, and training strategies to advance this capability.
Abstract
Video Large Multimodal Models (VLMMs) have shown impressive performance in video understanding, yet their ability to accurately capture the temporal order of multiple events remains underexplored. We interestingly observe that, even when video frames are scrambled, models perform very well on the existing benchmarks by comprehensive experiments. This implies that VLMMs may not necessarily rely on accurate sequential processing of visual events, but instead depend on prior knowledge of typical scenarios to answer the question. To benchmark temporal understanding capabilities in VLMMs, we propose VECTOR, designed to explicitly assess a model's ability to identify the temporal order of events. On this benchmark, we observe that various VLMMs often fail to understand the orders of events. To address this, we propose MECOT (Multi-Event instruction fine-tuning with Chain-of-Thought), which (1) trains models on detailed, event-by-event video descriptions and (2) using chain-of-thought prompts at inference to enhance temporal awareness. MECOT outperforms prior arts on VECTOR as well as improving performance on existing video benchmarks, implying effectiveness of temporal understanding. We release our code, model and datasets.
