TL;DR
This paper introduces a method combining MCMC sampling and network pruning to create compact Bayesian Neural Networks that maintain uncertainty estimation and performance, achieving over 75% reduction in size.
Contribution
It presents a novel approach to prune Bayesian Neural Networks during MCMC sampling, resulting in smaller models without sacrificing accuracy or uncertainty quantification.
Findings
Achieved over 75% reduction in network size.
Maintained uncertainty estimation capabilities.
Proved effectiveness on benchmark and real-world datasets.
Abstract
Bayesian Neural Networks (BNNs) offer robust uncertainty quantification in model predictions, but training them presents a significant computational challenge. This is mainly due to the problem of sampling multimodal posterior distributions using Markov Chain Monte Carlo (MCMC) sampling and variational inference algorithms. Moreover, the number of model parameters scales exponentially with additional hidden layers, neurons, and features in the dataset. Typically, a significant portion of these densely connected parameters are redundant and pruning a neural network not only improves portability but also has the potential for better generalisation capabilities. In this study, we address some of the challenges by leveraging MCMC sampling with network pruning to obtain compact probabilistic models having removed redundant parameters. We sample the posterior distribution of model parameters…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsVariational Inference · Pruning · Correlation Alignment for Deep Domain Adaptation
