CVDec 3, 2018

A Wasserstein GAN model with the total variational regularization

arXiv:1812.00810v14 citations
Originality Incremental advance
AI Analysis

This work addresses training instability in GANs, a key problem for researchers and practitioners in generative modeling, though it appears incremental as it builds on existing WGAN frameworks.

The authors tackled the training instability of Wasserstein GANs by introducing a Total Variational regularization term, which enforces the Lipschitz constraint and results in more stable training compared to gradient penalty methods, without adding computational burden.

It is well known that the generative adversarial nets (GANs) are remarkably difficult to train. The recently proposed Wasserstein GAN (WGAN) creates principled research directions towards addressing these issues. But we found in practice that gradient penalty WGANs (GP-WGANs) still suffer from training instability. In this paper, we combine a Total Variational (TV) regularizing term into the WGAN formulation instead of weight clipping or gradient penalty, which implies that the Lipschitz constraint is enforced on the critic network. Our proposed method is more stable at training than GP-WGANs and works well across varied GAN architectures. We also present a method to control the trade-off between image diversity and visual quality. It does not bring any computation burden.

Foundations

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

Your Notes