🧐Variational Autoencoder (VAE)
Maximize Likelihood and KL divergence


Lower Bound

How to generate👍

VAE lower Bound of

ELBO
Maximizing the likelihood of the observed :

: a normal distribution
, is unknown and going to be estimated.
Loss:
It is straightforward to figure out the following:

Then the lower bound could be derived as follows:

is also a normal distribution, which is estimated by a neural network. . In other words, the mean and variance of are given by two functions and , which will be estimated by the ouput of a neural network.
maximizing this lower bound needs to minimize and maximize the second term, which will be connected with neural networks.
Minimize the first term

Maximize the second term

VAE and GMM
Problem in VAE
Last updated