k-GANs trains an ensemble of GANs by mapping point masses to Voronoi tiles of the data distribution using semi-discrete optimal transport and iteratively optimizing both generators and point masses, outperforming baseline GANs.
Primal-Dual Wasserstein GAN
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
We introduce Primal-Dual Wasserstein GAN, a new learning algorithm for building latent variable models of the data distribution based on the primal and the dual formulations of the optimal transport (OT) problem. We utilize the primal formulation to learn a flexible inference mechanism and to create an optimal approximate coupling between the data distribution and the generative model. In order to learn the generative model, we use the dual formulation and train the decoder adversarially through a critic network that is regularized by the approximate coupling obtained from the primal. Unlike previous methods that violate various properties of the optimal critic, we regularize the norm and the direction of the gradients of the critic function. Our model shares many of the desirable properties of auto-encoding models in terms of mode coverage and latent structure, while avoiding their undesirable averaging properties, e.g. their inability to capture sharp visual features when modeling real images. We compare our algorithm with several other generative modeling techniques that utilize Wasserstein distances on Frechet Inception Distance (FID) and Inception Scores (IS).
fields
stat.ML 1years
2019 1verdicts
UNVERDICTED 1representative citing papers
citing papers explorer
-
k-GANs: Ensemble of Generative Models with Semi-Discrete Optimal Transport
k-GANs trains an ensemble of GANs by mapping point masses to Voronoi tiles of the data distribution using semi-discrete optimal transport and iteratively optimizing both generators and point masses, outperforming baseline GANs.