The Evidence Lower Bound (ELBO) is a tractable lower bound on the log marginal likelihood (evidence) of the observed data. In variational inference, we introduce a simpler, parameterized variational distribution q(z) to approximate the true, complex posterior p(z|x). Maximizing the ELBO simultaneously encourages q(z) to be close to the true posterior (minimizing the Kullback-Leibler Divergence) and maximizes the expected log-likelihood of the data under the model, effectively performing approximate Bayesian inference.
