HyperAIHyperAI

Command Palette

Search for a command to run...

4 months ago

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

Zhenguo Li; Fengwei Zhou; Fei Chen; Hang Li

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

Abstract

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.

Code Repositories

foolyc/Meta-SGD
tf
Mentioned in GitHub
myungsub/meta-interpolation
pytorch
Mentioned in GitHub
BBDrive/Meta-SGD-RL
pytorch
Mentioned in GitHub
ash3n/Meta-Gradients
tf
Mentioned in GitHub
llan-ml/tesp
tf
Mentioned in GitHub
ash3n/Meta-SGD-TF
tf
Mentioned in GitHub
tobiasvanderwerff/MetaHTR
pytorch
Mentioned in GitHub
ash3n/Meta-SGD
tf
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
few-shot-image-classification-on-mini-7Meta SGD
Accuracy: 17.56
few-shot-image-classification-on-mini-7Matching Nets, (from )
Accuracy: 17.31
few-shot-image-classification-on-mini-7Meta LSTM, (from )
Accuracy: 16.70
few-shot-image-classification-on-mini-7MAML, (from )
Accuracy: 16.49
few-shot-image-classification-on-mini-8Matching Nets, (from )
Accuracy: 22.69
few-shot-image-classification-on-mini-8Meta LSTM, (from )
Accuracy: 26.06
few-shot-image-classification-on-mini-8MAML, (from )
Accuracy: 19.29
few-shot-image-classification-on-mini-8Meta SGD
Accuracy: 28.92

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Meta-SGD: Learning to Learn Quickly for Few-Shot Learning | Papers | HyperAI