DeepAI AI Chat
Log In Sign Up

Metropolis-Hastings Generative Adversarial Networks

11/28/2018
by   Ryan Turner, et al.
6

We introduce the Metropolis-Hastings generative adversarial network (MH-GAN), which combines aspects of Markov chain Monte Carlo and GANs. The MH-GAN draws samples from the distribution implicitly defined by a GAN's discriminator-generator pair, as opposed to sampling in a standard GAN which draws samples from the distribution defined by the generator. It uses the discriminator from GAN training to build a wrapper around the generator for improved sampling. With a perfect discriminator, this wrapped generator samples from the true distribution on the data exactly even when the generator is imperfect. We demonstrate the benefits of the improved generator on multiple benchmark datasets, including CIFAR-10 and CelebA, using DCGAN and WGAN.

READ FULL TEXT

page 8

page 9

02/02/2019

Collaborative GAN Sampling

Generative adversarial networks (GANs) have shown great promise in gener...
03/29/2018

Dihedral angle prediction using generative adversarial networks

Several dihedral angles prediction methods were developed for protein st...
02/27/2017

Boundary-Seeking Generative Adversarial Networks

We introduce a novel approach to training generative adversarial network...
07/15/2021

MCL-GAN: Generative Adversarial Networks with Multiple Specialized Discriminators

We propose a generative adversarial network with multiple discriminators...
02/21/2018

A Study into the similarity in generator and discriminator in GAN architecture

One popular generative model that has high-quality results is the Genera...
02/06/2020

Unbalanced GANs: Pre-training the Generator of Generative Adversarial Network using Variational Autoencoder

We propose Unbalanced GANs, which pre-trains the generator of the genera...
03/02/2017

Generalization and Equilibrium in Generative Adversarial Nets (GANs)

We show that training of generative adversarial network (GAN) may not ha...

Code Repositories

MHGAN-Tensorflow

Metropolis-Hastings GAN in Tensorflow for enhanced generator sampling


view repo

mh-gan-experiments

Experiments on Metropolis-Hastings Generative Adversarial Networks, including my own implementation


view repo