CVJan 16, 2018

Low-Shot Learning from Imaginary Data

arXiv:1801.05401v2728 citations
Originality Highly original
AI Analysis

This addresses the problem of learning visual concepts from few examples for machine vision systems, representing a strong incremental improvement.

The paper tackles low-shot learning by introducing a hallucinator that generates additional training examples, combined with meta-learning, achieving up to a 6-point accuracy boost on ImageNet with a single example.

Humans can quickly learn new visual concepts, perhaps because they can easily visualize or imagine what novel objects look like from different views. Incorporating this ability to hallucinate novel instances of new concepts might help machine vision systems perform better low-shot learning, i.e., learning concepts from few examples. We present a novel approach to low-shot learning that uses this idea. Our approach builds on recent progress in meta-learning ("learning to learn") by combining a meta-learner with a "hallucinator" that produces additional training examples, and optimizing both models jointly. Our hallucinator can be incorporated into a variety of meta-learners and provides significant gains: up to a 6 point boost in classification accuracy when only a single training example is available, yielding state-of-the-art performance on the challenging ImageNet low-shot classification benchmark.

Code Implementations1 repo
Foundations

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

Your Notes