Papers › Neural Bootstrapper

Neural Bootstrapper

2 Oct 2020NeurIPS 2021 12arXiv:2010.01051archive 2025-07-28

Minsuk Shin, Hyungjoo Cho, Hyun-seok Min, Sungbin Lim

Bootstrapping has been a primary tool for ensemble and uncertainty quantification in machine learning and statistics. However, due to its nature of multiple training and resampling, bootstrapping deep neural networks is computationally burdensome; hence it has difficulties in practical application to the uncertainty estimation and related tasks. To overcome this computational bottleneck, we propose a novel approach called \emph{Neural Bootstrapper} (NeuBoots), which learns to generate bootstrapped neural networks through single model training. NeuBoots injects the bootstrap weights into the high-level feature layers of the backbone network and outputs the bootstrapped predictions of the target, without additional parameters and the repetitive computations from scratch. We apply NeuBoots to various machine learning tasks related to uncertainty quantification, including prediction calibrations in image classification and semantic segmentation, active learning, and detection of out-of-distribution samples. Our empirical results show that NeuBoots outperforms other bagging based methods under a much lower computational cost without losing the validity of bootstrapping.

PaperPDFConference PDFCodeCode 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="2010.01051")

Code

Syntology Ran 5 of 15 code samples harvested from 2 repositories linked to this paper; 10 have no recorded run. Of those that ran: 3 ran · our draft was wrong; 2 ran with no contract checked.

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

sungbinlim/GBS officialmentioned in papermentioned on GitHubpytorchMIT report
sungbinlim/neuboots officialmentioned in papermentioned on GitHubpytorch 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

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

3ran · our draft was wrong
2ran
10unverified

Licence: 0 of the 15 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.

NbsCls sungbinlim/neuboots/models/nbsnet.py official repository ran fingerprinted MIT (permissive) · 484b205bf62d1153 · report
conv3x3 sungbinlim/GBS/models/wideresnet.py official repository ran · our draft was wrong MIT (permissive) · 00e569acd6b45ef0 · report
conv3x3 sungbinlim/GBS/models/resnet.py official repository ran · our draft was wrong MIT (permissive) · 583f9780bdd00a45 · report
conv3x3 sungbinlim/GBS/models/resnet_ca.py official repository ran · our draft was wrong MIT (permissive) · 6af95ebe99af2e36 · report
make_layers sungbinlim/GBS/models/vgg_ca.py official repository ran MIT (permissive) · ac62432dc5134b0d · report
ResNet18 sungbinlim/GBS/models/resnet.py official repository unverified MIT (permissive) · 9340140bbf07c51b · report
ResNet34 sungbinlim/GBS/models/resnet.py official repository unverified MIT (permissive) · b2a3b85f8f4dd6d3 · report
dense_bc sungbinlim/GBS/models/densenet_ca.py official repository unverified MIT (permissive) · b32470612e94b426 · report
densenet100 sungbinlim/GBS/models/densenet.py official repository unverified MIT (permissive) · 64707056ff9c11d1 · report
get_conv sungbinlim/GBS/models/nbsnet.py official repository unverified MIT (permissive) · c349f899084e33d1 · report
resnet110 sungbinlim/GBS/models/resnet_ca.py official repository unverified MIT (permissive) · 2b5e24bbbd09fd37 · report
run sungbinlim/GBS/batch.py official repository unverified MIT (permissive) · f76c984711e5ce32 · report
vgg16 sungbinlim/GBS/models/vgg_ca.py official repository unverified MIT (permissive) · 35785195d24fc7e4 · report
wresnet16_8 sungbinlim/GBS/models/wideresnet.py official repository unverified MIT (permissive) · fec0057e2b9d5bbb · report
wresnet28_2 sungbinlim/GBS/models/wideresnet.py official repository unverified MIT (permissive) · ea61f98ea37b7db6 · report

Tasks

Active LearningBIG-bench Machine LearningImage ClassificationSemantic SegmentationUncertainty Quantificationimage-classification

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