CVMay 28, 2019

Image Deformation Meta-Networks for One-Shot Learning

arXiv:1905.11641v2250 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses the problem of learning visual concepts from few examples for computer vision systems, though it is incremental as it builds on meta-learning and deformation techniques.

The paper tackles one-shot learning by synthesizing deformed images to improve classifier decision boundaries, achieving significant performance gains on miniImageNet and ImageNet 1K benchmarks.

Humans can robustly learn novel visual concepts even when images undergo various deformations and lose certain information. Mimicking the same behavior and synthesizing deformed instances of new concepts may help visual recognition systems perform better one-shot learning, i.e., learning concepts from one or few examples. Our key insight is that, while the deformed images may not be visually realistic, they still maintain critical semantic information and contribute significantly to formulating classifier decision boundaries. Inspired by the recent progress of meta-learning, we combine a meta-learner with an image deformation sub-network that produces additional training examples, and optimize both models in an end-to-end manner. The deformation sub-network learns to deform images by fusing a pair of images --- a probe image that keeps the visual content and a gallery image that diversifies the deformations. We demonstrate results on the widely used one-shot learning benchmarks (miniImageNet and ImageNet 1K Challenge datasets), which significantly outperform state-of-the-art approaches. Code is available at https://github.com/tankche1/IDeMe-Net.

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