Widely Applicable Information Criterion

waiccross-validationsingular-learning-theorymodel-selectionbayesianinformation-criterion

Definition

The Widely Applicable Information Criterion (WAIC), introduced by Sumio Watanabe, is a fully Bayesian estimator of a model's out-of-sample predictive (generalization) loss that — unlike AIC and BIC — remains valid for singular statistical models (those whose parameter-to-distribution map is not one-to-one or whose Fisher information is singular). WAIC is computed from the posterior predictive density evaluated at the observed data together with a variance-based penalty for the effective number of parameters, using only draws from the posterior. Watanabe (2010) proves it is asymptotically equivalent, as a random variable, to Bayesian leave-one-out cross-validation.

Key Ideas

How It Works

WAIC (in Watanabe's "log loss" form) combines the log posterior-predictive fit with a functional-variance penalty: WAIC=1ni=1nlogEpost ⁣[p(yiθ)]  +  1ni=1nVarpost ⁣[logp(yiθ)],\mathrm{WAIC} = -\frac{1}{n}\sum_{i=1}^{n}\log\, \mathbb{E}_{\text{post}}\!\big[p(y_i\mid\theta)\big] \;+\; \frac{1}{n}\sum_{i=1}^{n}\mathrm{Var}_{\text{post}}\!\big[\log p(y_i\mid\theta)\big], where the first term is the training (log) loss and the second is the functional variance V/nV/n that estimates the effective number of parameters. Both terms are computed directly from posterior draws. Watanabe (2010) establishes:

Why It Matters

Open Questions

Related