paper-with-me

홈 › Papers

Do Language Models Understand Time?

2024-12-18 · Xi Ding, Lei Wang

Large language models (LLMs) have revolutionized video-based computer vision applications, including action recognition, anomaly detection, and video summarization. Videos inherently pose unique challenges, combining spatial complexity with temporal dynamics that are absent in static images or textual data. Current approaches to video understanding with LLMs often rely on pretrained video encoders to extract spatiotemporal features and text encoders to capture semantic meaning. These representations are integrated within LLM frameworks, enabling multimodal reasoning across diverse video tasks. However, the critical question persists: Can LLMs truly understand the concept of time, and how effectively can they reason about temporal relationships in videos? This work critically examines the role of LLMs in video processing, with a specific focus on their temporal reasoning capabilities. We identify key limitations in the interaction between LLMs and pretrained encoders, revealing gaps in their ability to model long-term dependencies and abstract temporal concepts such as causality and event progression. Furthermore, we analyze challenges posed by existing video datasets, including biases, lack of temporal annotations, and domain-specific limitations that constrain the temporal understanding of LLMs. To address these gaps, we explore promising future directions, including the co-evolution of LLMs and encoders, the development of enriched datasets with explicit temporal labels, and innovative architectures for integrating spatial, temporal, and semantic reasoning. By addressing these challenges, we aim to advance the temporal comprehension of LLMs, unlocking their full potential in video analysis and beyond.

📄 PDF Abstract BibTeX arXiv:2412.13845

Code (1)

Darcyddx/Video-LLM 공식 구현

Tasks

Action RecognitionAnomaly DetectionMultimodal ReasoningVideo SummarizationVideo Understanding

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

CogCompTime: A Tool for Understanding Time in Natural Language Text

2019-06-12 · Qiang Ning, Ben Zhou, Zhili Feng, Haoruo Peng 외

Automatic extraction of temporal information in text is an important component of natural language understanding. It involves two basic tasks: (1) Understanding time expressions that are mentioned explicitly in text (e.g…

Natural Language Understanding

CogCompTime: A Tool for Understanding Time in Natural Language

2018-11-01 · EMNLP 2018 11 · Qiang Ning, Ben Zhou, Zhili Feng, Haoruo Peng 외

Automatic extraction of temporal information is important for natural language understanding. It involves two basic tasks: (1) Understanding time expressions that are mentioned explicitly in text (e.g., February 27, 1998…

Natural Language UnderstandingQuestion Answering

Probing Language Models for Understanding of Temporal Expressions

2021-10-03 · EMNLP (BlackboxNLP) 2021 11 · Shivin Thukral, Kunal Kukreja, Christian Kavouras

We present three Natural Language Inference (NLI) challenge sets that can evaluate NLI models on their understanding of temporal expressions. More specifically, we probe these models for three temporal properties: (a) th…

Natural Language InferenceProbing Language ModelsRelation

Test of Time: Instilling Video-Language Models with a Sense of Time

2023-01-05 · CVPR 2023 1 · Piyush Bagad, Makarand Tapaswi, Cees G. M. Snoek

Modelling and understanding time remains a challenge in contemporary video understanding models. With language emerging as a key driver towards powerful generalization, it is imperative for foundational video-language mo…

Video-Text RetrievalVideo Understanding

LAST: LeArning to Think in Space and Time for Generalist Vision-Language Models

2025-11-24 · Shuai Wang, Daoan Zhang, Tianyi Bai, Shitong Shao 외 arxiv

Humans can perceive and understand 3D space and long videos from sequential visual observations. But do vision-language models (VLMs) can? Recent work demonstrates that even state-of-the-art VLMs still struggle to unders…