Papers › Partially Stochastic Infinitely Deep Bayesian Neural Networks

Partially Stochastic Infinitely Deep Bayesian Neural Networks

5 Feb 2024arXiv:2402.03495archive 2025-07-28

Sergio Calvo-Ordonez, Matthieu Meunier, Francesco Piatti, Yuantao Shi

In this paper, we present Partially Stochastic Infinitely Deep Bayesian Neural Networks, a novel family of architectures that integrates partial stochasticity into the framework of infinitely deep neural networks. Our new class of architectures is designed to improve the computational efficiency of existing architectures at training and inference time. To do this, we leverage the advantages of partial stochasticity in the infinite-depth limit which include the benefits of full stochasticity e.g. robustness, uncertainty quantification, and memory efficiency, whilst improving their limitations around computational complexity. We present a variety of architectural configurations, offering flexibility in network design including different methods for weight partition. We also provide mathematical guarantees on the expressivity of our models by establishing that our network family qualifies as Universal Conditional Distribution Approximators. Lastly, empirical evaluations across multiple tasks show that our proposed architectures achieve better downstream task performance and uncertainty quantification than their counterparts while being significantly more efficient. The code can be found at \url{https://github.com/Sergio20f/part_stoch_inf_deep}

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="2402.03495")

Code

Syntology Ran 10 of 17 code samples harvested from 1 repository linked to this paper; 7 have no recorded run. Of those that ran: 1 ran · violated contract; 9 ran · our draft was wrong.

By repository: official repository: 17 samples from 1 repository, 10 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

sergio20f/part_stoch_inf_deep officialmentioned in paperjax 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

17 samples harvested; 10 ran; 0 honoured the contract we drafted; 7 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.

1ran · violated contract
9ran · our draft was wrong
7unverified

Licence: 17 of the 17 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 sergio20f/part_stoch_inf_deep. “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.

Affine sergio20f/part_stoch_inf_deep/arch.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · ee1ec0c589cadd7b · report
BayesianLayer sergio20f/part_stoch_inf_deep/layers.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · 1af23d057bd94033 · report
Swish_ sergio20f/part_stoch_inf_deep/arch.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · 02c69963c3739b67 · report
_sdeint sergio20f/part_stoch_inf_deep/layers.py official repository ran · our draft was wrong no licence file found · pointer only · 28d92f354d62dd3f · report
aug_init sergio20f/part_stoch_inf_deep/layers.py official repository ran · our draft was wrong no licence file found · pointer only · f43d0d8a644ed2d0 · report
augmented_post_drift sergio20f/part_stoch_inf_deep/layers.py official repository ran · our draft was wrong no licence file found · pointer only · 679a1d2ba3db5a0c · report
augmented_prior_drift sergio20f/part_stoch_inf_deep/layers.py official repository ran · our draft was wrong no licence file found · pointer only · d001641b4d745458 · report
normal_kldiv sergio20f/part_stoch_inf_deep/layers.py official repository ran · violated contract fingerprinted no licence file found · pointer only · 056538899cff555a · report
sdeint sergio20f/part_stoch_inf_deep/layers.py official repository ran · our draft was wrong no licence file found · pointer only · d647b684f6582805 · report
variance_scaling sergio20f/part_stoch_inf_deep/layers.py official repository ran · our draft was wrong no licence file found · pointer only · e761de9f4c477057 · report
SDELayer sergio20f/part_stoch_inf_deep/layers.py official repository unverified no licence file found · pointer only · dc9013835f0ceb5d · report
_compute_fans sergio20f/part_stoch_inf_deep/layers.py official repository unverified no licence file found · pointer only · ec8cea005cc836bb · report
augmented_diffusion sergio20f/part_stoch_inf_deep/layers.py official repository unverified no licence file found · pointer only · f017d3e029807254 · report
he_normal_stdev sergio20f/part_stoch_inf_deep/layers.py official repository unverified no licence file found · pointer only · b5fc14c86b45c4ce · report
loss sergio20f/part_stoch_inf_deep/sdebnn_classification.py official repository unverified no licence file found · pointer only · af7df44b7c8caf77 · report
predict sergio20f/part_stoch_inf_deep/sdebnn_classification.py official repository unverified no licence file found · pointer only · 2d96f5e14250dac3 · report
sep_loss sergio20f/part_stoch_inf_deep/sdebnn_classification.py official repository unverified no licence file found · pointer only · 528631e2109308f6 · report

Tasks

Computational EfficiencyUncertainty 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