English

Few-shot Action Recognition with Captioning Foundation Models

Computer Vision and Pattern Recognition 2023-10-17 v1

Abstract

Transferring vision-language knowledge from pretrained multimodal foundation models to various downstream tasks is a promising direction. However, most current few-shot action recognition methods are still limited to a single visual modality input due to the high cost of annotating additional textual descriptions. In this paper, we develop an effective plug-and-play framework called CapFSAR to exploit the knowledge of multimodal models without manually annotating text. To be specific, we first utilize a captioning foundation model (i.e., BLIP) to extract visual features and automatically generate associated captions for input videos. Then, we apply a text encoder to the synthetic captions to obtain representative text embeddings. Finally, a visual-text aggregation module based on Transformer is further designed to incorporate cross-modal spatio-temporal complementary information for reliable few-shot matching. In this way, CapFSAR can benefit from powerful multimodal knowledge of pretrained foundation models, yielding more comprehensive classification in the low-shot regime. Extensive experiments on multiple standard few-shot benchmarks demonstrate that the proposed CapFSAR performs favorably against existing methods and achieves state-of-the-art performance. The code will be made publicly available.

Keywords

Cite

@article{arxiv.2310.10125,
  title  = {Few-shot Action Recognition with Captioning Foundation Models},
  author = {Xiang Wang and Shiwei Zhang and Hangjie Yuan and Yingya Zhang and Changxin Gao and Deli Zhao and Nong Sang},
  journal= {arXiv preprint arXiv:2310.10125},
  year   = {2023}
}
R2 v1 2026-06-28T12:51:35.000Z