CVLGJun 16, 2016

Learning feed-forward one-shot learners

arXiv:1606.05233v1491 citations
Originality Highly original
AI Analysis

This addresses the challenge of applying deep learning to one-shot learning, which typically requires large datasets, by enabling efficient training from single examples.

The paper tackles the problem of one-shot learning by proposing a feed-forward network that predicts parameters of a pupil network from a single exemplar, achieving encouraging results on Omniglot and Visual Object Tracking benchmarks.

One-shot learning is usually tackled by using generative models or discriminative embeddings. Discriminative methods based on deep learning, which are very effective in other learning scenarios, are ill-suited for one-shot learning as they need large amounts of training data. In this paper, we propose a method to learn the parameters of a deep model in one shot. We construct the learner as a second deep network, called a learnet, which predicts the parameters of a pupil network from a single exemplar. In this manner we obtain an efficient feed-forward one-shot learner, trained end-to-end by minimizing a one-shot classification objective in a learning to learn formulation. In order to make the construction feasible, we propose a number of factorizations of the parameters of the pupil network. We demonstrate encouraging results by learning characters from single exemplars in Omniglot, and by tracking visual objects from a single initial exemplar in the Visual Object Tracking benchmark.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes