Search papers, labs, and topics across Lattice.
This paper introduces TEGU, a zero-shot temporal action localization (ZS-TAL) method that leverages large language models and structured text from captions to compensate for the lack of training data supervision. TEGU enhances fine-grained action discrimination by providing richer linguistic context about action differences within videos. Experiments on THUMOS14 and ActivityNet-v1.3 demonstrate that TEGU outperforms existing ZS-TAL methods that do not involve training.
Skip the labeled data: TEGU uses LLM-derived textual information to achieve state-of-the-art zero-shot temporal action localization.
Zero-shot temporal action localization (ZS-TAL) consists of classifying and localizing actions in untrimmed videos, where action classes are unseen at training time. Existing work uses Vision and Language Models (VLMs), taking advantage of their strong zero-shot transfer capabilities. Yet, these models face evident challenges with fine-grained action classification, making it difficult to directly use them to distinguish between the presence and absence of an action. Most current methods for ZS-TAL address these challenges by training models on large-scale video datasets, which require annotated data and often result in limited generalization performance. Recently, approaches discarding the use of labeled data have emerged as an alternative. Following this direction, we propose a novel approach, ``Textual Guidance for finer localization of actions in videos'' (TEGU), that compensates for the lack of supervision from training data by exploiting rich textual information derived from large language models and structured text extracted from captions. This additional linguistic context can improve fine-grained discrimination by providing richer cues about fine-grained action differences within videos. We validate the effectiveness of the proposed method by conducting experiments on the THUMOS14 and the ActivityNet-v1.3 datasets. Our results show that, by exploiting rich textual information for improved action localization, TEGU outperforms state-of-the-art ZS-TAL approaches that do not involve training