A factor-graph message-passing method for Bayesian neural networks that handles CNNs, avoids double-counting, and shows competitive accuracy with improved calibration on CIFAR-10.
Probabilistic Backpropagation for Scalable Learning of Bayesian Neural Networks
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
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.
fields
cs.LG 1years
2025 1verdicts
CONDITIONAL 1representative citing papers
citing papers explorer
-
Approximate Message Passing for Bayesian Neural Networks
A factor-graph message-passing method for Bayesian neural networks that handles CNNs, avoids double-counting, and shows competitive accuracy with improved calibration on CIFAR-10.