paper-with-me

Papers

ActionCLIP: A New Paradigm for Video Action Recognition

2021-09-17 · Mengmeng Wang, Jiazheng Xing, Yong liu

The canonical approach to video action recognition dictates a neural model to do a classic and standard 1-of-N majority vote task. They are trained to predict a fixed set of predefined categories, limiting their transferable ability on new datasets with unseen concepts. In this paper, we provide a new perspective on action recognition by attaching importance to the semantic information of label texts rather than simply mapping them into numbers. Specifically, we model this task as a video-text matching problem within a multimodal learning framework, which strengthens the video representation with more semantic language supervision and enables our model to do zero-shot action recognition without any further labeled data or parameters requirements. Moreover, to handle the deficiency of label texts and make use of tremendous web data, we propose a new paradigm based on this multimodal learning framework for action recognition, which we dub "pre-train, prompt and fine-tune". This paradigm first learns powerful representations from pre-training on a large amount of web image-text or video-text data. Then it makes the action recognition task to act more like pre-training problems via prompt engineering. Finally, it end-to-end fine-tunes on target datasets to obtain strong performance. We give an instantiation of the new paradigm, ActionCLIP, which not only has superior and flexible zero-shot/few-shot transfer ability but also reaches a top performance on general action recognition task, achieving 83.8% top-1 accuracy on Kinetics-400 with a ViT-B/16 as the backbone. Code is available at https://github.com/sallymmx/ActionCLIP.git

📄 PDF Abstract BibTeX arXiv:2109.08472

Code (2)

sallymmx/actionclip 공식 구현 pytorch
towhee-io/towhee pytorch

Tasks

Action ClassificationAction RecognitionAction Recognition In VideosPrompt EngineeringTemporal Action LocalizationText MatchingZero-Shot Action Recognition

Similar Papers 제목 키워드 기반

Co-training Transformer with Videos and Images Improves Action Recognition

2021-12-14 · BoWen Zhang, Jiahui Yu, Christopher Fifty, Wei Han 외

In learning action recognition, models are typically pre-trained on object recognition with images, such as ImageNet, and later fine-tuned on target action recognition with videos. This approach has achieved good empiric…

Action ClassificationAction RecognitionAction Recognition In VideosObject Recognition+1

Multi-Task Learning of Generalizable Representations for Video Action Recognition

2018-11-20 · Zhiyu Yao, Yunbo Wang, Mingsheng Long, Jian-Min Wang 외

In classic video action recognition, labels may not contain enough information about the diverse video appearance and dynamics, thus, existing models that are trained under the standard supervised learning paradigm may e…

Action RecognitionMulti-Task LearningOptical Flow EstimationTemporal Action Localization+2

View while Moving: Efficient Video Recognition in Long-untrimmed Videos

2023-08-09 · Ye Tian, Mengyu Yang, Lanshan Zhang, Zhizhen Zhang 외

Recent adaptive methods for efficient video recognition mostly follow the two-stage paradigm of "preview-then-recognition" and have achieved great success on multiple video benchmarks. However, this two-stage paradigm in…

Video Recognition

EAN: Event Adaptive Network for Enhanced Action Recognition

2021-07-22 · Yuan Tian, Yichao Yan, Guangtao Zhai, Guodong Guo 외

Efficiently modeling spatial-temporal information in videos is crucial for action recognition. To achieve this goal, state-of-the-art methods typically employ the convolution operator and the dense interaction modules su…

Action Recognition

Are current long-term video understanding datasets long-term?

2023-08-22 · Ombretta Strafforello, Klamer Schutte, Jan van Gemert

Many real-world applications, from sport analysis to surveillance, benefit from automatic long-term action recognition. In the current deep learning paradigm for automatic action recognition, it is imperative that models…

Action RecognitionVideo Understanding