paper-with-me

Papers

Few-shot Action Recognition with Captioning Foundation Models

2023-10-16 · Xiang Wang, Shiwei Zhang, Hangjie Yuan, Yingya Zhang, Changxin Gao, Deli Zhao, Nong Sang

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.

📄 PDF Abstract BibTeX arXiv:2310.10125

Code (0)

등록된 구현이 없습니다.

Tasks

Action RecognitionFew-Shot action recognitionFew Shot Action Recognition

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Residual Connection 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.

Similar Papers 제목 키워드 기반

Analyzing Zero-Shot Abilities of Vision-Language Models on Video Understanding Tasks

2023-10-07 · Avinash Madasu, Anahita Bhiwandiwalla, Vasudev Lal

Foundational multimodal models pre-trained on large scale image-text pairs or video-text pairs or both have shown strong generalization abilities on downstream tasks. However unlike image-text models, pretraining video-t…

Action RecognitionMultiple-choiceQuestion AnsweringTemporal Action Localization+4

Zero-shot audio captioning with audio-language model guidance and audio context keywords

2023-11-14 · Leonard Salewski, Stefan Fauth, A. Sophia Koepke, Zeynep Akata

Zero-shot audio captioning aims at automatically generating descriptive textual captions for audio content without prior training for this task. Different from speech recognition which translates audio content that conta…

Audio captioningDescriptiveImage CaptioningLanguage Modeling+5

ZSE-Cap: A Zero-Shot Ensemble for Image Retrieval and Prompt-Guided Captioning

2025-07-28 · Duc-Tai Dinh, Duc Anh Khoa Dinh arxiv

We present ZSE-Cap (Zero-Shot Ensemble for Captioning), our 4th place system in Event-Enriched Image Analysis (EVENTA) shared task on article-grounded image retrieval and captioning. Our zero-shot approach requires no fi…

Image Retrieval

ReGen: A good Generative Zero-Shot Video Classifier Should be Rewarded

2023-01-01 · ICCV 2023 1 · Adrian Bulat, Enrique Sanchez, Brais Martinez, Georgios Tzimiropoulos

This paper sets out to solve the following problem: How can we turn a generative video captioning model into an open-world video/action classification model? Video captioning models can naturally produce open-ended f…

Action ClassificationAction RecognitionDescriptivereinforcement-learning+2

MAtch, eXpand and Improve: Unsupervised Finetuning for Zero-Shot Action Recognition with Language Knowledge

2023-03-15 · ICCV 2023 1 · Wei Lin, Leonid Karlinsky, Nina Shvetsova, Horst Possegger 외

Large scale Vision-Language (VL) models have shown tremendous success in aligning representations between visual and text modalities. This enables remarkable progress in zero-shot recognition, image generation & editing,…

Action RecognitionFew-Shot action recognitionFew Shot Action RecognitionImage Generation+4