Meta-learning with differentiable closed-form solvers
Luca Bertinetto, Jo\~ao F. Henriques, Philip H.S. Torr, Andrea Vedaldi

TL;DR
This paper introduces a novel few-shot learning approach where deep networks incorporate fast, differentiable closed-form solvers like ridge regression, enabling rapid adaptation to new data with competitive performance.
Contribution
It proposes integrating standard machine learning solvers into deep networks for efficient few-shot learning, using back-propagation through these solvers with closed-form and iterative solutions.
Findings
Achieves state-of-the-art or competitive results on three benchmarks.
Utilizes the Woodbury identity to efficiently back-propagate through matrix operations.
Demonstrates the effectiveness of integrating classical ML methods into deep learning for few-shot tasks.
Abstract
Adapting deep networks to new concepts from a few examples is challenging, due to the high computational requirements of standard fine-tuning procedures. Most work on few-shot learning has thus focused on simple learning techniques for adaptation, such as nearest neighbours or gradient descent. Nonetheless, the machine learning literature contains a wealth of methods that learn non-deep models very efficiently. In this paper, we propose to use these fast convergent methods as the main adaptation mechanism for few-shot learning. The main idea is to teach a deep network to use standard machine learning tools, such as ridge regression, as part of its own internal model, enabling it to quickly adapt to novel data. This requires back-propagating errors through the solver steps. While normally the cost of the matrix operations involved in such a process would be significant, by using the…
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 · Multimodal Machine Learning Applications · Machine Learning and ELM
MethodsLogistic Regression
