Gradient descent GAN optimization is locally stable
Vaishnavh Nagarajan, J. Zico Kolter
TL;DR
The paper analyzes the stability of gradient-descent GAN optimization where generator and discriminator are updated simultaneously. It proves local exponential stability around favorable equilibria under curvature-type assumptions and shows that Wasserstein GANs can exhibit non-convergent limit cycles in this setting. To address instability, it introduces a gradient-based regularization term on the discriminator gradient that guarantees local stability across GAN variants and can speed convergence while mitigating mode collapse. Empirical results on synthetic mixtures and MNIST-like data demonstrate improved convergence and mode coverage compared to vanilla and unrolled GAN baselines.
Abstract
Despite the growing prominence of generative adversarial networks (GANs), optimization in GANs is still a poorly understood topic. In this paper, we analyze the "gradient descent" form of GAN optimization i.e., the natural setting where we simultaneously take small gradient steps in both generator and discriminator parameters. We show that even though GAN optimization does not correspond to a convex-concave game (even for simple parameterizations), under proper conditions, equilibrium points of this optimization procedure are still \emph{locally asymptotically stable} for the traditional GAN formulation. On the other hand, we show that the recently proposed Wasserstein GAN can have non-convergent limit cycles near equilibrium. Motivated by this stability analysis, we propose an additional regularization term for gradient descent GAN updates, which \emph{is} able to guarantee local stability for both the WGAN and the traditional GAN, and also shows practical promise in speeding up convergence and addressing mode collapse.
