paper-with-me

Papers

Few-shot Action Recognition with Prototype-centered Attentive Learning

2021-01-20 · Xiatian Zhu, Antoine Toisoul, Juan-Manuel Perez-Rua, Li Zhang, Brais Martinez, Tao Xiang

Few-shot action recognition aims to recognize action classes with few training samples. Most existing methods adopt a meta-learning approach with episodic training. In each episode, the few samples in a meta-training task are split into support and query sets. The former is used to build a classifier, which is then evaluated on the latter using a query-centered loss for model updating. There are however two major limitations: lack of data efficiency due to the query-centered only loss design and inability to deal with the support set outlying samples and inter-class distribution overlapping problems. In this paper, we overcome both limitations by proposing a new Prototype-centered Attentive Learning (PAL) model composed of two novel components. First, a prototype-centered contrastive learning loss is introduced to complement the conventional query-centered learning objective, in order to make full use of the limited training samples in each episode. Second, PAL further integrates a hybrid attentive learning mechanism that can minimize the negative impacts of outliers and promote class separation. Extensive experiments on four standard few-shot action benchmarks show that our method clearly outperforms previous state-of-the-art methods, with the improvement particularly significant (10+\%) on the most challenging fine-grained action recognition benchmark.

📄 PDF Abstract BibTeX arXiv:2101.08085

Code (1)

tobyperrett/few-shot-action-recognition pytorch

Tasks

Action RecognitionContrastive LearningFew-Shot action recognitionFew Shot Action RecognitionFine-grained Action RecognitionMeta-Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

TARN: Temporal Attentive Relation Network for Few-Shot and Zero-Shot Action Recognition

2019-07-21 · Mina Bishay, Georgios Zoumpourlis, Ioannis Patras

In this paper we propose a novel Temporal Attentive Relation Network (TARN) for the problems of few-shot and zero-shot action recognition. At the heart of our network is a meta-learning approach that learns to compare re…

Action RecognitionFew-Shot action recognitionFew Shot Action RecognitionMeta-Learning+4

Attentive Prototype Few-shot Learning with Capsule Network-based Embedding

2020-08-01 · ECCV 2020 8 · Fang-Yu Wu, Jeremy S. Smith, Wenjin Lu, Chaoyi Pang 외

Few-shot learning, namely recognizing novel categories with a very small amount of training examples, is a challenging area of machine learning research. Traditional deep learning methods require massive training data to…

ClassificationFew-Shot LearningGeneral ClassificationTriplet

Universal Prototype Transport for Zero-Shot Action Recognition and Localization

2022-03-08 · Pascal Mettes

This work addresses the problem of recognizing action categories in videos when no training examples are available. The current state-of-the-art enables such a zero-shot recognition by learning universal mappings from vi…

Action RecognitionObjectPositionTemporal Localization+3

Multimodal Prototype-Enhanced Network for Few-Shot Action Recognition

2022-12-09 · Xinzhe Ni, Yong liu, Hao Wen, Yatai Ji 외

Current methods for few-shot action recognition mainly fall into the metric learning framework following ProtoNet, which demonstrates the importance of prototypes. Although they achieve relatively good performance, the e…

Action RecognitionFew-Shot action recognitionFew Shot Action RecognitionMetric Learning

Contrastive Prototype Learning with Augmented Embeddings for Few-Shot Learning

2021-01-23 · Yizhao Gao, Nanyi Fei, Guangzhen Liu, Zhiwu Lu 외

Most recent few-shot learning (FSL) methods are based on meta-learning with episodic training. In each meta-training episode, a discriminative feature embedding and/or classifier are first constructed from a support set …

Few-Shot LearningMeta-Learning