CVLGMLApr 18, 2018

One-Shot Learning using Mixture of Variational Autoencoders: a Generalization Learning approach

arXiv:1804.07645v119 citations
Originality Highly original
AI Analysis

This addresses the need for labeled data in deep learning by enabling classification with minimal supervision, though it appears incremental as it builds on existing one-shot learning paradigms.

The paper tackles the problem of one-shot learning in deep classification by proposing MoVAE, a method that uses a mixture of variational autoencoders without prior knowledge, and it outperforms state-of-the-art algorithms on datasets like MNIST, Fashion-MNIST, and Omniglot.

Deep learning, even if it is very successful nowadays, traditionally needs very large amounts of labeled data to perform excellent on the classification task. In an attempt to solve this problem, the one-shot learning paradigm, which makes use of just one labeled sample per class and prior knowledge, becomes increasingly important. In this paper, we propose a new one-shot learning method, dubbed MoVAE (Mixture of Variational AutoEncoders), to perform classification. Complementary to prior studies, MoVAE represents a shift of paradigm in comparison with the usual one-shot learning methods, as it does not use any prior knowledge. Instead, it starts from zero knowledge and one labeled sample per class. Afterward, by using unlabeled data and the generalization learning concept (in a way, more as humans do), it is capable to gradually improve by itself its performance. Even more, if there are no unlabeled data available MoVAE can still perform well in one-shot learning classification. We demonstrate empirically the efficiency of our proposed approach on three datasets, i.e. the handwritten digits (MNIST), fashion products (Fashion-MNIST), and handwritten characters (Omniglot), showing that MoVAE outperforms state-of-the-art one-shot learning algorithms.

Foundations

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

Your Notes