Meta-Learning via Feature-Label Memory Network
Dawit Mureja, Hyunsin Park, Chang D. Yoo

TL;DR
This paper introduces a novel meta-learning model with separate feature and label memories, improving one-shot classification performance over existing Memory Augmented Neural Networks.
Contribution
We propose a new memory-augmented neural network that explicitly separates feature and label memories to reduce interference and enhance meta-learning capabilities.
Findings
Outperforms MANN in one-shot classification tasks
Achieves significant accuracy improvements on Omniglot and MNIST datasets
Demonstrates robustness in small data learning scenarios
Abstract
Deep learning typically requires training a very capable architecture using large datasets. However, many important learning problems demand an ability to draw valid inferences from small size datasets, and such problems pose a particular challenge for deep learning. In this regard, various researches on "meta-learning" are being actively conducted. Recent work has suggested a Memory Augmented Neural Network (MANN) for meta-learning. MANN is an implementation of a Neural Turing Machine (NTM) with the ability to rapidly assimilate new data in its memory, and use this data to make accurate predictions. In models such as MANN, the input data samples and their appropriate labels from previous step are bound together in the same memory locations. This often leads to memory interference when performing a task as these models have to retrieve a feature of an input from a certain memory…
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.
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 · Topic Modeling
MethodsSoftmax · Sigmoid Activation · Tanh Activation · Neural Turing Machine · Location-based Attention · Content-based Attention · Long Short-Term Memory
