LGCLMLJun 12, 2020

Improving GAN Training with Probability Ratio Clipping and Sample Reweighting

arXiv:2006.06900v436 citations
AI Analysis

This addresses training instability in GANs for researchers and practitioners, offering incremental improvements over existing methods.

The authors tackled the problem of unstable GAN training, particularly in text generation, by proposing a variational framework with probability ratio clipping and sample reweighting, resulting in significantly improved performance across tasks like text generation, style transfer, and image generation.

Despite success on a wide range of problems related to vision, generative adversarial networks (GANs) often suffer from inferior performance due to unstable training, especially for text generation. To solve this issue, we propose a new variational GAN training framework which enjoys superior training stability. Our approach is inspired by a connection of GANs and reinforcement learning under a variational perspective. The connection leads to (1) probability ratio clipping that regularizes generator training to prevent excessively large updates, and (2) a sample re-weighting mechanism that improves discriminator training by downplaying bad-quality fake samples. Moreover, our variational GAN framework can provably overcome the training issue in many GANs that an optimal discriminator cannot provide any informative gradient to training generator. By plugging the training approach in diverse state-of-the-art GAN architectures, we obtain significantly improved performance over a range of tasks, including text generation, text style transfer, and image generation.

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