Matching Networks for One Shot Learning
Oriol Vinyals, Charles Blundell, Timothy Lillicrap, Koray, Kavukcuoglu, Daan Wierstra

TL;DR
This paper introduces Matching Networks, a neural network framework that enables rapid one-shot learning by leveraging metric learning and external memory, achieving state-of-the-art results in vision and language tasks.
Contribution
It presents a novel one-shot learning approach that does not require fine-tuning, combining metric learning with neural networks and external memory for improved adaptability.
Findings
Achieved 93.2% accuracy on ImageNet one-shot learning
Achieved 93.8% accuracy on Omniglot one-shot learning
Demonstrated effectiveness on language modeling with Penn Treebank
Abstract
Learning from a few examples remains a key challenge in machine learning. Despite recent advances in important domains such as vision and language, the standard supervised deep learning paradigm does not offer a satisfactory solution for learning new concepts rapidly from little data. In this work, we employ ideas from metric learning based on deep neural features and from recent advances that augment neural networks with external memories. Our framework learns a network that maps a small labelled support set and an unlabelled example to its label, obviating the need for fine-tuning to adapt to new class types. We then define one-shot learning problems on vision (using Omniglot, ImageNet) and language tasks. Our algorithm improves one-shot accuracy on ImageNet from 87.6% to 93.2% and from 88.0% to 93.8% on Omniglot compared to competing approaches. We also demonstrate the usefulness of…
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
TopicsMultimodal Machine Learning Applications · Advanced Image and Video Retrieval Techniques · Domain Adaptation and Few-Shot Learning
