SOTAVerified

Black-box α-divergence Minimization

2015-11-10Code Available0· sign in to hype

José Miguel Hernández-Lobato, Yingzhen Li, Mark Rowland, Daniel Hernández-Lobato, Thang Bui, Richard E. Turner

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Black-box alpha (BB-) is a new approximate inference method based on the minimization of -divergences. BB- scales to large datasets because it can be implemented using stochastic gradient descent. BB- can be applied to complex probabilistic models with little effort since it only requires as input the likelihood function and its gradients. These gradients can be easily obtained using automatic differentiation. By changing the divergence parameter , the method is able to interpolate between variational Bayes (VB) ( 0) and an algorithm similar to expectation propagation (EP) ( = 1). Experiments on probit regression and neural network regression and classification problems show that BB- with non-standard settings of , such as = 0.5, usually produces better predictions than with 0 (VB) or = 1 (EP).

Tasks

Reproductions