HyperAIHyperAI

Command Palette

Search for a command to run...

3 months ago

Prescribed Generative Adversarial Networks

Adji B. Dieng Francisco J. R. Ruiz David M. Blei Michalis K. Titsias

Prescribed Generative Adversarial Networks

Abstract

Generative adversarial networks (GANs) are a powerful approach to unsupervised learning. They have achieved state-of-the-art performance in the image domain. However, GANs are limited in two ways. They often learn distributions with low support---a phenomenon known as mode collapse---and they do not guarantee the existence of a probability density, which makes evaluating generalization using predictive log-likelihood impossible. In this paper, we develop the prescribed GAN (PresGAN) to address these shortcomings. PresGANs add noise to the output of a density network and optimize an entropy-regularized adversarial loss. The added noise renders tractable approximations of the predictive log-likelihood and stabilizes the training procedure. The entropy regularizer encourages PresGANs to capture all the modes of the data distribution. Fitting PresGANs involves computing the intractable gradients of the entropy regularization term; PresGANs sidestep this intractability using unbiased stochastic estimates. We evaluate PresGANs on several datasets and found they mitigate mode collapse and generate samples with high perceptual quality. We further found that PresGANs reduce the gap in performance in terms of predictive log-likelihood between traditional GANs and variational autoencoders (VAEs).

Code Repositories

adjidieng/PresGANs
Official
pytorch
Mentioned in GitHub
joycex99/conditional-presgan
pytorch
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
image-generation-on-celeba-128x128PresGAN
FID: 29.115
image-generation-on-cifar-10PresGAN
FID: 52.202
image-generation-on-mnistPresGAN
FID: 38.53
image-generation-on-stacked-mnistPresGAN
FID: 23.965

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Prescribed Generative Adversarial Networks | Papers | HyperAI