Papers › Loss Surfaces, Mode Connectivity, and Fast Ensembling of DNNs

Loss Surfaces, Mode Connectivity, and Fast Ensembling of DNNs

27 Feb 2018NeurIPS 2018 12arXiv:1802.10026archive 2025-07-28

Timur Garipov, Pavel Izmailov, Dmitrii Podoprikhin, Dmitry Vetrov, Andrew Gordon Wilson

The loss functions of deep neural networks are complex and their geometric properties are not well understood. We show that the optima of these complex loss functions are in fact connected by simple curves over which training and test accuracy are nearly constant. We introduce a training procedure to discover these high-accuracy pathways between modes. Inspired by this new geometric insight, we also propose a new ensembling method entitled Fast Geometric Ensembling (FGE). Using FGE we can train high-performing ensembles in the time required to train a single model. We achieve improved performance compared to the recent state-of-the-art Snapshot Ensembles, on CIFAR-10, CIFAR-100, and ImageNet.

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

Code

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

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

timgaripov/dnn-mode-connectivity officialmentioned in papermentioned on GitHubpytorch report
DeBur19/FGE_reproduction_project mentioned on GitHubpytorch report
biomedia-mbzuai/fissionfusion mentioned on GitHubpytorch report
chandansharma02/Deep_Learning mentioned on GitHubpytorch report
g-benton/loss-surface-simplexes mentioned on GitHubpytorch report
simon-larsson/keras-swa mentioned on GitHubtf report
tjwhitaker/prune-and-tune-ensembles mentioned on GitHubpytorchMIT report
xuyxu/Ensemble-Pytorch mentioned on GitHubpytorchBSD-3-Clause 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

14 samples harvested; 3 ran; 0 honoured the contract we drafted; 11 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.

2ran · our draft was wrong
1ran
11unverified

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

adjust_learning_rate tjwhitaker/prune-and-tune-ensembles/src/utils.py community (archive-listed) ran MIT (permissive) · 14ebf34e2f003912 · report
conv1x1 tjwhitaker/prune-and-tune-ensembles/src/models/resnet.py community (archive-listed) ran · our draft was wrong MIT (permissive) · d9def42110729a85 · report
conv3x3 tjwhitaker/prune-and-tune-ensembles/src/models/resnet.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 160bb14bd76201b4 · report
densenet121 tjwhitaker/prune-and-tune-ensembles/src/models/densenet.py community (archive-listed) unverified MIT (permissive) · d2ef37da818b9f51 · report
densenet161 tjwhitaker/prune-and-tune-ensembles/src/models/densenet.py community (archive-listed) unverified MIT (permissive) · 2c599b41c3a242e3 · report
densenet169 tjwhitaker/prune-and-tune-ensembles/src/models/densenet.py community (archive-listed) unverified MIT (permissive) · 9ee8bc3f789e311e · report
get_corrupted_loaders tjwhitaker/prune-and-tune-ensembles/src/data.py community (archive-listed) unverified MIT (permissive) · 8e5a659674eb5d9c · report
get_loaders tjwhitaker/prune-and-tune-ensembles/src/data.py community (archive-listed) unverified MIT (permissive) · 4b373666065863fd · report
learning_rate_schedule tjwhitaker/prune-and-tune-ensembles/src/utils.py community (archive-listed) unverified MIT (permissive) · 1bdf337d2589e11b · report
resnet18 tjwhitaker/prune-and-tune-ensembles/src/models/resnet.py community (archive-listed) unverified MIT (permissive) · 2615428ce71ead9f · report
set_optimizer xuyxu/Ensemble-Pytorch/torchensemble/utils/set_module.py community (archive-listed) unverified BSD-3-Clause (permissive) · c5a3a3cd326f2289 · report
set_scheduler xuyxu/Ensemble-Pytorch/torchensemble/utils/set_module.py community (archive-listed) unverified BSD-3-Clause (permissive) · bb98a99452b24eae · report
torchensemble_model_doc xuyxu/Ensemble-Pytorch/torchensemble/_base.py community (archive-listed) unverified BSD-3-Clause (permissive) · 89aa135e73e6bce8 · report
update_lr xuyxu/Ensemble-Pytorch/torchensemble/utils/set_module.py community (archive-listed) unverified BSD-3-Clause (permissive) · e85ee74b940ce638 · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Snapshot Ensembles

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