Meta-Learning with Implicit Gradients
Aravind Rajeswaran, Chelsea Finn, Sham Kakade, Sergey Levine

TL;DR
This paper introduces implicit MAML, a meta-learning algorithm that uses implicit differentiation to efficiently compute meta-gradients, enabling scalable, memory-efficient, and optimizer-agnostic few-shot learning.
Contribution
The paper proposes implicit MAML, a novel meta-learning method that leverages implicit differentiation to decouple meta-gradient computation from the inner loop optimizer.
Findings
Implicit MAML achieves empirical improvements on few-shot image recognition tasks.
The method reduces memory usage and computational cost compared to traditional MAML.
It is robust to the number of inner loop gradient steps.
Abstract
A core capability of intelligent systems is the ability to quickly learn new tasks by drawing on prior experience. Gradient (or optimization) based meta-learning has recently emerged as an effective approach for few-shot learning. In this formulation, meta-parameters are learned in the outer loop, while task-specific models are learned in the inner-loop, by using only a small amount of data from the current task. A key challenge in scaling these approaches is the need to differentiate through the inner loop learning process, which can impose considerable computational and memory burdens. By drawing upon implicit differentiation, we develop the implicit MAML algorithm, which depends only on the solution to the inner level optimization and not the path taken by the inner loop optimizer. This effectively decouples the meta-gradient computation from the choice of inner loop optimizer. As a…
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
iMAML: Meta-Learning with Implicit Gradients (Paper Explained)· youtube
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Advanced Neural Network Applications · Model Reduction and Neural Networks
MethodsModel-Agnostic Meta-Learning
