paper-with-me

홈 › Papers

On the Effectiveness of Mode Exploration in Bayesian Model Averaging for Neural Networks

2021-12-07 · John T. Holodnak, Allan B. Wollaber

Multiple techniques for producing calibrated predictive probabilities using deep neural networks in supervised learning settings have emerged that leverage approaches to ensemble diverse solutions discovered during cyclic training or training from multiple random starting points (deep ensembles). However, only a limited amount of work has investigated the utility of exploring the local region around each diverse solution (posterior mode). Using three well-known deep architectures on the CIFAR-10 dataset, we evaluate several simple methods for exploring local regions of the weight space with respect to Brier score, accuracy, and expected calibration error. We consider both Bayesian inference techniques (variational inference and Hamiltonian Monte Carlo applied to the softmax output layer) as well as utilizing the stochastic gradient descent trajectory near optima. While adding separate modes to the ensemble uniformly improves performance, we show that the simple mode exploration methods considered here produce little to no improvement over ensembles without mode exploration.

📄 PDF Abstract BibTeX arXiv:2112.03773

Code (0)

등록된 구현이 없습니다.

Tasks

Bayesian InferenceVariational Inference

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

HWA: Hyperparameters Weight Averaging in Bayesian Neural Networks

2020-11-23 · pproximateinference AABI Symposium 2021 1 · Belhal Karimi, Ping Li

Bayesian neural networks attempt to combine the strong predictive performance of neural networks with formal quantification of uncertainty of the predicted output in the Bayesian framework. In deterministic deep neural n…

Mixture Model Averaging for Clustering

2012-12-23 · Yuhong Wei, Paul D. McNicholas

In mixture model-based clustering applications, it is common to fit several models from a family and report clustering results from only the `best' one. In such circumstances, selection of this best model is achieved usi…

ClusteringmodelModel Selection

FBMS: An R Package for Flexible Bayesian Model Selection and Model Averaging

2025-08-31 · Florian Frommlet, Jon Lachmann, Geir Storvik, Aliaksandr Hubin arxiv

The FBMS R package facilitates Bayesian model selection and model averaging in complex regression settings by employing a variety of Monte Carlo model exploration methods. At its core, the package implements an efficient…

Sample Complexity and Decision-Theoretic Guarantees for Bayesian Model Averaging over Decision Trees with Catalan-Exponential Priors

2026-05-31 · Livija Jakaite, Vitaly Schetinin arxiv

We ask: when do Bayesian model averaging (BMA) weights over decision trees carry sufficient epistemic information to justify committed exploitation of the averaging distribution? We answer this question in closed form fo…

Learning All Credible Bayesian Network Structures for Model Averaging

2020-08-27 · Zhenyu A. Liao, Charupriya Sharma, James Cussens, Peter van Beek

A Bayesian network is a widely used probabilistic graphical model with applications in knowledge discovery and prediction. Learning a Bayesian network (BN) from data can be cast as an optimization problem using the well-…

All