Probabilistic Backpropagation for Scalable Learning of Bayesian Neural Networks

Hernández-Lobato, J. M., & Adams, R. P. (2015). Probabilistic Backpropagation for Scalable Learning of Bayesian Neural Networks. Proceedings of the 32nd International Conference on Machine Learning (ICML).
Large multilayer neural networks trained with backpropagation have recently achieved state-of-the-art results in a wide range of problems. However, using backprop for neural net learning still has some disadvantages, e.g., having to tune a large number of hyperparameters to the data, lack of calibrated probabilistic predictions, and a tendency to overfit the training data. In principle, the Bayesian approach to learning neural networks does not have these problems. However, existing Bayesian techniques lack scalability to large dataset and network sizes. In this work we present a novel scalable method for learning Bayesian neural networks, called probabilistic backpropagation (PBP). Similar to classical backpropagation, PBP works by computing a forward propagation of probabilities through the network and then doing a backward computation of gradients. A series of experiments on ten real-world datasets show that PBP is significantly faster than other techniques, while offering competitive predictive abilities. Our experiments also show that PBP provides accurate estimates of the posterior variance on the network weights.
  @conference{lobato2015probabilistic,
  year = {2015},
  author = {Hern\'{a}ndez-Lobato, Jos\'{e} Miguel and Adams, Ryan P.},
  title = {Probabilistic Backpropagation for Scalable Learning of Bayesian Neural Networks},
  booktitle = {Proceedings of the 32nd International Conference on Machine Learning (ICML)},
  note = {arXiv:1502.05336 [stat.ML]},
  keywords = {ICML, deep learning, Bayesian methods}
}