Trust the Critics: Generatorless and Multipurpose WGANs with Initial Convergence Guarantees
Tristan Milne, \'Etienne Bilocq, Adrian Nachman

TL;DR
Trust the Critics (TTC) introduces a generatorless Wasserstein GAN variant that iteratively modifies data using critic gradients, achieving faster convergence and versatile applications like image translation and denoising.
Contribution
TTC eliminates the generator in WGANs, uses optimal transport theory for adaptive step sizes, and provides convergence guarantees and a new density transformation formula.
Findings
TTC achieves higher image quality than traditional WGANs within fixed epochs.
The adaptive step size accelerates convergence compared to constant step size.
TTC effectively maps source to target distributions in various tasks.
Abstract
Inspired by ideas from optimal transport theory we present Trust the Critics (TTC), a new algorithm for generative modelling. This algorithm eliminates the trainable generator from a Wasserstein GAN; instead, it iteratively modifies the source data using gradient descent on a sequence of trained critic networks. This is motivated in part by the misalignment which we observed between the optimal transport directions provided by the gradients of the critic and the directions in which data points actually move when parametrized by a trainable generator. Previous work has arrived at similar ideas from different viewpoints, but our basis in optimal transport theory motivates the choice of an adaptive step size which greatly accelerates convergence compared to a constant step size. Using this step size rule, we prove an initial geometric convergence rate in the case of source distributions…
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 · Domain Adaptation and Few-Shot Learning · Model Reduction and Neural Networks
MethodsConvolution · Wasserstein GAN
