Papers › Uncertainty in Neural Networks: Approximately Bayesian Ensembling

Uncertainty in Neural Networks: Approximately Bayesian Ensembling

12 Oct 2018arXiv:1810.05546archive 2025-07-28

Tim Pearce, Felix Leibfried, Alexandra Brintrup, Mohamed Zaki, Andy Neely

Understanding the uncertainty of a neural network's (NN) predictions is essential for many purposes. The Bayesian framework provides a principled approach to this, however applying it to NNs is challenging due to large numbers of parameters and data. Ensembling NNs provides an easily implementable, scalable method for uncertainty quantification, however, it has been criticised for not being Bayesian. This work proposes one modification to the usual process that we argue does result in approximate Bayesian inference; regularising parameters about values drawn from a distribution which can be set equal to the prior. A theoretical analysis of the procedure in a simplified setting suggests the recovered posterior is centred correctly but tends to have an underestimated marginal variance, and overestimated correlation. However, two conditions can lead to exact recovery. We argue that these conditions are partially present in NNs. Empirical evaluations demonstrate it has an advantage over standard ensembling, and is competitive with variational methods.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="1810.05546")

Code

Syntology Ran 0 of 16 code samples harvested from 2 repositories linked to this paper; 16 have no recorded run.

By repository: official repository: 8 samples from 1 repository, 0 ran; community (archive-listed): 8 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

TeaPearce/Bayesian_NN_Ensembles officialmentioned in papermentioned on GitHubtfMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

16 samples harvested; 0 ran; 0 honoured the contract we drafted; 16 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

16unverified

Licence: 0 of the 16 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

fn_my_loss TeaPearce/Bayesian_NN_Ensembles/classification/2d_class_need_03.py official repository unverified MIT (permissive) · 1915bcf3c5c8ecb4 · report
get_hyperparams TeaPearce/Bayesian_NN_Ensembles/regression/hyperparams.py official repository unverified MIT (permissive) · 58ed8144cb697424 · report
lr_schedule TeaPearce/Bayesian_NN_Ensembles/classification/2d_class_need_03.py official repository unverified MIT (permissive) · 626f3d6baf7dc55b · report
np_k_0 TeaPearce/Bayesian_NN_Ensembles/regression/module_gp.py official repository unverified MIT (permissive) · 6802e5d7fe4d2d58 · report
np_softmax TeaPearce/Bayesian_NN_Ensembles/classification/2d_class_need_03.py official repository unverified MIT (permissive) · e8ccab56c21c75ce · report
np_step TeaPearce/Bayesian_NN_Ensembles/regression/module_gp.py official repository unverified MIT (permissive) · 7796962d8760fb27 · report
np_step_kernel TeaPearce/Bayesian_NN_Ensembles/regression/module_gp.py official repository unverified MIT (permissive) · c3529256b7b082a6 · report
sigmoid_array TeaPearce/Bayesian_NN_Ensembles/regression/DataGen.py official repository unverified MIT (permissive) · 479d482abed0b4ff · report
data_training giarcieri/assessing-the-influence-of-models-on-the-performance-of-reinforcement-learning-algorithms/training_step.py community (archive-listed) unverified MIT (permissive) · 049d2ff8e0580c54 · report
epsilon_greedy_policy giarcieri/assessing-the-influence-of-models-on-the-performance-of-reinforcement-learning-algorithms/play_one_step.py community (archive-listed) unverified MIT (permissive) · 9170211e7fedd09e · report
get_action giarcieri/assessing-the-influence-of-models-on-the-performance-of-reinforcement-learning-algorithms/play_one_step.py community (archive-listed) unverified MIT (permissive) · a1a896e5eded3920 · report
half_cheetah_cost_fn giarcieri/assessing-the-influence-of-models-on-the-performance-of-reinforcement-learning-algorithms/cost_functions.py community (archive-listed) unverified MIT (permissive) · 21f05dc03145f0ba · report
inverted_pendulum_cost_fn giarcieri/assessing-the-influence-of-models-on-the-performance-of-reinforcement-learning-algorithms/cost_functions.py community (archive-listed) unverified MIT (permissive) · 41dd6f9037d680b6 · report
pendulum_cost_fn giarcieri/assessing-the-influence-of-models-on-the-performance-of-reinforcement-learning-algorithms/cost_functions.py community (archive-listed) unverified MIT (permissive) · ca3901c6b47a2a0a · report
play_one_step giarcieri/assessing-the-influence-of-models-on-the-performance-of-reinforcement-learning-algorithms/play_one_step.py community (archive-listed) unverified MIT (permissive) · 8839f6d395bca7bf · report
training_step giarcieri/assessing-the-influence-of-models-on-the-performance-of-reinforcement-learning-algorithms/training_step.py community (archive-listed) unverified MIT (permissive) · e55b7a835164bf52 · report

Tasks

Bayesian InferenceGeneral ClassificationImage ClassificationUncertainty Quantification

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections