2022

Diffusion-GAN: Training GANs with Diffusion

Wang, Zhendong, Zheng, Huangjie, He, Pengcheng et al.

Understand

Generative adversarial networks (GANs) are challenging to train stably, and a promising remedy of injecting instance noise into the discriminator input has not been very effective in practice.

  • In this paper, we propose Diffusion-GAN, a novel GAN framework that leverages a forward diffusion chain to generate Gaussian-mixture distributed instance noise.
  • Diffusion-GAN consists of three components, including an adaptive diffusion process, a diffusion timestep-dependent discriminator, and a generator.
  • Both the observed and generated data are diffused by the same adaptive diffusion process.

Reading the bibliography…