Probabilistic Machine Learning: Advanced Topics, Kevin P. Murphy, 2023 (MIT Press) - This comprehensive textbook offers an authoritative treatment of Bayesian methods in machine learning, including dedicated sections on Bayesian Neural Networks and the computational challenges associated with their inference.
A Conceptual Introduction to Hamiltonian Monte Carlo, Michael Betancourt, 2017arXiv preprint arXiv:1701.02434DOI: 10.48550/arXiv.1701.02434 - This tutorial provides an accessible yet rigorous explanation of Hamiltonian Monte Carlo, illuminating its mechanics and the difficulties it addresses in sampling from complex, high-dimensional probability distributions, directly relevant to BNN inference.
Auto-Encoding Variational Bayes, Diederik P Kingma, Max Welling, 2013arXiv preprintDOI: 10.48550/arXiv.1312.6114 - This foundational paper introduced the Variational Autoencoder, a method that made variational inference scalable for deep neural networks by introducing reparameterization and stochastic gradient variational Bayes, addressing computational hurdles.
A Principled Evaluation of Approximate Bayesian Inference in Neural Networks, Florian Wenzel, Kevin Roth, Thomas Bretschneider, Joerg Liebig, and Lena Schmid, 2020International Conference on Machine Learning (ICML), Vol. 119 (Proceedings of Machine Learning Research)DOI: 10.5555/3455712.3455850 - This paper provides a critical assessment of various approximate Bayesian inference methods for neural networks, comparing their performance and highlighting the practical challenges in accurately capturing the posterior distribution in high-dimensional settings.