Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Meta-Transfer Learning for Few-Shot Learning

About

Meta-learning has been proposed as a framework to address the challenging few-shot learning setting. The key idea is to leverage a large number of similar few-shot tasks in order to learn how to adapt a base-learner to a new task for which only a few labeled samples are available. As deep neural networks (DNNs) tend to overfit using a few samples only, meta-learning typically uses shallow neural networks (SNNs), thus limiting its effectiveness. In this paper we propose a novel few-shot learning method called meta-transfer learning (MTL) which learns to adapt a deep NN for few shot learning tasks. Specifically, "meta" refers to training multiple tasks, and "transfer" is achieved by learning scaling and shifting functions of DNN weights for each task. In addition, we introduce the hard task (HT) meta-batch scheme as an effective learning curriculum for MTL. We conduct experiments using (5-class, 1-shot) and (5-class, 5-shot) recognition tasks on two challenging few-shot learning benchmarks: miniImageNet and Fewshot-CIFAR100. Extensive comparisons to related works validate that our meta-transfer learning approach trained with the proposed HT meta-batch scheme achieves top performance. An ablation study also shows that both components contribute to fast convergence and high accuracy.

Qianru Sun, Yaoyao Liu, Tat-Seng Chua, Bernt Schiele• 2018

Related benchmarks

TaskDatasetResultRank
Few-shot classificationtieredImageNet (test)--
282
Few-shot Image ClassificationMini-Imagenet (test)
Accuracy75.5
235
5-way ClassificationminiImageNet (test)
Accuracy75.5
231
Long-Tailed Image ClassificationImageNet-LT (test)
Top-1 Acc (Overall)35.6
220
Few-shot classificationMini-ImageNet
1-shot Acc61.2
175
Few-shot classificationCUB (test)
Accuracy82.29
145
Few-shot classificationminiImageNet standard (test)
5-way 1-shot Acc61.2
138
5-way Image ClassificationtieredImageNet 5-way (test)
1-shot Acc65.62
117
Few-shot classificationMiniImagenet
5-way 5-shot Accuracy75.5
98
Few-shot classificationmini-ImageNet → CUB (test)
Accuracy (5-shot)56.89
75
Showing 10 of 26 rows

Other info

Code

Follow for update