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 location and read only the label information bound to that location. In this paper, we tried to address this issue by presenting a more robust MANN. We revisited the idea of meta-learning and proposed a new memory augmented neural network by explicitly splitting the external memory into feature and label memories. The feature memory is used to store the features of input data samples and the label memory stores their labels. Hence, when predicting the label of a given input, our model uses its feature memory unit as a reference to extract the stored feature of the input, and based on that feature, it retrieves the label information of the input from the label memory unit. In order for the network to function in this framework, a new memory-writingmodule to encode label information into the label memory in accordance with the meta-learning task structure is designed. Here, we demonstrate that our model outperforms MANN by a large margin in supervised one-shot classification tasks using Omniglot and MNIST datasets.
[1]
Joshua B. Tenenbaum,et al.
One shot learning of simple visual concepts
,
2011,
CogSci.
[2]
Ricardo Vilalta,et al.
Introduction to the Special Issue on Meta-Learning
,
2004,
Machine Learning.
[3]
Joshua B. Tenenbaum,et al.
One-Shot Learning with a Hierarchical Nonparametric Bayesian Model
,
2011,
ICML Unsupervised and Transfer Learning.
[4]
Gregory R. Koch,et al.
Siamese Neural Networks for One-Shot Image Recognition
,
2015
.
[5]
Oriol Vinyals,et al.
Matching Networks for One Shot Learning
,
2016,
NIPS.
[6]
Pietro Perona,et al.
One-shot learning of object categories
,
2006,
IEEE Transactions on Pattern Analysis and Machine Intelligence.
[7]
Alex Graves,et al.
Neural Turing Machines
,
2014,
ArXiv.
[8]
Jason Weston,et al.
Memory Networks
,
2014,
ICLR.
[9]
Jürgen Schmidhuber,et al.
Long Short-Term Memory
,
1997,
Neural Computation.
[10]
Daan Wierstra,et al.
One-Shot Generalization in Deep Generative Models
,
2016,
ICML.
[11]
Bartunov Sergey,et al.
Meta-Learning with Memory-Augmented Neural Networks
,
2016
.
[12]
Chelsea Finn,et al.
Active One-shot Learning
,
2017,
ArXiv.