CVLGMLNov 27, 2018

Label-Noise Robust Generative Adversarial Networks

arXiv:1811.11165v269 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses the challenge of requiring large-scale accurate labeled data for conditional GAN training, which is often impractical in real-world scenarios, though it is an incremental improvement over existing methods.

The paper tackles the problem of training class-conditional GANs with noisy labels by proposing label-noise robust GANs (rGANs), which incorporate a noise transition model to learn clean label conditional generative distributions, and demonstrates effectiveness through extensive experiments across 402 conditions.

Generative adversarial networks (GANs) are a framework that learns a generative distribution through adversarial training. Recently, their class-conditional extensions (e.g., conditional GAN (cGAN) and auxiliary classifier GAN (AC-GAN)) have attracted much attention owing to their ability to learn the disentangled representations and to improve the training stability. However, their training requires the availability of large-scale accurate class-labeled data, which are often laborious or impractical to collect in a real-world scenario. To remedy this, we propose a novel family of GANs called label-noise robust GANs (rGANs), which, by incorporating a noise transition model, can learn a clean label conditional generative distribution even when training labels are noisy. In particular, we propose two variants: rAC-GAN, which is a bridging model between AC-GAN and the label-noise robust classification model, and rcGAN, which is an extension of cGAN and solves this problem with no reliance on any classifier. In addition to providing the theoretical background, we demonstrate the effectiveness of our models through extensive experiments using diverse GAN configurations, various noise settings, and multiple evaluation metrics (in which we tested 402 conditions in total). Our code is available at https://github.com/takuhirok/rGAN/.

Code Implementations4 repos
Foundations

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

Your Notes