Watanabe–Akaike information criterion
In statistics, the widely applicable information criterion (WAIC), also known as Watanabe–Akaike information criterion, is the generalized version of the Akaike information criterion (AIC) onto singular statistical models.[1] It is used as measure how well will model predict data it wasn't trained on. It is asymptotically equivalent to cross-validation loss[2].
If we take log pointwise predictive density:
Then:
Where y is predicted output in training data. Θ is models posterior distribution, s are samples from posterior, and i iterates over training data. In other words, in bayesian statistics the posterior is represented by list of samples from it. WAIC penalty is then variance of predictions among these samples, calculated and added for each datapoint from dataset.[3]
The penalty term is often referred to as the "effective number of parameters." This terminology stems from historical conventions, as a similar term is used in the Akaike Information Criterion.[3]
Watanabe recommends in practice calculating both WAIC and PSIS – Pareto Smoothed Importance Sampling. Both are approximations of leave-one-out cross-validation. If they disagree then at least one of them is not reliable. Similarly PSIS can sometimes detect if its estimate is not reliable (if > 0.7).[3][4]
Some textbooks of Bayesian statistics recommend WAIC over other information criteria, especially for multilevel and mixture models.[3][5]
Widely applicable Bayesian information criterion (WBIC) is the generalized version of Bayesian information criterion (BIC) onto singular statistical models.[6]
WBIC is the average log likelihood function over the posterior distribution with the inverse temperature > 1/log n where n is the sample size.[6]
Both WAIC and WBIC can be numerically calculated without any information about a true distribution.
See also
editReferences
edit- ^ Watanabe, Sumio (2010). "Asymptotic Equivalence of Bayes Cross Validation and Widely Applicable Information Criterion in Singular Learning Theory". Journal of Machine Learning Research. 11: 3571–3594.
- ^ Watanabe, Sumio (2018), Ay, Nihat; Gibilisco, Paolo; Matúš, František (eds.), "Higher Order Equivalence of Bayes Cross Validation and WAIC", Information Geometry and Its Applications, vol. 252, Cham: Springer International Publishing, pp. 47–73, doi:10.1007/978-3-319-97798-0_3, ISBN 978-3-319-97797-3, retrieved 2024-11-14
- ^ a b c d McElreath, Richard (2020). Statistical Rethinking : A Bayesian Course with Examples in R and Stan (2nd ed.). Chapman and Hall/CRC. ISBN 978-0-367-13991-9.
- ^ Watanabe, Sumio (2020). Mathematical theory of Bayesian statistics (First issued in paperback ed.). Boca Raton London New York: CRC Press, Taylor & Francis Group. ISBN 978-1-4822-3806-8.
- ^ Gelman, Andrew; Carlin, John B.; Stern, Hal S.; Dunson, David B.; Vehtari, Aki; Rubin, Donald B. (2013). Bayesian Data Analysis (Third ed.). Chapman and Hall/CRC. ISBN 978-1-4398-4095-5.
- ^ a b Watanabe, Sumio (2013). "A Widely Applicable Bayesian Information Criterion" (PDF). Journal of Machine Learning Research. 14: 867–897.