Papers › VeLO: Training Versatile Learned Optimizers by Scaling Up

VeLO: Training Versatile Learned Optimizers by Scaling Up

17 Nov 2022arXiv:2211.09760archive 2025-07-28

Luke Metz, James Harrison, C. Daniel Freeman, Amil Merchant, Lucas Beyer, James Bradbury, Naman Agrawal, Ben Poole, Igor Mordatch, Adam Roberts, Jascha Sohl-Dickstein

While deep learning models have replaced hand-designed features across many domains, these models are still trained with hand-designed optimizers. In this work, we leverage the same scaling approach behind the success of deep learning to learn versatile optimizers. We train an optimizer for deep learning which is itself a small neural network that ingests gradients and outputs parameter updates. Meta-trained with approximately four thousand TPU-months of compute on a wide variety of optimization tasks, our optimizer not only exhibits compelling performance, but optimizes in interesting and unexpected ways. It requires no hyperparameter tuning, instead automatically adapting to the specifics of the problem being optimized. We open source our learned optimizer, meta-training code, the associated train and test data, and an extensive optimizer benchmark suite with baselines at velo-code.github.io.

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.09760")

Code

Syntology Ran 2 of 20 code samples harvested from 2 repositories linked to this paper; 18 have no recorded run. Of those that ran: 2 ran with no contract checked.

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

amoudgl/celo mentioned on GitHubjaxMIT 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

20 samples harvested; 2 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.

2ran
18unverified

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

cached_jit google/learned_optimization/learned_optimization/jax_utils.py official repository unverified Apache-2.0 (permissive) · 4a6a734cd7a980fb · report
colors_for_num google/learned_optimization/learned_optimization/notebook_utils.py official repository unverified Apache-2.0 (permissive) · dc03aa48546537e4 · report
copy google/learned_optimization/learned_optimization/filesystem.py official repository unverified Apache-2.0 (permissive) · 7b798c49a45c7bd4 · report
ema google/learned_optimization/learned_optimization/notebook_utils.py official repository unverified Apache-2.0 (permissive) · e6c862d84c69f94c · report
file_open google/learned_optimization/learned_optimization/filesystem.py official repository unverified Apache-2.0 (permissive) · 95b8c213917f58e2 · report
make_dirs google/learned_optimization/learned_optimization/filesystem.py official repository unverified Apache-2.0 (permissive) · acfa17a3ae480c74 · report
maybe_do google/learned_optimization/learned_optimization/jax_utils.py official repository unverified Apache-2.0 (permissive) · 84bfa52883247bc1 · report
maybe_static_cond google/learned_optimization/learned_optimization/jax_utils.py official repository unverified Apache-2.0 (permissive) · d2feb266da7afc46 · report
threaded_tqdm_map google/learned_optimization/learned_optimization/notebook_utils.py official repository unverified Apache-2.0 (permissive) · 56f6fcb69aa5d0e8 · report
threaded_tqdm_map google/learned_optimization/learned_optimization/py_utils.py official repository unverified Apache-2.0 (permissive) · 2a3363443caf8537 · report
uniquify_server_name google/learned_optimization/learned_optimization/distributed.py official repository unverified Apache-2.0 (permissive) · c5f32a000fc8d76e · report
decay_to_param amoudgl/celo/celo/optimizers/adafac_mlp_lopt.py community (archive-listed) ran fingerprinted MIT (permissive) · 519c4737cd569640 · report
tanh_embedding amoudgl/celo/celo/optimizers/adafac_mlp_lopt.py community (archive-listed) ran MIT (permissive) · 888ee6dfa73adb32 · report
factored_dims amoudgl/celo/celo/optimizers/celo.py community (archive-listed) unverified MIT (permissive) · 048bb21eeedc76ed · report
factored_dims amoudgl/celo/celo/optimizers/celo2_optax.py community (archive-listed) unverified MIT (permissive) · f1a9b2bb9feb2fa3 · report
load_checkpoint amoudgl/celo/celo/optimizers/celo2_optax.py community (archive-listed) unverified MIT (permissive) · ffce6a5291c41f40 · report
load_state amoudgl/celo/celo/utils.py community (archive-listed) unverified MIT (permissive) · d69eb755b5da1e5c · report
orthogonalize_via_newton_schulz amoudgl/celo/celo/optimizers/celo2_optax.py community (archive-listed) unverified MIT (permissive) · 66d025f06569a161 · report
print_param_routing amoudgl/celo/celo/optimizers/celo2.py community (archive-listed) unverified MIT (permissive) · cab026933643448f · report
second_moment_normalizer amoudgl/celo/celo/optimizers/adafac_mlp_lopt.py community (archive-listed) unverified MIT (permissive) · d18fac6308869679 · report

Tasks

Deep Learning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Test

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