Papers › Uncertainty Estimation and Generalization Bounds for Modern Deep Learning

Uncertainty Estimation and Generalization Bounds for Modern Deep Learning

11 Jun 2026arXiv:2606.13818added by Syntology

Luis A. Ortega

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

This thesis investigates how Bayesian principles can deepen our understanding of modern deep learning systems. While neural networks achieve remarkable predictive performance, their ability to generalize and to quantify uncertainty remains only partly understood. This thesis approaches this challenge from both methodological and theoretical angles: unifying Bayesian inference, function-space modeling, and large-deviation theory under a common probabilistic perspective. On the methodological side, the thesis introduces the Deep Variational Implicit Process (DVIP), a scalable Bayesian framework that extends implicit processes to deep architectures. Complementing this, two post-hoc methods -- the Variational Linearized Laplace Approximation (VaLLA) and the Fixed-Mean Gaussian Process (FMGP) -- are proposed to equip pretrained deterministic networks with calibrated uncertainty estimates. The theoretical contributions focus on one of the central open questions in modern machine learning: why do large, over-parameterized neural networks generalize so well? To address this, the thesis develops a unified probabilistic framework that connects three key mechanisms -- diversity, smoothness, and stochasticity -- within the language of PAC-Bayesian and large-deviation theory.

PaperPDFCode Syntology ran

In Syntology 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="2606.13818")

Code

Syntology Ran 37 of 41 code samples harvested from 4 repositories linked to this paper; 4 have no recorded run. Of those that ran: 4 ran · our draft was wrong; 1 ran · fixture could not drive it; 32 ran with no contract checked.

By repository: found in paper text by Syntology: 41 samples from 4 repositories, 37 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

pyg-team/pytorch_geometric found in paper text by Syntology report
chenyaofo/pytorch-cifar-models found in paper text by Syntology report
PGM-Lab/2022-AISTATS-diversity found in paper text by Syntology report
Ludvins/2023-ICLR-DVIP found in paper text by Syntology report
Ludvins/FixedMeanGaussianProcesses found in paper text by Syntology report

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

41 samples harvested; 37 ran; 0 honoured the contract we drafted; 4 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.

4ran · our draft was wrong
1ran · fixture could not drive it
32ran
4unverified

Licence: 13 of the 41 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 4 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.

