paper-with-me

Papers

Semi-Supervised Few-Shot Learning with a Controlled Degree of Task-Adaptive Conditioning

2019-09-25 · Sung Whan Yoon, Jun Seo, Jaekyun Moon

Few-shot learning aims to handle previously unseen tasks using only a small amount of new training data. In preparing (or meta-training) a few-shot learner, however, massive labeled data are necessary. In the real world, unfortunately, labeled data are expensive and/or scarce. In this work, we propose a few-shot learner that can work well under the semi-supervised setting where a large portion of training data is unlabeled. Our method employs explicit task-conditioning in which unlabeled sample clustering for the current task takes place in a new projection space different from the embedding feature space. The conditioned clustering space is linearly constructed so as to quickly close the gap between the class centroids for the current task and the independent per-class reference vectors meta-trained across tasks. In a more general setting, our method introduces a concept of controlling the degree of task-conditioning for meta-learning: the amount of task-conditioning varies with the number of repetitive updates for the clustering space. During each update, the soft labels of the unlabeled samples estimated in the conditioned clustering space are used to update the class averages in the original embedded space, which in turn are used to reconstruct the clustering space. Extensive simulation results based on the miniImageNet and tieredImageNet datasets show state-of-the-art semi-supervised few-shot classification performance of the proposed method. Simulation results also indicate that the proposed task-adaptive clustering shows graceful degradation with a growing number of distractor samples, i.e., unlabeled samples coming from outside the candidate classes.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringFew-Shot LearningMeta-Learning

Similar Papers 제목 키워드 기반

Task-Adaptive Clustering for Semi-Supervised Few-Shot Classification

2020-03-18 · Jun Seo, Sung Whan Yoon, Jaekyun Moon

Few-shot learning aims to handle previously unseen tasks using only a small amount of new training data. In preparing (or meta-training) a few-shot learner, however, massive labeled data are necessary. In the real world,…

ClassificationClusteringFew-Shot LearningGeneral Classification+1

Probing Few-Shot Generalization with Attributes

2020-12-10 · Mengye Ren, Eleni Triantafillou, Kuan-Chieh Wang, James Lucas 외

Despite impressive progress in deep learning, generalizing far beyond the training distribution is an important open challenge. In this work, we consider few-shot classification, and aim to shed light on what makes some …

AttributeFew-Shot LearningZero-Shot Learning

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

Empirical Perspectives on One-Shot Semi-supervised Learning

2020-04-08 · Leslie N. Smith, Adam Conovaloff

One of the greatest obstacles in the adoption of deep neural networks for new applications is that training the network typically requires a large number of manually labeled training samples. We empirically investigate t…

image-classificationImage Classification

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