CVJul 29, 2022

Conservative Generator, Progressive Discriminator: Coordination of Adversaries in Few-shot Incremental Image Synthesis

arXiv:2207.14491v2h-index: 15
Originality Incremental advance
AI Analysis

This work addresses the challenge of incremental learning with few data points in generative tasks, which is incremental as it builds on existing GAN-based methods for classification settings.

The paper tackled the problem of generative incremental few-shot learning, where models must learn new tasks from limited data without forgetting previous ones, and proposed the ConPro framework with a conservative generator and progressive discriminator to achieve this.

The capacity to learn incrementally from an online stream of data is an envied trait of human learners, as deep neural networks typically suffer from catastrophic forgetting and stability-plasticity dilemma. Several works have previously explored incremental few-shot learning, a task with greater challenges due to data constraint, mostly in classification setting with mild success. In this work, we study the underrepresented task of generative incremental few-shot learning. To effectively handle the inherent challenges of incremental learning and few-shot learning, we propose a novel framework named ConPro that leverages the two-player nature of GANs. Specifically, we design a conservative generator that preserves past knowledge in parameter and compute efficient manner, and a progressive discriminator that learns to reason semantic distances between past and present task samples, minimizing overfitting with few data points and pursuing good forward transfer. We present experiments to validate the effectiveness of ConPro.

Foundations

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

Your Notes