Wasserstein Divergence for GANs
Jiqing Wu, Zhiwu Huang, Janine Thoma, Dinesh Acharya, Luc Van Gool

TL;DR
This paper introduces WGAN-div, a new divergence measure for GANs that relaxes the Lipschitz constraint, leading to more stable training and superior image synthesis performance.
Contribution
The paper proposes WGAN-div, a novel Wasserstein divergence that simplifies training by removing the Lipschitz constraint, and demonstrates its effectiveness in stable training and high-quality image generation.
Findings
WGAN-div achieves more stable training than traditional WGANs.
WGAN-div outperforms state-of-the-art methods on image synthesis benchmarks.
Theoretical analysis shows WGAN-div's advantages over WGANs.
Abstract
In many domains of computer vision, generative adversarial networks (GANs) have achieved great success, among which the family of Wasserstein GANs (WGANs) is considered to be state-of-the-art due to the theoretical contributions and competitive qualitative performance. However, it is very challenging to approximate the -Lipschitz constraint required by the Wasserstein-1 metric~(W-met). In this paper, we propose a novel Wasserstein divergence~(W-div), which is a relaxed version of W-met and does not require the -Lipschitz constraint. As a concrete application, we introduce a Wasserstein divergence objective for GANs~(WGAN-div), which can faithfully approximate W-div through optimization. Under various settings, including progressive growing training, we demonstrate the stability of the proposed WGAN-div owing to its theoretical and practical advantages over WGANs. Also, we study…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGenerative Adversarial Networks and Image Synthesis · Advanced Image Processing Techniques · Advanced Neural Network Applications
