Understanding Variational Inference
This post is a note I take from while reading Blei et al 2018. Goal: Motivation of variational inference Understand the derivation of ELBO and its intiution Walk through the derivation, some of which was skip the in original paper Implementation of CAVI ELBO Goal is to find \(q(z)\) to approximate \(p(z|x)\) The KL-divergence $$ \begin{equation} \begin{aligned} KL[q(z)||p(z | x)] &= \int_z{q(z)\log{\frac{p(z|x)}{q(z)}} dz} \end{aligned} \end{equation} $$ However, this quantity is intractable to compute hence, we’re unable to optimize this quantity directly....