Papers › Amos: An Adam-style Optimizer with Adaptive Weight Decay towards Model-Oriented Scale

Amos: An Adam-style Optimizer with Adaptive Weight Decay towards Model-Oriented Scale

21 Oct 2022arXiv:2210.11693archive 2025-07-28

Ran Tian, Ankur P. Parikh

We present Amos, a stochastic gradient-based optimizer designed for training deep neural networks. It can be viewed as an Adam optimizer with theoretically supported, adaptive learning-rate decay and weight decay. A key insight behind Amos is that it leverages model-specific information to determine the initial learning-rate and decaying schedules. When used for pre-training BERT variants and T5, Amos consistently converges faster than the state-of-the-art settings of AdamW, achieving better validation loss within <=70% training steps and time, while requiring <=51% memory for slot variables. Our code is open-sourced at: https://github.com/google-research/jestimator

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

Code

Syntology Ran 0 of 18 code samples harvested from 1 repository linked to this paper; 18 have no recorded run.

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

google-research/jestimator officialmentioned in papermentioned on GitHubjaxApache-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

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

18unverified

Licence: 0 of the 18 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 google-research/jestimator. “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.

amos google-research/jestimator/jestimator/amos.py official repository unverified Apache-2.0 (permissive) · 2bb6c564f3751916 · report
count_dataset google-research/jestimator/jestimator/data_utils.py official repository unverified Apache-2.0 (permissive) · 6589ebccf58154e2 · report
extract_axes google-research/jestimator/jestimator/states.py official repository unverified Apache-2.0 (permissive) · 0cdb17a2cb7ed2ea · report
get_dataset_filenames google-research/jestimator/jestimator/data_utils.py official repository unverified Apache-2.0 (permissive) · d8fb636561abd584 · report
get_eta_fn google-research/jestimator/jestimator/models/bert/modeling.py official repository unverified Apache-2.0 (permissive) · 03eacb055758e4ce · report
get_eta_fn google-research/jestimator/jestimator/models/bert_rpe/modeling.py official repository unverified Apache-2.0 (permissive) · f35f7c250f470dec · report
get_mode_heuristic google-research/jestimator/jestimator/estimator.py official repository unverified Apache-2.0 (permissive) · ae4f81e47ffe8ec4 · report
get_shape_fn google-research/jestimator/jestimator/models/bert/modeling.py official repository unverified Apache-2.0 (permissive) · e1fa28ec4113168f · report
get_shape_fn google-research/jestimator/jestimator/models/bert_rpe/modeling.py official repository unverified Apache-2.0 (permissive) · 08fa84f42053f15a · report
last_evaluated_ckpt google-research/jestimator/jestimator/checkpoint_utils.py official repository unverified Apache-2.0 (permissive) · 93deb8b469412f3b · report
latest_ckpt_path google-research/jestimator/jestimator/checkpoint_utils.py official repository unverified Apache-2.0 (permissive) · b13a2245fd60febd · report
maybe_reduce_axis_names google-research/jestimator/jestimator/amos_helper.py official repository unverified Apache-2.0 (permissive) · 8eb387dfd7170af5 · report
normalize_loss_by_size google-research/jestimator/jestimator/modeling.py official repository unverified Apache-2.0 (permissive) · 3435635af154f27d · report
scale_by_amos google-research/jestimator/jestimator/amos.py official repository unverified Apache-2.0 (permissive) · 48d615d3ce949e18 · report
sparse_xe_with_logits google-research/jestimator/jestimator/modeling.py official repository unverified Apache-2.0 (permissive) · 7aa1ce8753bf1f47 · report
to_attention_mask google-research/jestimator/jestimator/models/bert/modeling.py official repository unverified Apache-2.0 (permissive) · 31bc709a794648a0 · report
transpose_dataset google-research/jestimator/jestimator/data_utils.py official repository unverified Apache-2.0 (permissive) · 2f530f6e8d717b5a · report
unstack google-research/jestimator/jestimator/modeling.py official repository unverified Apache-2.0 (permissive) · c1163fa4442ceef8 · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

AdafactorAdamAdamWAttentionAttention DropoutBERTBPEDense ConnectionsDropoutGated Linear UnitInverse Square Root ScheduleLayer NormalizationLinear LayerLinear Warmup With Linear DecayMulti-Head AttentionResidual ConnectionSentencePieceSoftmaxT5Weight DecayWordPiece

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