MLLGOTFeb 17, 2023

Piecewise Deterministic Markov Processes for Bayesian Neural Networks

arXiv:2302.08724v31 citationsh-index: 74
Originality Incremental advance
AI Analysis

This work addresses a computational bottleneck for researchers and practitioners using Bayesian Neural Networks, offering an incremental improvement in inference efficiency.

The paper tackled the computational inefficiency of Piecewise Deterministic Markov Process (PDMP) samplers for Bayesian Neural Networks by introducing a new generic and adaptive thinning scheme to sample from inhomogeneous Poisson Processes, resulting in improved predictive accuracy, MCMC mixing performance, and uncertainty measurements compared to other methods.

Inference on modern Bayesian Neural Networks (BNNs) often relies on a variational inference treatment, imposing violated assumptions of independence and the form of the posterior. Traditional MCMC approaches avoid these assumptions at the cost of increased computation due to its incompatibility to subsampling of the likelihood. New Piecewise Deterministic Markov Process (PDMP) samplers permit subsampling, though introduce a model specific inhomogenous Poisson Process (IPPs) which is difficult to sample from. This work introduces a new generic and adaptive thinning scheme for sampling from these IPPs, and demonstrates how this approach can accelerate the application of PDMPs for inference in BNNs. Experimentation illustrates how inference with these methods is computationally feasible, can improve predictive accuracy, MCMC mixing performance, and provide informative uncertainty measurements when compared against other approximate inference schemes.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes