A Matter of Time: Revealing the Structure of Time in Vision-Language Models
Nidham Tekaya, Manuela Waldner, Matthias Zeppelzauer
TL;DR
This work investigates whether large vision-language models implicitly encode temporal information about objects and events. It introduces TIME10k, a temporally annotated image dataset, and a three-pronged framework to probe time, analyze embedding-space structure, and model an explicit timeline from VLM embeddings. The authors demonstrate that temporal information lies on a low-dimensional, non-linear manifold and present two timeline extraction methods—UMAP-based projection and Bézier-curve representation—achieving competitive or superior accuracy with improved efficiency compared to prompt-based baselines. The findings highlight the potential for rapid, scalable temporal reasoning in multimodal models and suggest broader implications for ordinal reasoning tasks in AI.
Abstract
Large-scale vision-language models (VLMs) such as CLIP have gained popularity for their generalizable and expressive multimodal representations. By leveraging large-scale training data with diverse textual metadata, VLMs acquire open-vocabulary capabilities, solving tasks beyond their training scope. This paper investigates the temporal awareness of VLMs, assessing their ability to position visual content in time. We introduce TIME10k, a benchmark dataset of over 10,000 images with temporal ground truth, and evaluate the time-awareness of 37 VLMs by a novel methodology. Our investigation reveals that temporal information is structured along a low-dimensional, non-linear manifold in the VLM embedding space. Based on this insight, we propose methods to derive an explicit ``timeline'' representation from the embedding space. These representations model time and its chronological progression and thereby facilitate temporal reasoning tasks. Our timeline approaches achieve competitive to superior accuracy compared to a prompt-based baseline while being computationally efficient. All code and data are available at https://tekayanidham.github.io/timeline-page/.
