paper-with-me

홈 › Papers

Few-Shot Open-Set Recognition using Meta-Learning

2020-05-27 · CVPR 2020 6 · Bo Liu, Hao Kang, Haoxiang Li, Gang Hua, Nuno Vasconcelos

The problem of open-set recognition is considered. While previous approaches only consider this problem in the context of large-scale classifier training, we seek a unified solution for this and the low-shot classification setting. It is argued that the classic softmax classifier is a poor solution for open-set recognition, since it tends to overfit on the training classes. Randomization is then proposed as a solution to this problem. This suggests the use of meta-learning techniques, commonly used for few-shot classification, for the solution of open-set recognition. A new oPen sEt mEta LEaRning (PEELER) algorithm is then introduced. This combines the random selection of a set of novel classes per episode, a loss that maximizes the posterior entropy for examples of those classes, and a new metric learning formulation based on the Mahalanobis distance. Experimental results show that PEELER achieves state of the art open set recognition performance for both few-shot and large-scale recognition. On CIFAR and miniImageNet, it achieves substantial gains in seen/unseen class detection AUROC for a given seen-class classification accuracy.

📄 PDF Abstract BibTeX arXiv:2005.13713

Code (1)

BoLiu-SVCL/meta-open pytorch

Tasks

ClassificationGeneral ClassificationMeta-LearningMetric LearningOpen Set Learning

Methods 이 논문이 사용한 방법론

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$…

Similar Papers 제목 키워드 기반

Reconstruction guided Meta-learning for Few Shot Open Set Recognition

2021-07-31 · Sayak Nag, Dripta S. Raychaudhuri, Sujoy Paul, Amit K. Roy-Chowdhury

In many applications, we are constrained to learn classifiers from very limited data (few-shot classification). The task becomes even more challenging if it is also required to identify samples from unknown categories (o…

ClassificationMeta-Learningopen-set classificationOpen Set Learning

Unlocking Transfer Learning for Open-World Few-Shot Recognition

2024-11-15 · Byeonggeun Kim, JunTae Lee, Kyuhong Shim, Simyung Chang

Few-Shot Open-Set Recognition (FSOSR) targets a critical real-world challenge, aiming to categorize inputs into known categories, termed closed-set classes, while identifying open-set inputs that fall outside these class…

Meta-LearningOpen Set LearningTransfer Learning

Meta-Album: Multi-domain Meta-Dataset for Few-Shot Image Classification

2023-02-16 · NeurIPS 2022 9 · Ihsan Ullah, Dustin Carrión-Ojeda, Sergio Escalera, Isabelle Guyon 외

We introduce Meta-Album, an image classification meta-dataset designed to facilitate few-shot learning, transfer learning, meta-learning, among other tasks. It includes 40 open datasets, each having at least 20 classes w…

Few-Shot Image ClassificationFew-Shot Learningimage-classificationImage Classification+4

Meta-Adapter: An Online Few-shot Learner for Vision-Language Model

2023-11-07 · NeurIPS 2023 11 · Cheng Cheng, Lin Song, Ruoyi Xue, Hang Wang 외

The contrastive vision-language pre-training, known as CLIP, demonstrates remarkable potential in perceiving open-world visual concepts, enabling effective zero-shot image recognition. Nevertheless, few-shot learning met…

Few-Shot Learningimage-classificationImage ClassificationLanguage Modeling+5

Unsupervised Few-Shot Action Recognition via Action-Appearance Aligned Meta-Adaptation

2021-09-30 · ICCV 2021 10 · Jay Patravali, Gaurav Mittal, Ye Yu, Fuxin Li 외

We present MetaUVFS as the first Unsupervised Meta-learning algorithm for Video Few-Shot action recognition. MetaUVFS leverages over 550K unlabeled videos to train a two-stream 2D and 3D CNN architecture via contrastive …

Action RecognitionContrastive LearningFew-Shot action recognitionFew Shot Action Recognition+1