English

MMGAN: Manifold Matching Generative Adversarial Network

Machine Learning 2018-04-13 v4

Abstract

It is well-known that GANs are difficult to train, and several different techniques have been proposed in order to stabilize their training. In this paper, we propose a novel training method called manifold-matching, and a new GAN model called manifold-matching GAN (MMGAN). MMGAN finds two manifolds representing the vector representations of real and fake images. If these two manifolds match, it means that real and fake images are statistically identical. To assist the manifold-matching task, we also use i) kernel tricks to find better manifold structures, ii) moving-averaged manifolds across mini-batches, and iii) a regularizer based on correlation matrix to suppress mode collapse. We conduct in-depth experiments with three image datasets and compare with several state-of-the-art GAN models. 32.4% of images generated by the proposed MMGAN are recognized as fake images during our user study (16% enhancement compared to other state-of-the-art model). MMGAN achieved an unsupervised inception score of 7.8 for CIFAR-10.

Keywords

Cite

@article{arxiv.1707.08273,
  title  = {MMGAN: Manifold Matching Generative Adversarial Network},
  author = {Noseong Park and Ankesh Anand and Joel Ruben Antony Moniz and Kookjin Lee and Tanmoy Chakraborty and Jaegul Choo and Hongkyu Park and Youngmin Kim},
  journal= {arXiv preprint arXiv:1707.08273},
  year   = {2018}
}

Comments

the 24th International Conference on Pattern Recognition (ICPR), 2018

R2 v1 2026-06-22T20:57:36.154Z