Model-Agnostic Meta-Learning for Fast Adaptation of Deep Networks
Chelsea Finn, Pieter Abbeel, Sergey Levine

TL;DR
This paper introduces a model-agnostic meta-learning algorithm that enables rapid adaptation of deep networks to new tasks with minimal data, applicable across various learning domains.
Contribution
It presents a versatile meta-learning method compatible with any gradient descent-trained model, enhancing quick adaptation in classification, regression, and reinforcement learning.
Findings
Achieves state-of-the-art results on few-shot image classification
Performs well on few-shot regression tasks
Speeds up policy gradient reinforcement learning fine-tuning
Abstract
We propose an algorithm for meta-learning that is model-agnostic, in the sense that it is compatible with any model trained with gradient descent and applicable to a variety of different learning problems, including classification, regression, and reinforcement learning. The goal of meta-learning is to train a model on a variety of learning tasks, such that it can solve new learning tasks using only a small number of training samples. In our approach, the parameters of the model are explicitly trained such that a small number of gradient steps with a small amount of training data from a new task will produce good generalization performance on that task. In effect, our method trains the model to be easy to fine-tune. We demonstrate that this approach leads to state-of-the-art performance on two few-shot image classification benchmarks, produces good results on few-shot regression, and…
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 · Advanced Neural Network Applications · Multimodal Machine Learning Applications
MethodsTrust Region Policy Optimization · Linear Layer · Softmax · Batch Normalization · Max Pooling · *Communicated@Fast*How Do I Communicate to Expedia? · Convolution · Model-Agnostic Meta-Learning
