Meta-Transfer Learning through Hard Tasks
Qianru Sun, Yaoyao Liu, Zhaozheng Chen, Tat-Seng Chua, and Bernt, Schiele

TL;DR
This paper introduces a novel meta-transfer learning approach that leverages deep neural networks with a hard task curriculum to improve few-shot learning performance on challenging benchmarks.
Contribution
It proposes a new meta-transfer learning method with a hard task meta-batch scheme, enhancing few-shot learning with deep neural networks.
Findings
Achieves top performance on miniImageNet, tieredImageNet, and FC100 benchmarks.
The hard task meta-batch scheme improves learning efficiency and accuracy.
Both the transfer method and curriculum contribute significantly to results.
Abstract
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, typical meta-learning models use shallow neural networks, thus limiting its effectiveness. In order to achieve top performance, some recent works tried to use the DNNs pre-trained on large-scale datasets but mostly in straight-forward manners, e.g., (1) taking their weights as a warm start of meta-training, and (2) freezing their convolutional layers as the feature extractor of base-learners. In this paper, we propose a novel approach called meta-transfer learning (MTL) which learns to transfer the weights of a deep NN for few-shot…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Multimodal Machine Learning Applications · Cancer-related molecular mechanisms research
