Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Zero-Shot Temporal Action Detection via Vision-Language Prompting

About

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.

Sauradip Nag, Xiatian Zhu, Yi-Zhe Song, Tao Xiang• 2022

Related benchmarks

TaskDatasetResultRank
Temporal Action LocalizationActivityNet 1.3 (val)
AP@0.556.5
257
Temporal Action LocalizationTHUMOS14 v1.0 (50%-50%)
mAP (Avg)22.2
17
Temporal Action LocalizationActivityNet 1.3 (50%-50%)
Avg mAP20.5
17
Temporal Action LocalizationActivityNet 1.3 (75%-25%)
mAP@0.5038.2
9
Detour window localizationDetours (test)
R@1 (IoU 0.3)12.1
9
Temporal Action LocalizationTHUMOS14 v1.0 (75%-25%)
mAP@0.340.5
8
Temporal Action LocalizationActivityNet Zero-shot 50% Seen 50% Unseen v1.3
mAP@0.5IoU32.1
5
Temporal Action LocalizationActivityNet Zero-shot 75% Seen 25% Unseen v1.3
mAP@0.5IoU38.2
5
Showing 8 of 8 rows

Other info

Follow for update