Learning to Propagate Labels: Transductive Propagation Network for Few-Shot Learning
Abstract
The goal of few-shot learning is to learn a classifier that generalizes well even when trained with a limited number of training instances per class. The recently introduced meta-learning approaches tackle this problem by learning a generic classifier across a large number of multiclass classification tasks and generalizing the model to a new task. Yet, even with such meta-learning, the low-data problem in the novel classification task still remains. In this paper, we propose Transductive Propagation Network (TPN), a novel meta-learning framework for transductive inference that classifies the entire test set at once to alleviate the low-data problem. Specifically, we propose to learn to propagate labels from labeled instances to unlabeled test instances, by learning a graph construction module that exploits the manifold structure in the data. TPN jointly learns both the parameters of feature embedding and the graph construction in an end-to-end manner. We validate TPN on multiple benchmark datasets, on which it largely outperforms existing few-shot learning approaches and achieves the state-of-the-art results.
Cite
Text
Liu et al. "Learning to Propagate Labels: Transductive Propagation Network for Few-Shot Learning." International Conference on Learning Representations, 2019.Markdown
[Liu et al. "Learning to Propagate Labels: Transductive Propagation Network for Few-Shot Learning." International Conference on Learning Representations, 2019.](https://mlanthology.org/iclr/2019/liu2019iclr-learning/)BibTeX
@inproceedings{liu2019iclr-learning,
title = {{Learning to Propagate Labels: Transductive Propagation Network for Few-Shot Learning}},
author = {Liu, Yanbin and Lee, Juho and Park, Minseop and Kim, Saehoon and Yang, Eunho and Hwang, Sung Ju and Yang, Yi},
booktitle = {International Conference on Learning Representations},
year = {2019},
url = {https://mlanthology.org/iclr/2019/liu2019iclr-learning/}
}