4c2ec70c0ab4aee9.tex
1: \begin{abstract}
2: %  In this paper, we introduce Probabilistic Generative Adversarial Networks (PGAN), which are optimized with a Gaussian mixture likelihood function rather than a classification loss.
3: %  We integrate a probabilistic model (a GMM) inside a GAN framework which is further used to produce a probabilistic measure which is strongly correlated with the convergence of the GAN.
4: %   Experiments with MNIST show that the model learns to generate realistic images, and at the same time produces a Gaussian mixture likelihood correlated with the quality of the generated images.
5: %   We show that PGAN is better able to cope with the instability which is usually observed in the GAN training procedure.
6: %   For this purpose, we investigate the GAN training stability from 3 aspects: probability landscape of the discriminator, gradients of the generator and the perfect discriminator issue.
7: % %  We provide empirical results demonstrating than PGAN has a smoother gradient flow compared to the non-Gaussian GANs.
8: We introduce the Probabilistic Generative Adversarial Network (PGAN),
9: a new GAN variant based on a new kind of objective function.
10: The central idea is to integrate a probabilistic model (a Gaussian
11: Mixture Model, in our case) into the GAN framework which supports
12: a new kind of loss function (based on likelihood rather than classification
13: loss),  and at the same time gives a meaningful measure of the quality of
14: the outputs generated by the network.
15: Experiments with MNIST show that the model learns to generate
16: realistic images, and at the same time computes likelihoods that are
17: correlated with the quality of the generated images.
18: We show that PGAN is better able to cope with instability problems
19: that are usually observed in the GAN training procedure.
20: We investigate this from three aspects: the probability landscape of
21: the discriminator, gradients of the generator,
22: and the \emph{perfect discriminator} problem.
23: \end{abstract}
24: