CVAICLLGMMNov 27, 2022

Multi-Modal Few-Shot Temporal Action Detection

arXiv:2211.14905v28 citationsh-index: 73Has Code
Originality Incremental advance
AI Analysis

This work addresses the challenge of scaling action detection to new classes with minimal data, which is important for video analysis applications, but it is incremental as it builds on existing few-shot and zero-shot methods.

The paper tackles the problem of temporal action detection for new classes by introducing a multi-modal few-shot approach that leverages both support videos and class names, achieving state-of-the-art performance on ActivityNetv1.3 and THUMOS14, often by large margins, and also extends effectively to few-shot object detection on MS-COCO.

Few-shot (FS) and zero-shot (ZS) learning are two different approaches for scaling temporal action detection (TAD) to new classes. The former adapts a pretrained vision model to a new task represented by as few as a single video per class, whilst the latter requires no training examples by exploiting a semantic description of the new class. In this work, we introduce a new multi-modality few-shot (MMFS) TAD problem, which can be considered as a marriage of FS-TAD and ZS-TAD by leveraging few-shot support videos and new class names jointly. To tackle this problem, we further introduce a novel MUlti-modality PromPt mETa-learning (MUPPET) method. This is enabled by efficiently bridging pretrained vision and language models whilst maximally reusing already learned capacity. Concretely, we construct multi-modal prompts by mapping support videos into the textual token space of a vision-language model using a meta-learned adapter-equipped visual semantics tokenizer. To tackle large intra-class variation, we further design a query feature regulation scheme. Extensive experiments on ActivityNetv1.3 and THUMOS14 demonstrate that our MUPPET outperforms state-of-the-art alternative methods, often by a large margin. We also show that our MUPPET can be easily extended to tackle the few-shot object detection problem and again achieves the state-of-the-art performance on MS-COCO dataset. The code will be available in https://github.com/sauradip/MUPPET

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes