English

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

Computer Vision and Pattern Recognition 2019-10-01 v2 Machine Learning Machine Learning

Abstract

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 classification model for FSC. In this paper we propose a novel semi-supervised meta-learning method called learning to self-train (LST) that leverages unlabeled data and specifically meta-learns how to cherry-pick and label such unsupervised data to further improve performance. To this end, we train the LST model through a large number of semi-supervised few-shot tasks. On each task, we train a few-shot model to predict pseudo labels for unlabeled data, and then iterate the self-training steps on labeled and pseudo-labeled data with each step followed by fine-tuning. We additionally learn a soft weighting network (SWN) to optimize the self-training weights of pseudo labels so that better ones can contribute more to gradient descent optimization. We evaluate our LST method on two ImageNet benchmarks for semi-supervised few-shot classification and achieve large improvements over the state-of-the-art method. Code is at https://github.com/xinzheli1217/learning-to-self-train.

Keywords

Cite

@article{arxiv.1906.00562,
  title  = {Learning to Self-Train for Semi-Supervised Few-Shot Classification},
  author = {Xinzhe Li and Qianru Sun and Yaoyao Liu and Shibao Zheng and Qin Zhou and Tat-Seng Chua and Bernt Schiele},
  journal= {arXiv preprint arXiv:1906.00562},
  year   = {2019}
}

Comments

33rd Conference on Neural Information Processing Systems (NeurIPS 2019), Vancouver, Canada

R2 v1 2026-06-23T09:38:05.218Z