paper-with-me

Papers

BNNpriors: A library for Bayesian neural network inference with different prior distributions

2021-05-14 · Vincent Fortuin, Adrià Garriga-Alonso, Mark van der Wilk, Laurence Aitchison

Bayesian neural networks have shown great promise in many applications where calibrated uncertainty estimates are crucial and can often also lead to a higher predictive performance. However, it remains challenging to choose a good prior distribution over their weights. While isotropic Gaussian priors are often chosen in practice due to their simplicity, they do not reflect our true prior beliefs well and can lead to suboptimal performance. Our new library, BNNpriors, enables state-of-the-art Markov Chain Monte Carlo inference on Bayesian neural networks with a wide range of predefined priors, including heavy-tailed ones, hierarchical ones, and mixture priors. Moreover, it follows a modular approach that eases the design and implementation of new custom priors. It has facilitated foundational discoveries on the nature of the cold posterior effect in Bayesian neural networks and will hopefully catalyze future research as well as practical applications in this area.

📄 PDF Abstract BibTeX arXiv:2105.06964

Code (1)

ratschlab/bnn_priors 공식 구현 pytorch

Similar Papers 제목 키워드 기반

BayesDLL: Bayesian Deep Learning Library

2023-09-22 · Minyoung Kim, Timothy Hospedales

We release a new Bayesian neural network library for PyTorch for large-scale deep networks. Our library implements mainstream approximate Bayesian inference algorithms: variational inference, MC-dropout, stochastic-gradi…

Bayesian InferenceDeep LearningVariational Inference

Hybrid Bayesian Neural Networks with Functional Probabilistic Layers

2021-07-14 · Daniel T. Chang

Bayesian neural networks provide a direct and natural way to extend standard deep neural networks to support probabilistic deep learning through the use of probabilistic layers that, traditionally, encode weight (and bia…

Bayesian InferenceGaussian ProcessesProbabilistic Deep LearningVariational Inference

TyXe: Pyro-based Bayesian neural nets for Pytorch

2021-10-01 · Hippolyt Ritter, Theofanis Karaletsos

We introduce TyXe, a Bayesian neural network library built on top of Pytorch and Pyro. Our leading design principle is to cleanly separate architecture, prior, inference and likelihood specification, allowing for a flexi…

Continual Learningimage-classificationImage Classification

BayesOpt: A Bayesian Optimization Library for Nonlinear Optimization, Experimental Design and Bandits

2014-05-29 · Ruben Martinez-Cantin

BayesOpt is a library with state-of-the-art Bayesian optimization methods to solve nonlinear optimization, stochastic bandits or sequential experimental design problems. Bayesian optimization is sample efficient by build…

Bayesian OptimizationExperimental DesignHyperparameter Optimization

Dynestyx: A Probabilistic Programming Library for Dynamical Systems

2026-06-15 · Daniel Waxman, Dmitry Batenkov, John Feser, Andy Zane 외 arxiv

State-space models (SSMs) are the standard formalism for Bayesian treatment of dynamical systems, with natural applications in statistics, signal processing, and machine learning. Despite their importance in both theory …