SYSTEMA CONSTRUCTUM

Accepted ontology entry

evidence-lower-bound

The evidence lower bound (ELBO), also called the variational lower bound or negative variational free energy, is a computable lower bound on the log marginal likelihood (log evidence) log p(x) of a Bayesian model with observed data x and l…

ACCEPTED THINGe6e5af30e93b56fc2672637f7

Definition

The evidence lower bound (ELBO), also called the variational lower bound or negative variational free energy, is a computable lower bound on the log marginal likelihood (log evidence) log p(x) of a Bayesian model with observed data x and latent variables z. Given a variational distribution q(z) over the latent variables, the ELBO is ℒ(q) = E_q[log p(x, z) − log q(z)] = E_q[log p(x | z)] − KL(q(z) || p(z)), where p(z) is the prior. The identity log p(x) = ℒ(q) + KL(q(z) || p(z | x)) shows ELBO ≤ log p(x) since KL divergence is non-negative, with equality when q equals the true posterior. Its parameters are the generative model p(x, z) = p(x | z)p(z), the variational family q(z) (e.g. factorized Gaussians, mean-field), the variational parameters of q, and the optimization procedure (coordinate ascent, stochastic gradient descent, or amortization through an inference network). It persists as the standard optimization objective in variational inference — maximizing ℒ(q) with respect to q's parameters approximates the posterior while providing a tractable lower bound on model evidence — and is the mathematical foundation of variational autoencoders, implemented in probabilistic programming frameworks (Stan, Pyro, TensorFlow Probability, NumPyro), so that approximate inference remains scalable for models where exact or MCMC inference is intractable. [formal: inferentia inferior limitans | substrate: mind | horizon: a life | explicit: yes | epoch: 0.01]

Why it is in scope

A human-made mathematical bound designed to provide a tractable lower bound on the log marginal likelihood (evidence) in Bayesian models with latent variables, built to persist as the optimization objective in variational inference and the theoretical foundation of variational autoencoders.

Names and aliases

Relations from this entry

  • kullback-leibler-divergenceDEPENDS_ON →

    The ELBO's defining identity log p(x) = L(q) + KL(q||p) means L(q) = log p(x) - KL(q||p). Remove KL-divergence and the ELBO operational definition collapses. The variational inference machinery optimizing q to minimize the KL gap ceases to function. Present-tense operational necessity.

  • marginal-likelihoodSERVES →

    ELBO's designed purpose is to provide a tractable lower bound on log marginal likelihood (model evidence). It exists for the sake of computing model evidence when the integral is intractable. In variational inference, maximizing ELBO is how we approximate log p(x). Servant (ELBO) → master (marginal-likelihood). Law 8d.

  • marginal-likelihoodDERIVED_FROM →

    ELBO was derived as a tractable lower bound ON marginal likelihood. Marginal likelihood p(x) = integral p(x|theta)pi(theta)dtheta was formalized in Bayesian statistics in the 19th century; ELBO (Jordan et al. 1999) was introduced decades later as a computable approximation. The identity log p(x) = ELBO(q) + KL(q||p) shows ELBO = log p(x) - KL: ELBO is literally derived from marginal likelihood (minus KL). Marginal likelihood came first.

Relations to this entry

  • variational-inference← DEPENDS_ON

    Variational inference as an optimization procedure depends on the ELBO: VI finds q* by optimizing the ELBO objective. Remove the ELBO and variational inference has no optimization target — the procedure stops operating. ELBO epoch 0.01 predates VI epoch 0.06 per epoch test, confirming the arrow.

Record identity

Created
Sep 3, 2026, 1:32 PM UTC
Content hash
c1e073f60c7a6f9e7d333e7f875256993b9d1fa138c6b95ee83e76285a6bf0b0

Open a related act record