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

Meta-SGD: Learning to Learn Quickly for Few-Shot Learning

About

Few-shot learning is challenging for learning algorithms that learn each task in isolation and from scratch. In contrast, meta-learning learns from many related tasks a meta-learner that can learn a new task more accurately and faster with fewer examples, where the choice of meta-learners is crucial. In this paper, we develop Meta-SGD, an SGD-like, easily trainable meta-learner that can initialize and adapt any differentiable learner in just one step, on both supervised learning and reinforcement learning. Compared to the popular meta-learner LSTM, Meta-SGD is conceptually simpler, easier to implement, and can be learned more efficiently. Compared to the latest meta-learner MAML, Meta-SGD has a much higher capacity by learning to learn not just the learner initialization, but also the learner update direction and learning rate, all in a single meta-learning process. Meta-SGD shows highly competitive performance for few-shot learning on regression, classification, and reinforcement learning.

Zhenguo Li, Fengwei Zhou, Fei Chen, Hang Li• 2017

Related benchmarks

TaskDatasetResultRank
Image ClassificationAircraft
Accuracy66.84
302
Few-shot classificationtieredImageNet (test)
Accuracy69.04
282
Few-shot Image ClassificationMini-Imagenet (test)
Accuracy68.84
235
5-way ClassificationminiImageNet (test)
Accuracy64.03
231
Few-shot classificationMini-ImageNet
1-shot Acc50.47
175
Few-shot classificationminiImageNet standard (test)
5-way 1-shot Acc54.24
138
5-way Image ClassificationtieredImageNet 5-way (test)
1-shot Acc62.95
117
Few-shot classificationMiniImagenet
5-way 5-shot Accuracy64.03
98
5-way Few-shot ClassificationminiImageNet standard (test)
Accuracy64.03
91
Few-shot classificationMini-Imagenet 5-way 5-shot
Accuracy64.03
87
Showing 10 of 37 rows

Other info

Follow for update