Generative Models

Variational Autoencoder

Introduced by Kingma et al. in Auto-Encoding Variational Bayes

A Variational Autoencoder is a type of likelihood-based generative model. It consists of an encoder, that takes in data $x$ as input and transforms this into a latent representation $z$, and a decoder, that takes a latent representation $z$ and returns a reconstruction $\hat{x}$. Inference is performed via variational inference to approximate the posterior of the model.

Source: Auto-Encoding Variational Bayes

Papers


Paper Code Results Date Stars

Tasks


Task Papers Share
Image Generation 36 5.74%
Disentanglement 32 5.10%
Denoising 20 3.19%
Quantization 14 2.23%
Image Classification 13 2.07%
Clustering 12 1.91%
Language Modelling 12 1.91%
Text Generation 12 1.91%
Time Series Analysis 12 1.91%

Components


Component Type
🤖 No Components Found You can add them if they exist; e.g. Mask R-CNN uses RoIAlign

Categories