LGIVMay 20, 2022

Revisiting GANs by Best-Response Constraint: Perspective, Methodology, and Application

arXiv:2205.10146v16 citationsh-index: 50
Originality Incremental advance
AI Analysis

This addresses training instability problems in generative adversarial networks for machine learning researchers, though it appears incremental as it builds on existing GAN formulations.

The authors tackled the issues of mode collapse, vanishing gradients, and oscillations in GAN training by proposing the Best-Response Constraint framework, which improves various existing GANs with enhanced effectiveness, flexibility, and stability.

In past years, the minimax type single-level optimization formulation and its variations have been widely utilized to address Generative Adversarial Networks (GANs). Unfortunately, it has been proved that these alternating learning strategies cannot exactly reveal the intrinsic relationship between the generator and discriminator, thus easily result in a series of issues, including mode collapse, vanishing gradients and oscillations in the training phase, etc. In this work, by investigating the fundamental mechanism of GANs from the perspective of hierarchical optimization, we propose Best-Response Constraint (BRC), a general learning framework, that can explicitly formulate the potential dependency of the generator on the discriminator. Rather than adopting these existing time-consuming bilevel iterations, we design an implicit gradient scheme with outer-product Hessian approximation as our fast solution strategy. \emph{Noteworthy, we demonstrate that even with different motivations and formulations, a variety of existing GANs ALL can be uniformly improved by our flexible BRC methodology.} Extensive quantitative and qualitative experimental results verify the effectiveness, flexibility and stability of our proposed framework.

Foundations

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

Your Notes