Papers › Empirical Study on Optimizer Selection for Out-of-Distribution Generalization

Empirical Study on Optimizer Selection for Out-of-Distribution Generalization

15 Nov 2022arXiv:2211.08583archive 2025-07-28

Hiroki Naganuma, Kartik Ahuja, Shiro Takagi, Tetsuya Motokawa, Rio Yokota, Kohta Ishikawa, Ikuro Sato, Ioannis Mitliagkas

Modern deep learning systems do not generalize well when the test data distribution is slightly different to the training data distribution. While much promising work has been accomplished to address this fragility, a systematic study of the role of optimizers and their out-of-distribution generalization performance has not been undertaken. In this study, we examine the performance of popular first-order optimizers for different classes of distributional shift under empirical risk minimization and invariant risk minimization. We address this question for image and text classification using DomainBed, WILDS, and Backgrounds Challenge as testbeds for studying different types of shifts -- namely correlation and diversity shift. We search over a wide range of hyperparameters and examine classification accuracy (in-distribution and out-of-distribution) for over 20,000 models. We arrive at the following findings, which we expect to be helpful for practitioners: i) adaptive optimizers (e.g., Adam) perform worse than non-adaptive optimizers (e.g., SGD, momentum SGD) on out-of-distribution performance. In particular, even though there is no significant difference in in-distribution performance, we show a measurable difference in out-of-distribution performance. ii) in-distribution performance and out-of-distribution performance exhibit three types of behavior depending on the dataset -- linear returns, increasing returns, and diminishing returns. For example, in the training of natural language data using Adam, fine-tuning the performance of in-distribution performance does not significantly contribute to the out-of-distribution generalization performance.

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

Code

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

By repository: official repository: 11 samples from 1 repository, 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.

hiroki11x/optimizer_comparison_ood officialmentioned in paperpytorchApache-2.0 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

11 samples harvested; 5 ran; 0 honoured the contract we drafted; 6 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
6unverified

Licence: 0 of the 11 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 hiroki11x/optimizer_comparison_ood. “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.

Classifier hiroki11x/optimizer_comparison_ood/domainbed/networks.py official repository ran · our draft was wrong Apache-2.0 (permissive) · ce7990d7ad5821ff · report
conv1x1 hiroki11x/optimizer_comparison_ood/backgrounds_challenge/imagenet_models/leaky_resnet.py official repository ran · our draft was wrong Apache-2.0 (permissive) · d9def42110729a85 · report
conv3x3 hiroki11x/optimizer_comparison_ood/backgrounds_challenge/imagenet_models/leaky_resnet.py official repository ran · our draft was wrong Apache-2.0 (permissive) · fac5364e2f53c6db · report
get_test_records hiroki11x/optimizer_comparison_ood/domainbed/model_selection.py official repository ran · our draft was wrong Apache-2.0 (permissive) · 53fac8d8d949e72b · report
remove_batch_norm_from_resnet hiroki11x/optimizer_comparison_ood/domainbed/networks.py official repository ran Apache-2.0 (permissive) · 196cab71d7129d62 · report
get_algorithm_class hiroki11x/optimizer_comparison_ood/domainbed/algorithms.py official repository unverified Apache-2.0 (permissive) · b0bc80b1655a6802 · report
leaky_resnet18 hiroki11x/optimizer_comparison_ood/backgrounds_challenge/imagenet_models/leaky_resnet.py official repository unverified Apache-2.0 (permissive) · d5b851531e5607ed · report
load_configs hiroki11x/optimizer_comparison_ood/backgrounds_challenge/challenge_eval_with_wandb.py official repository unverified Apache-2.0 (permissive) · 7655baef76214ea3 · report
make_layers hiroki11x/optimizer_comparison_ood/backgrounds_challenge/imagenet_models/vgg.py official repository unverified Apache-2.0 (permissive) · 4663dbc405f4ebb7 · report
resnet18 hiroki11x/optimizer_comparison_ood/backgrounds_challenge/imagenet_models/resnet.py official repository unverified Apache-2.0 (permissive) · e80f6253f6063a60 · report
resnet18 hiroki11x/optimizer_comparison_ood/backgrounds_challenge/imagenet_models/wide_resnet.py official repository unverified Apache-2.0 (permissive) · 129dbbdab666ace4 · report

Tasks

Out-of-Distribution GeneralizationText Classificationtext-classification

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

AdamSGDTest

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