English

Training Generative Adversarial Networks Via Turing Test

Machine Learning 2018-10-30 v2 Computer Vision and Pattern Recognition Machine Learning

Abstract

In this article, we introduce a new mode for training Generative Adversarial Networks (GANs). Rather than minimizing the distance of evidence distribution p~(x)\tilde{p}(x) and the generative distribution q(x)q(x), we minimize the distance of p~(xr)q(xf)\tilde{p}(x_r)q(x_f) and p~(xf)q(xr)\tilde{p}(x_f)q(x_r). This adversarial pattern can be interpreted as a Turing test in GANs. It allows us to use information of real samples during training generator and accelerates the whole training procedure. We even find that just proportionally increasing the size of discriminator and generator, it succeeds on 256x256 resolution without adjusting hyperparameters carefully.

Keywords

Cite

@article{arxiv.1810.10948,
  title  = {Training Generative Adversarial Networks Via Turing Test},
  author = {Jianlin Su},
  journal= {arXiv preprint arXiv:1810.10948},
  year   = {2018}
}

Comments

fix some clerical errors, add some experimental data

R2 v1 2026-06-23T04:52:43.459Z