English

Student's t-Generative Adversarial Networks

Machine Learning 2018-11-07 v1 Machine Learning

Abstract

Generative Adversarial Networks (GANs) have a great performance in image generation, but they need a large scale of data to train the entire framework, and often result in nonsensical results. We propose a new method referring to conditional GAN, which equipments the latent noise with mixture of Student's t-distribution with attention mechanism in addition to class information. Student's t-distribution has long tails that can provide more diversity to the latent noise. Meanwhile, the discriminator in our model implements two tasks simultaneously, judging whether the images come from the true data distribution, and identifying the class of each generated images. The parameters of the mixture model can be learned along with those of GANs. Moreover, we mathematically prove that any multivariate Student's t-distribution can be obtained by a linear transformation of a normal multivariate Student's t-distribution. Experiments comparing the proposed method with typical GAN, DeliGAN and DCGAN indicate that, our method has a great performance on generating diverse and legible objects with limited data.

Keywords

Cite

@article{arxiv.1811.02132,
  title  = {Student's t-Generative Adversarial Networks},
  author = {Jinxuan Sun and Guoqiang Zhong and Yang Chen and Yongbin Liu and Tao Li and Zhongwen Guo},
  journal= {arXiv preprint arXiv:1811.02132},
  year   = {2018}
}
R2 v1 2026-06-23T05:05:31.842Z