Papers › Parameter Prediction for Unseen Deep Architectures

Parameter Prediction for Unseen Deep Architectures

25 Oct 2021NeurIPS 2021 12arXiv:2110.13100archive 2025-07-28

Boris Knyazev, Michal Drozdzal, Graham W. Taylor, Adriana Romero-Soriano

Deep learning has been successful in automating the design of features in machine learning pipelines. However, the algorithms optimizing neural network parameters remain largely hand-designed and computationally inefficient. We study if we can use deep learning to directly predict these parameters by exploiting the past knowledge of training other networks. We introduce a large-scale dataset of diverse computational graphs of neural architectures - DeepNets-1M - and use it to explore parameter prediction on CIFAR-10 and ImageNet. By leveraging advances in graph neural networks, we propose a hypernetwork that can predict performant parameters in a single forward pass taking a fraction of a second, even on a CPU. The proposed model achieves surprisingly good performance on unseen and diverse networks. For example, it is able to predict all 24 million parameters of a ResNet-50 achieving a 60% accuracy on CIFAR-10. On ImageNet, top-5 accuracy of some of our networks approaches 50%. Our task along with the model and results can potentially lead to a new, more computationally efficient paradigm of training networks. Our model also learns a strong representation of neural architectures enabling their analysis.

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

Code

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

By repository: official repository: 1 sample from 1 repository, 0 ran; found in paper text by Syntology: 4 samples from 1 repository, 4 ran; community: 2 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.

facebookresearch/ppuda officialmentioned in paperpytorch 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

7 samples harvested; 6 ran; 0 honoured the contract we drafted; 1 has no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

5ran · our draft was wrong
1ran
1unverified

Licence: 2 of the 7 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 3 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.

ghn_parallel facebookresearch/ppuda/ppuda/ghn/nn.py official repository unverified MIT (permissive) · 89ee63fee8534439 · report
AdaptiveTokenSampling lucidrains/vit-pytorch/vit_pytorch/ats_vit.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · 04863499199acab0 · report
batched_index_select lucidrains/vit-pytorch/vit_pytorch/ats_vit.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 582b2f1aa69315a0 · report
log lucidrains/vit-pytorch/vit_pytorch/ats_vit.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 8f3eea58724263db · report
sample_gumbel lucidrains/vit-pytorch/vit_pytorch/ats_vit.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · e18c2d8cad8088d3 · report
find_closest_first aria1th/Hypernetwork-MonkeyPatch-Extension/patches/hypernetwork.py community ran · our draft was wrong no licence file found · pointer only · 97fce54d0fea583d · report
list_hypernetworks aria1th/Hypernetwork-MonkeyPatch-Extension/patches/hypernetwork.py community ran · our draft was wrong fingerprinted no licence file found · pointer only · a64b4c5c48a91cc8 · report

Tasks

Parameter PredictionPrediction

1 archive task tag without a task page not shown.

Datasets

Introduced by this paper, per the archive.

DeepNets-1M

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Parameter Prediction CIFAR10 GHN-2 Classification Accuracy (BN-free) 36.8 #1 of 1 Archive leaderboard report
Parameter Prediction CIFAR10 GHN-2 Classification Accuracy (Deep) 60.5 #1 of 1 Archive leaderboard report
Parameter Prediction CIFAR10 GHN-2 Classification Accuracy (Dense) 65.8 #1 of 1 Archive leaderboard report
Parameter Prediction CIFAR10 GHN-2 Classification Accuracy (ID-test) 66.9 #1 of 1 Archive leaderboard report
Parameter Prediction CIFAR10 GHN-2 Classification Accuracy (ResNet-50) 58.6 #1 of 1 Archive leaderboard report
Parameter Prediction CIFAR10 GHN-2 Classification Accuracy (ViT) 11.4 #1 of 1 Archive leaderboard report
Parameter Prediction CIFAR10 GHN-2 Classification Accuracy (Wide) 64 #1 of 1 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Methods

GGS-NNsHyperNetwork

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