What is: Adversarially Learned Inference?
Source | Adversarially Learned Inference |
Year | 2000 |
Data Source | CC BY-SA - https://paperswithcode.com |
Adversarially Learned Inference (ALI) is a generative modelling approach that casts the learning of both an inference machine (or encoder) and a deep directed generative model (or decoder) in an GAN-like adversarial framework. A discriminator is trained to discriminate joint samples of the data and the corresponding latent variable from the encoder (or approximate posterior) from joint samples from the decoder while in opposition, the encoder and the decoder are trained together to fool the discriminator. Not is the discriminator asked to distinguish synthetic samples from real data, but it is required it to distinguish between two joint distributions over the data space and the latent variables.
An ALI differs from a GAN in two ways:
- The generator has two components: the encoder, , which maps data samples to -space, and the decoder , which maps samples from the prior (a source of noise) to the input space.
- The discriminator is trained to distinguish between joint pairs and , as opposed to marginal samples and .