The evidence lower bound (ELBO) is a lower bound on the log probability of our data
Consider a latent variable model involving observed data
where
Relation to Entropy
By rearranging terms, we can easily see that
We can interpret this intuitively as the first term finding
Relation to KL Divergence
Another derivation starting from โ๏ธ KL Divergence between
where ELBO is the above bound. This means that the gap in the inequality is exactly the KL divergence between approximate posterior
From the above expression, we can see that maximizing the ELBO can achieve two objectives: maximizing likelihood and minimizing KL.
- Maximizing likelihood is useful when we want to find the optimal
given the observed variables we want to model. - Minimizing KL, equivalent to finding the best approximation
, is commonly used in variational inference.