English

FIS-GAN: GAN with Flow-based Importance Sampling

Machine Learning 2022-12-19 v4 Machine Learning

Abstract

Generative Adversarial Networks (GAN) training process, in most cases, apply Uniform or Gaussian sampling methods in the latent space, which probably spends most of the computation on examples that can be properly handled and easy to generate. Theoretically, importance sampling speeds up stochastic optimization in supervised learning by prioritizing training examples. In this paper, we explore the possibility of adapting importance sampling into adversarial learning. We use importance sampling to replace Uniform and Gaussian sampling methods in the latent space and employ normalizing flow to approximate latent space posterior distribution by density estimation. Empirically, results on MNIST and Fashion-MNIST demonstrate that our method significantly accelerates GAN's optimization while retaining visual fidelity in generated samples.

Keywords

Cite

@article{arxiv.1910.02519,
  title  = {FIS-GAN: GAN with Flow-based Importance Sampling},
  author = {Shiyu Yi and Donglin Zhan and Wenqing Zhang and Denglin Jiang and Kang An and Hao Wang},
  journal= {arXiv preprint arXiv:1910.02519},
  year   = {2022}
}
R2 v1 2026-06-23T11:35:46.772Z