LGMLAug 6, 2017

Probabilistic Generative Adversarial Networks

arXiv:1708.01886v18 citations
Originality Incremental advance
AI Analysis

This addresses instability issues in GANs for image generation, but it is incremental as it builds on existing GAN frameworks.

The paper tackles instability in GAN training by introducing PGAN, a variant that integrates a probabilistic model with a likelihood-based loss, resulting in improved stability and realistic image generation on MNIST, with likelihoods correlated to output quality.

We introduce the Probabilistic Generative Adversarial Network (PGAN), a new GAN variant based on a new kind of objective function. The central idea is to integrate a probabilistic model (a Gaussian Mixture Model, in our case) into the GAN framework which supports a new kind of loss function (based on likelihood rather than classification loss), and at the same time gives a meaningful measure of the quality of the outputs generated by the network. Experiments with MNIST show that the model learns to generate realistic images, and at the same time computes likelihoods that are correlated with the quality of the generated images. We show that PGAN is better able to cope with instability problems that are usually observed in the GAN training procedure. We investigate this from three aspects: the probability landscape of the discriminator, gradients of the generator, and the perfect discriminator problem.

Foundations

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

Your Notes