Papers › Learning to Learn with Generative Models of Neural Network Checkpoints

Learning to Learn with Generative Models of Neural Network Checkpoints

26 Sep 2022arXiv:2209.12892archive 2025-07-28

William Peebles, Ilija Radosavovic, Tim Brooks, Alexei A. Efros, Jitendra Malik

We explore a data-driven approach for learning to optimize neural networks. We construct a dataset of neural network checkpoints and train a generative model on the parameters. In particular, our model is a conditional diffusion transformer that, given an initial input parameter vector and a prompted loss, error, or return, predicts the distribution over parameter updates that achieve the desired metric. At test time, it can optimize neural networks with unseen parameters for downstream tasks in just one update. We find that our approach successfully generates parameters for a wide range of loss prompts. Moreover, it can sample multimodal parameter solutions and has favorable scaling properties. We apply our method to different neural network architectures and tasks in supervised and reinforcement learning.

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

Code

Syntology Ran 3 of 20 code samples harvested from 1 repository linked to this paper; 17 have no recorded run. Of those that ran: 1 ran · fixture could not drive it; 2 ran with no contract checked.

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

wpeebles/g.pt officialmentioned in papermentioned on GitHubpytorchBSD-2-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

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

1ran · fixture could not drive it
2ran
17unverified

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 wpeebles/g.pt. “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.

color_norm wpeebles/g.pt/data_gen/train_cifar10.py official repository ran BSD-2-Clause (permissive) · d160a205c24a70f9 · report
time_string wpeebles/g.pt/Gpt/meters.py official repository ran fingerprinted BSD-2-Clause (permissive) · 803bcd86e3301891 · report
zero_pad wpeebles/g.pt/data_gen/train_cifar10.py official repository ran · fixture could not drive it fingerprinted BSD-2-Clause (permissive) · 8e712c383c677282 · report
all_gather wpeebles/g.pt/Gpt/distributed.py official repository unverified BSD-2-Clause (permissive) · 250494257e1f8188 · report
construct_loader wpeebles/g.pt/Gpt/utils.py official repository unverified BSD-2-Clause (permissive) · 7bef924189a2a628 · report
construct_loader wpeebles/g.pt/data_gen/train_mnist.py official repository unverified BSD-2-Clause (permissive) · 337c2966cca20001 · report
create_thresholding_fn wpeebles/g.pt/Gpt/vis.py official repository unverified BSD-2-Clause (permissive) · 9759670b96772cd5 · report
ddim_synth wpeebles/g.pt/playground.py official repository unverified BSD-2-Clause (permissive) · 06ebeb225cfdc4a0 · report
dump_json_stats wpeebles/g.pt/Gpt/meters.py official repository unverified BSD-2-Clause (permissive) · 9817cd76b1cffb0c · report
eta_str wpeebles/g.pt/data_gen/train_mnist.py official repository unverified BSD-2-Clause (permissive) · 5c827254b86e623d · report
float_to_decimal wpeebles/g.pt/Gpt/meters.py official repository unverified BSD-2-Clause (permissive) · ed27fb884352e87a · report
horizontal_flip wpeebles/g.pt/data_gen/train_cifar10.py official repository unverified BSD-2-Clause (permissive) · 1cd4047c59310f59 · report
is_main_proc wpeebles/g.pt/Gpt/distributed.py official repository unverified BSD-2-Clause (permissive) · 13bc2d293163e97b · report
lr_fun_cos wpeebles/g.pt/Gpt/utils.py official repository unverified BSD-2-Clause (permissive) · 3beb27a8d68b5a5e · report
scaled_all_reduce wpeebles/g.pt/Gpt/distributed.py official repository unverified BSD-2-Clause (permissive) · a45c474751d02fe9 · report
setup_env wpeebles/g.pt/Gpt/utils.py official repository unverified BSD-2-Clause (permissive) · 6f53e4795c83768e · report
slerp wpeebles/g.pt/Gpt/latent_walk_helpers.py official repository unverified BSD-2-Clause (permissive) · c2e26f19600bfc6a · report
slerpify wpeebles/g.pt/Gpt/latent_walk_helpers.py official repository unverified BSD-2-Clause (permissive) · d06e1fd0a7f317f7 · report
synth wpeebles/g.pt/Gpt/vis.py official repository unverified BSD-2-Clause (permissive) · 8c81a09dfbb6d408 · report
top1_error wpeebles/g.pt/data_gen/train_mnist.py official repository unverified BSD-2-Clause (permissive) · 093a895f2d9c1921 · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

DiffusionTest

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