English

Multi-Modal Few-Shot Temporal Action Detection

Computer Vision and Pattern Recognition 2023-03-28 v2 Artificial Intelligence Computation and Language Machine Learning Multimedia

Abstract

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

Keywords

Cite

@article{arxiv.2211.14905,
  title  = {Multi-Modal Few-Shot Temporal Action Detection},
  author = {Sauradip Nag and Mengmeng Xu and Xiatian Zhu and Juan-Manuel Perez-Rua and Bernard Ghanem and Yi-Zhe Song and Tao Xiang},
  journal= {arXiv preprint arXiv:2211.14905},
  year   = {2023}
}

Comments

Technical Report

R2 v1 2026-06-28T07:14:08.108Z