paper-with-me

Papers

Meta-Learning for Semi-Supervised Few-Shot Classification

2018-03-02 · ICLR 2018 1 · Mengye Ren, Eleni Triantafillou, Sachin Ravi, Jake Snell, Kevin Swersky, Joshua B. Tenenbaum, Hugo Larochelle, Richard S. Zemel

In few-shot classification, we are interested in learning algorithms that train a classifier from only a handful of labeled examples. Recent progress in few-shot classification has featured meta-learning, in which a parameterized model for a learning algorithm is defined and trained on episodes representing different classification problems, each with a small labeled training set and its corresponding test set. In this work, we advance this few-shot classification paradigm towards a scenario where unlabeled examples are also available within each episode. We consider two situations: one where all unlabeled examples are assumed to belong to the same set of classes as the labeled examples of the episode, as well as the more challenging situation where examples from other distractor classes are also provided. To address this paradigm, we propose novel extensions of Prototypical Networks (Snell et al., 2017) that are augmented with the ability to use unlabeled examples when producing prototypes. These models are trained in an end-to-end way on episodes, to learn to leverage the unlabeled examples successfully. We evaluate these methods on versions of the Omniglot and miniImageNet benchmarks, adapted to this new framework augmented with unlabeled examples. We also propose a new split of ImageNet, consisting of a large set of classes, with a hierarchical structure. Our experiments confirm that our Prototypical Networks can learn to improve their predictions due to unlabeled examples, much like a semi-supervised algorithm would.

📄 PDF Abstract BibTeX arXiv:1803.00676

Code (10)

renmengye/few-shot-ssl-public 공식 구현 tf
2023-MindSpore-1/ms-code-7/tree/main/unisiam mindspore
WenbinLee/DN4 pytorch
bbbdylan/unisiam pytorch
fiveai/on-episodes-fsl pytorch
hl-hanlin/smkd pytorch
renmengye/inc-few-shot-attractor-public tf
stomachcold/hctransformers pytorch
wenbinlee/defensivefsl pytorch
zhuolingli/FewVS pytorch

Tasks

General ClassificationMeta-Learning

Similar Papers 제목 키워드 기반

MetaGAN: An Adversarial Approach to Few-Shot Learning

2018-12-01 · NeurIPS 2018 12 · Ruixiang Zhang, Tong Che, Zoubin Ghahramani, Yoshua Bengio 외

In this paper, we propose a conceptually simple and general framework called MetaGAN for few-shot learning problems. Most state-of-the-art few-shot classification models can be integrated with MetaGAN in a principled and…

ClassificationFew-Shot Image ClassificationFew-Shot LearningGeneral Classification+2

Learning to Self-Train for Semi-Supervised Few-Shot Classification

2019-06-03 · NeurIPS 2019 12 · Xinzhe Li, Qianru Sun, Yaoyao Liu, Shibao Zheng 외

Few-shot classification (FSC) is challenging due to the scarcity of labeled training data (e.g. only one labeled data point per class). Meta-learning has shown to achieve promising results by learning to initialize a cla…

ClassificationGeneral ClassificationMeta-Learning

PLATINUM: Semi-Supervised Model Agnostic Meta-Learning using Submodular Mutual Information

2022-01-30 · Changbin Li, Suraj Kothawade, Feng Chen, Rishabh Iyer

Few-shot classification (FSC) requires training models using a few (typically one to five) data points per class. Meta learning has proven to be able to learn a parametrized model for FSC by training on various other cla…

Meta-Learning

Semi-supervised Meta-learning for Cross-domain Few-shot Intent Classification

2021-08-01 · ACL (MetaNLP) 2021 8 · Yue Li, Jiong Zhang

Meta learning aims to optimize the model’s capability to generalize to new tasks and domains. Lacking a data-efficient way to create meta training tasks has prevented the application of meta-learning to the real-world fe…

Cross-Domain Few-ShotFew-Shot Learningintent-classificationIntent Classification+3

Self-Adaptive Label Augmentation for Semi-supervised Few-shot Classification

2022-06-16 · Xueliang Wang, Jianyu Cai, Shuiwang Ji, Houqiang Li 외

Few-shot classification aims to learn a model that can generalize well to new tasks when only a few labeled samples are available. To make use of unlabeled data that are more abundantly available in real applications, Re…

Classification