swish chenyaofo/pytorch-cifar-models/pytorch_cifar_models/vit.py found in paper text by Syntology ran · our draft was wrong fingerprinted BSD-3-Clause (permissive) · 0f786c407fb1ee4c · report
PAC2B PGM-Lab/2022-AISTATS-diversity/baselines/utils/loss_functions_regression.py found in paper text by Syntology ran Apache-2.0 (permissive) · acf8577934bf88ae · report
PAC2B_val PGM-Lab/2022-AISTATS-diversity/baselines/utils/loss_functions_regression.py found in paper text by Syntology ran Apache-2.0 (permissive) · cfbb845717e042df · report
RandomFeatureLinear Ludvins/FixedMeanGaussianProcesses/bayesipy/sngp/sngp.py found in paper text by Syntology ran no licence file found · pointer only · b8eb5d7e142384aa · report
build_plot_name Ludvins/2023-ICLR-DVIP/utils/plotting_utils.py found in paper text by Syntology ran Apache-2.0 (permissive) · ea7b0835f2d3335f · report
channel_shuffle chenyaofo/pytorch-cifar-models/pytorch_cifar_models/shufflenetv2.py found in paper text by Syntology ran fingerprinted BSD-3-Clause (permissive) · cf7081fc34608ea3 · report
compute_length_scale_estimation Ludvins/FixedMeanGaussianProcesses/bayesipy/fmgp/src/utils.py found in paper text by Syntology ran no licence file found · pointer only · c7b099eee18f9d82 · report
conv1x1 Ludvins/FixedMeanGaussianProcesses/bayesipy/utils/pretrained_models/resnet.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · d9def42110729a85 · report
conv3x3 Ludvins/FixedMeanGaussianProcesses/bayesipy/utils/pretrained_models/resnet.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · fac5364e2f53c6db · report
conv_bn chenyaofo/pytorch-cifar-models/pytorch_cifar_models/repvgg.py found in paper text by Syntology ran · our draft was wrong BSD-3-Clause (permissive) · 7186655759897af6 · report
create_config PGM-Lab/2022-AISTATS-diversity/uncertainty_baselines/models/bert.py found in paper text by Syntology ran Apache-2.0 (permissive) · 295ee5b09ae2c97c · report
create_feature_and_label PGM-Lab/2022-AISTATS-diversity/uncertainty_baselines/models/bert.py found in paper text by Syntology ran Apache-2.0 (permissive) · 40ffce7d1720bb3e · report
datetime_str PGM-Lab/2022-AISTATS-diversity/experiments/utils.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · d0a7c4df3411553b · report
disagreement PGM-Lab/2022-AISTATS-diversity/uncertainty_metrics/tensorflow/diversity.py found in paper text by Syntology ran Apache-2.0 (permissive) · e84bd011992827f4 · report
double_fault PGM-Lab/2022-AISTATS-diversity/uncertainty_metrics/tensorflow/diversity.py found in paper text by Syntology ran Apache-2.0 (permissive) · b842f0051e5f8d0f · report
fix_path PGM-Lab/2022-AISTATS-diversity/experiments/utils.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · e64589228e0c490c · report
gaussian_logdensity Ludvins/FixedMeanGaussianProcesses/bayesipy/utils/utils.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · bd897ef8c63d2700 · report
get_mlp Ludvins/FixedMeanGaussianProcesses/bayesipy/utils/pretrained_models/mlp.py found in paper text by Syntology ran no licence file found · pointer only · af9e9b168d689923 · report
hermgauss Ludvins/2023-ICLR-DVIP/src/quadrature.py found in paper text by Syntology ran Apache-2.0 (permissive) · c337f974be7358c0 · report
logit_kl_divergence PGM-Lab/2022-AISTATS-diversity/uncertainty_metrics/tensorflow/diversity.py found in paper text by Syntology ran Apache-2.0 (permissive) · 89781e10d38d157e · report
make_layers chenyaofo/pytorch-cifar-models/pytorch_cifar_models/vgg.py found in paper text by Syntology ran BSD-3-Clause (permissive) · 0bac0ac5d129be80 · report
mlp_1LDenseDeterministic PGM-Lab/2022-AISTATS-diversity/baselines/utils/models_regression.py found in paper text by Syntology ran Apache-2.0 (permissive) · e7c93df492ca3a3c · report
mlp_1LDenseDeterministic_Dropout PGM-Lab/2022-AISTATS-diversity/baselines/utils/models_regression.py found in paper text by Syntology ran Apache-2.0 (permissive) · 0b3edd9ea89609a4 · report
mlp_2LDenseDeterministic PGM-Lab/2022-AISTATS-diversity/baselines/utils/models_regression.py found in paper text by Syntology ran Apache-2.0 (permissive) · f51e32bce3b5dd50 · report
mse_variance PGM-Lab/2022-AISTATS-diversity/baselines/utils/loss_functions_regression.py found in paper text by Syntology ran Apache-2.0 (permissive) · ad2f9e71bb948814 · report
mvhermgauss Ludvins/2023-ICLR-DVIP/src/quadrature.py found in paper text by Syntology ran Apache-2.0 (permissive) · e5a113b7584c58ad · report
plot_prediction Ludvins/2023-ICLR-DVIP/utils/plotting_utils.py found in paper text by Syntology ran Apache-2.0 (permissive) · 507efacc4593b54f · report
psd_safe_eigen Ludvins/FixedMeanGaussianProcesses/bayesipy/laplace/ella/utils.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · f5c0924bdf10d63a · report
reparameterize Ludvins/2023-ICLR-DVIP/src/utils.py found in paper text by Syntology ran · fixture could not drive it fingerprinted Apache-2.0 (permissive) · 2a8846306c2df5bf · report
resnet20_deterministic PGM-Lab/2022-AISTATS-diversity/baselines/utils/resnet20_deterministic.py found in paper text by Syntology ran Apache-2.0 (permissive) · a26f1425bbe08478 · report
safe_cholesky Ludvins/FixedMeanGaussianProcesses/bayesipy/utils/utils.py found in paper text by Syntology ran no licence file found · pointer only · b7a62a4e0b1cf9a3 · report
safe_inverse Ludvins/FixedMeanGaussianProcesses/bayesipy/utils/utils.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · f224c69ef3f3fab4 · report
scatter_data Ludvins/2023-ICLR-DVIP/utils/plotting_utils.py found in paper text by Syntology ran Apache-2.0 (permissive) · b882a7aff506fc95 · report
score Ludvins/FixedMeanGaussianProcesses/bayesipy/utils/metrics.py found in paper text by Syntology ran no licence file found · pointer only · 9110c7d87661f572 · report
score_samples Ludvins/FixedMeanGaussianProcesses/bayesipy/utils/metrics.py found in paper text by Syntology ran no licence file found · pointer only · 53d67f7e874f1a79 · report
subsample Ludvins/FixedMeanGaussianProcesses/bayesipy/laplace/ella/utils.py found in paper text by Syntology ran no licence file found · pointer only · 1dbd6e4dad05ca85 · report
subsample_balanced Ludvins/FixedMeanGaussianProcesses/bayesipy/laplace/ella/utils.py found in paper text by Syntology ran no licence file found · pointer only · a48e38fde47691fc · report
get_dataset Ludvins/2023-ICLR-DVIP/utils/dataset.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 323c373e0a928fe7 · report
hermgaussquadrature Ludvins/2023-ICLR-DVIP/src/quadrature.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 71ede92eb0ff34d4 · report
mlp_1LDenseEnsemble PGM-Lab/2022-AISTATS-diversity/baselines/utils/models.py found in paper text by Syntology unverified Apache-2.0 (permissive) · aa3f94b61db0da9c · report
mlp_1LDenseSingle PGM-Lab/2022-AISTATS-diversity/baselines/utils/models.py found in paper text by Syntology unverified Apache-2.0 (permissive) · cf840fd65bedfd1f · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2606.13818, was issued in June 2026, after that date, so the archive has no leaderboard rows for it.

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