Papers › Learning Where To Look -- Generative NAS is Surprisingly Efficient

Learning Where To Look -- Generative NAS is Surprisingly Efficient

16 Mar 2022arXiv:2203.08734archive 2025-07-28

Jovita Lukasik, Steffen Jung, Margret Keuper

The efficient, automated search for well-performing neural architectures (NAS) has drawn increasing attention in the recent past. Thereby, the predominant research objective is to reduce the necessity of costly evaluations of neural architectures while efficiently exploring large search spaces. To this aim, surrogate models embed architectures in a latent space and predict their performance, while generative models for neural architectures enable optimization-based search within the latent space the generator draws from. Both, surrogate and generative models, have the aim of facilitating query-efficient search in a well-structured latent space. In this paper, we further improve the trade-off between query-efficiency and promising architecture generation by leveraging advantages from both, efficient surrogate models and generative design. To this end, we propose a generative model, paired with a surrogate predictor, that iteratively learns to generate samples from increasingly promising latent subspaces. This approach leads to very effective and efficient architecture search, while keeping the query amount low. In addition, our approach allows in a straightforward manner to jointly optimize for multiple objectives such as accuracy and hardware latency. We show the benefit of this approach not only w.r.t. the optimization of architectures for highest classification accuracy but also in the context of hardware constraints and outperform state-of-the-art methods on several NAS benchmarks for single and multiple objectives. We also achieve state-of-the-art performance on ImageNet. The code is available at http://github.com/jovitalukasik/AG-Net .

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

Code

Syntology Ran 8 of 15 code samples harvested from 1 repository linked to this paper; 7 have no recorded run. Of those that ran: 1 ran · our draft was wrong; 1 ran · fixture could not drive it; 6 ran with no contract checked.

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

jovitalukasik/AG-Net officialmentioned in papermentioned on GitHubpytorch 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

15 samples harvested; 8 ran; 0 honoured the contract we drafted; 7 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 · our draft was wrong
1ran · fixture could not drive it
6ran
7unverified

Licence: 0 of the 15 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 jovitalukasik/AG-Net. “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.

Embedding_Network jovitalukasik/AG-Net/Generator.py official repository ran fingerprinted MIT (permissive) · 582d38d6fe781c5d · report
GraphAggr jovitalukasik/AG-Net/Generator.py official repository ran MIT (permissive) · ce4b703f0ca4ac1d · report
MLP_predictor jovitalukasik/AG-Net/Generator.py official repository ran fingerprinted MIT (permissive) · 6108502415b404b5 · report
NodeAdd jovitalukasik/AG-Net/Generator.py official repository ran MIT (permissive) · 2b9fe11164cf5625 · report
NodeInit jovitalukasik/AG-Net/Generator.py official repository ran MIT (permissive) · dad4798b4ede036f · report
Nodes jovitalukasik/AG-Net/Generator.py official repository ran MIT (permissive) · 775bc58aa0b13b2c · report
adj_to_scores jovitalukasik/AG-Net/Generator.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · 79e9ac44d05a5e89 · report
scores_to_adj jovitalukasik/AG-Net/Generator.py official repository ran · our draft was wrong MIT (permissive) · 07bfd504987b0c00 · report
GNNDecoder jovitalukasik/AG-Net/Generator.py official repository unverified MIT (permissive) · 7a4c97aeb50377dc · report
GNNLayer_backward jovitalukasik/AG-Net/Generator.py official repository unverified MIT (permissive) · 2d556bf1eff82766 · report
GNNLayer_forward jovitalukasik/AG-Net/Generator.py official repository unverified MIT (permissive) · 010094ca34994468 · report
Generator jovitalukasik/AG-Net/Generator.py official repository unverified MIT (permissive) · 011cde17ef45ee9a · report
Generator_Decoder jovitalukasik/AG-Net/Generator.py official repository unverified MIT (permissive) · 5d7d83be99daf869 · report
GraphEmbed jovitalukasik/AG-Net/Generator.py official repository unverified MIT (permissive) · 57beeabace709277 · report
NodeEmbUpd jovitalukasik/AG-Net/Generator.py official repository unverified MIT (permissive) · bfe2ce35559e1337 · report

Tasks

Neural Architecture Search

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Neural Architecture Search NAS-Bench-201, CIFAR-10 AG-Net Accuracy (Test) 94.37 #3 of 37 Archive leaderboard report
Neural Architecture Search NAS-Bench-201, CIFAR-10 AG-Net Accuracy (Val) 91.61 #3 of 37 Archive leaderboard report
Neural Architecture Search NAS-Bench-201, CIFAR-100 AG-Net Accuracy (Test) 73.51 #5 of 40 Archive leaderboard report
Neural Architecture Search NAS-Bench-201, CIFAR-100 AG-Net Accuracy (Val) 73.49 #5 of 40 Archive leaderboard report
Neural Architecture Search NAS-Bench-201, ImageNet-16-120 AG-Net Accuracy (Test) 46.42 #7 of 49 Archive leaderboard report
Neural Architecture Search NAS-Bench-201, ImageNet-16-120 AG-Net Accuracy (Val) 46.73 #7 of 49 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.

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