CVOct 17, 2017

Learning to Learn Image Classifiers with Visual Analogy

arXiv:1710.06177v28 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of enabling machines to learn new concepts quickly with few samples, which is incremental in advancing human-like learning methods.

The paper tackles the problem of few-shot learning for image classification by combining learning-to-learn and visual analogy mechanisms, achieving consistent and significant improvements over state-of-the-art baselines on the ImageNet dataset.

Humans are far better learners who can learn a new concept very fast with only a few samples compared with machines. The plausible mystery making the difference is two fundamental learning mechanisms: learning to learn and learning by analogy. In this paper, we attempt to investigate a new human-like learning method by organically combining these two mechanisms. In particular, we study how to generalize the classification parameters from previously learned concepts to a new concept. we first propose a novel Visual Analogy Graph Embedded Regression (VAGER) model to jointly learn a low-dimensional embedding space and a linear mapping function from the embedding space to classification parameters for base classes. We then propose an out-of-sample embedding method to learn the embedding of a new class represented by a few samples through its visual analogy with base classes and derive the classification parameters for the new class. We conduct extensive experiments on ImageNet dataset and the results show that our method could consistently and significantly outperform state-of-the-art baselines.

Foundations

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

Your Notes