Derive the ELBO for VI.
hardAnswer
- log p(D) = log ∫ p(D, θ) dθ = log ∫ q(θ) * p(D, θ)/q(θ) dθ ≥ (Jensen).
- ELBO = E_q[log p(D, θ)] - E_q[log q(θ)] = E_q[log p(D | θ)] - KL(q || p(θ)). log ≥ 0 → maximizing ELBO minimizes KL to the posterior.
- Same objective drives VAE training in deep learning.
Check yourself — multiple choice
- Random
- ; log ≥ 0 → maximizing ELBO minimizes KL to posterior; VAE loss too
- Same as log-lik
- Not real
; log .
#bayesian#mcmc
Practise Statistics Fundamentals
215 interview questions in this topic.