Meta-Learning with Warped Gradient Descent
Sebastian Flennerhag, Andrei A. Rusu, Razvan Pascanu and, Francesco Visin, Hujun Yin, Raia Hadsell

TL;DR
WarpGrad introduces a meta-learning method that efficiently learns preconditioning matrices for gradient descent, improving rapid adaptation across various tasks without extensive backpropagation through training.
Contribution
It proposes WarpGrad, a scalable meta-learning approach that combines preconditioning with warp-layers, avoiding costly gradient computations through task training.
Findings
Effective in few-shot learning scenarios
Scales to large meta-learning problems
Performs well in supervised, continual, and reinforcement learning
Abstract
Learning an efficient update rule from data that promotes rapid learning of new tasks from the same distribution remains an open problem in meta-learning. Typically, previous works have approached this issue either by attempting to train a neural network that directly produces updates or by attempting to learn better initialisations or scaling factors for a gradient-based update rule. Both of these approaches pose challenges. On one hand, directly producing an update forgoes a useful inductive bias and can easily lead to non-converging behaviour. On the other hand, approaches that try to control a gradient-based update rule typically resort to computing gradients through the learning process to obtain their meta-gradients, leading to methods that can not scale beyond few-shot task adaptation. In this work, we propose Warped Gradient Descent (WarpGrad), a method that intersects these…
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 · Machine Learning and Data Classification · Human Pose and Action Recognition
