CVSep 18, 2020

DeltaGAN: Towards Diverse Few-shot Image Generation with Sample-Specific Delta

arXiv:2009.08753v438 citations
AI Analysis

This work addresses diversity limitations in few-shot image generation for computer vision applications, representing an incremental improvement.

The paper tackles the problem of limited diversity in few-shot image generation by proposing DeltaGAN, which uses sample-specific transformations to generate new images, achieving improved diversity on five datasets.

Learning to generate new images for a novel category based on only a few images, named as few-shot image generation, has attracted increasing research interest. Several state-of-the-art works have yielded impressive results, but the diversity is still limited. In this work, we propose a novel Delta Generative Adversarial Network (DeltaGAN), which consists of a reconstruction subnetwork and a generation subnetwork. The reconstruction subnetwork captures intra-category transformation, i.e., "delta", between same-category pairs. The generation subnetwork generates sample-specific "delta" for an input image, which is combined with this input image to generate a new image within the same category. Besides, an adversarial delta matching loss is designed to link the above two subnetworks together. Extensive experiments on five few-shot image datasets demonstrate the effectiveness of our proposed method.

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