What is: Bidirectional GAN?
Source | Adversarial Feature Learning |
Year | 2000 |
Data Source | CC BY-SA - https://paperswithcode.com |
A BiGAN, or Bidirectional GAN, is a type of generative adversarial network where the generator not only maps latent samples to generated data, but also has an inverse mapping from data to the latent representation. The motivation is to make a type of GAN that can learn rich representations for us in applications like unsupervised learning.
In addition to the generator from the standard GAN framework, BiGAN includes an encoder which maps data to latent representations . The BiGAN discriminator discriminates not only in data space ( versus ), but jointly in data and latent space (tuples versus ), where the latent component is either an encoder output or a generator input .