LGMLApr 28, 2020

Robust Generative Adversarial Network

arXiv:2004.13344v117 citations
AI Analysis

This work addresses generalization issues in GANs for generative modeling, offering a novel robust optimization approach with theoretical guarantees, though it is incremental as it builds on existing GAN methods.

The authors tackled the instability and generalization problem in Generative Adversarial Networks (GANs) by promoting local robustness around training samples, resulting in a robust optimization framework that improved performance on five baseline GAN models across CIFAR-10, STL-10, and CelebA datasets.

Generative adversarial networks (GANs) are powerful generative models, but usually suffer from instability and generalization problem which may lead to poor generations. Most existing works focus on stabilizing the training of the discriminator while ignoring the generalization properties. In this work, we aim to improve the generalization capability of GANs by promoting the local robustness within the small neighborhood of the training samples. We also prove that the robustness in small neighborhood of training sets can lead to better generalization. Particularly, we design a robust optimization framework where the generator and discriminator compete with each other in a \textit{worst-case} setting within a small Wasserstein ball. The generator tries to map \textit{the worst input distribution} (rather than a Gaussian distribution used in most GANs) to the real data distribution, while the discriminator attempts to distinguish the real and fake distribution \textit{with the worst perturbation}. We have proved that our robust method can obtain a tighter generalization upper bound than traditional GANs under mild assumptions, ensuring a theoretical superiority of RGAN over GANs. A series of experiments on CIFAR-10, STL-10 and CelebA datasets indicate that our proposed robust framework can improve on five baseline GAN models substantially and consistently.

Foundations

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

Your Notes