paper-with-me

홈 › Papers

Zero-Shot Temporal Action Detection via Vision-Language Prompting

2022-07-17 · Sauradip Nag, Xiatian Zhu, Yi-Zhe Song, Tao Xiang

Existing temporal action detection (TAD) methods rely on large training data including segment-level annotations, limited to recognizing previously seen classes alone during inference. Collecting and annotating a large training set for each class of interest is costly and hence unscalable. Zero-shot TAD (ZS-TAD) resolves this obstacle by enabling a pre-trained model to recognize any unseen action classes. Meanwhile, ZS-TAD is also much more challenging with significantly less investigation. Inspired by the success of zero-shot image classification aided by vision-language (ViL) models such as CLIP, we aim to tackle the more complex TAD task. An intuitive method is to integrate an off-the-shelf proposal detector with CLIP style classification. However, due to the sequential localization (e.g, proposal generation) and classification design, it is prone to localization error propagation. To overcome this problem, in this paper we propose a novel zero-Shot Temporal Action detection model via Vision-LanguagE prompting (STALE). Such a novel design effectively eliminates the dependence between localization and classification by breaking the route for error propagation in-between. We further introduce an interaction mechanism between classification and localization for improved optimization. Extensive experiments on standard ZS-TAD video benchmarks show that our STALE significantly outperforms state-of-the-art alternatives. Besides, our model also yields superior results on supervised TAD over recent strong competitors. The PyTorch implementation of STALE is available at https://github.com/sauradip/STALE.

📄 PDF Abstract BibTeX arXiv:2207.08184

Code (1)

sauradip/stale 공식 구현 pytorch

Tasks

Action DetectionClassificationimage-classificationImage ClassificationZero-Shot Action DetectionZero-Shot Image Classification

Methods 이 논문이 사용한 방법론

CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

Training-Free Zero-Shot Temporal Action Detection with Vision-Language Models

2025-01-23 · Chaolei Han, Hongsong Wang, Jidong Kuang, Lei Zhang 외

Existing zero-shot temporal action detection (ZSTAD) methods predominantly use fully supervised or unsupervised strategies to recognize unseen activities. However, these training-based methods are prone to domain shifts …

Action DetectionPseudo LabelTest-time Adaptation

ZEETAD: Adapting Pretrained Vision-Language Model for Zero-Shot End-to-End Temporal Action Detection

2023-11-01 · Thinh Phan, Khoa Vo, Duy Le, Gianfranco Doretto 외

Temporal action detection (TAD) involves the localization and classification of action instances within untrimmed videos. While standard TAD follows fully supervised learning with closed-set setting on large training dat…

Action DetectionClassificationLanguage ModelingLanguage Modelling+2

Context-Aware Zero-Shot Anomaly Detection in Surveillance Using Contrastive and Predictive Spatiotemporal Modeling

2025-08-25 · Md. Rashid Shahriar Khan, Md. Abrar Hasan, Mohammod Tareq Aziz Justice arxiv

Detecting anomalies in surveillance footage is inherently challenging due to their unpredictable and context-dependent nature. This work introduces a novel context-aware zero-shot anomaly detection framework that identif…

Anomaly Detection

OZ-TAL: Online Zero-Shot Temporal Action Localization

2026-05-11 · Chaolei Han, Hongsong Wang, Xin Gong, Jie Gui arxiv

Online Temporal Action Localization (On-TAL) aims to detect the occurrence time and category of actions in untrimmed streaming videos immediately upon their completion. Recent advancements in this field focus on developi…

Temporal Action LocalizationOnline Action Detection

Exploring Vision-Language Models for Open-Vocabulary Zero-Shot Action Segmentation

2026-02-24 · Asim Unmesh, Kaki Ramesh, Mayank Patel, Rahul Jain 외 arxiv

Temporal Action Segmentation (TAS) requires dividing videos into action segments, yet the vast space of activities and alternative breakdowns makes collecting comprehensive datasets infeasible. Existing methods remain li…

Action Segmentation