What is: Variational Autoencoder?
Source | Auto-Encoding Variational Bayes |
Year | 2000 |
Data Source | CC BY-SA - https://paperswithcode.com |
A Variational Autoencoder is a type of likelihood-based generative model. It consists of an encoder, that takes in data as input and transforms this into a latent representation , and a decoder, that takes a latent representation and returns a reconstruction . Inference is performed via variational inference to approximate the posterior of the model.