LGJul 31, 2017

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

arXiv:1707.09835v21247 citations
AI Analysis

This addresses the problem of learning quickly with few examples for researchers and practitioners in machine learning, representing a novel method rather than an incremental improvement.

The paper tackles the challenge of few-shot learning by introducing Meta-SGD, a meta-learner that can initialize and adapt any differentiable learner in one step, achieving highly competitive performance on regression, classification, and reinforcement learning tasks.

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 Implementations9 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes