Papers › Rapid Neural Architecture Search by Learning to Generate Graphs from Datasets

Rapid Neural Architecture Search by Learning to Generate Graphs from Datasets

2 Jul 2021ICLR 2021 1arXiv:2107.00860archive 2025-07-28

Hayeon Lee, Eunyoung Hyung, Sung Ju Hwang

Despite the success of recent Neural Architecture Search (NAS) methods on various tasks which have shown to output networks that largely outperform human-designed networks, conventional NAS methods have mostly tackled the optimization of searching for the network architecture for a single task (dataset), which does not generalize well across multiple tasks (datasets). Moreover, since such task-specific methods search for a neural architecture from scratch for every given task, they incur a large computational cost, which is problematic when the time and monetary budget are limited. In this paper, we propose an efficient NAS framework that is trained once on a database consisting of datasets and pretrained networks and can rapidly search for a neural architecture for a novel dataset. The proposed MetaD2A (Meta Dataset-to-Architecture) model can stochastically generate graphs (architectures) from a given set (dataset) via a cross-modal latent space learned with amortized meta-learning. Moreover, we also propose a meta-performance predictor to estimate and select the best architecture without direct training on target datasets. The experimental results demonstrate that our model meta-learned on subsets of ImageNet-1K and architectures from NAS-Bench 201 search space successfully generalizes to multiple unseen datasets including CIFAR-10 and CIFAR-100, with an average search time of 33 GPU seconds. Even under MobileNetV3 search space, MetaD2A is 5.5K times faster than NSGANetV2, a transferable NAS method, with comparable performance. We believe that the MetaD2A proposes a new research direction for rapid NAS as well as ways to utilize the knowledge from rich databases of datasets and architectures accumulated over the past years. Code is available at https://github.com/HayeonLee/MetaD2A.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

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

Code

Syntology Ran 2 of 19 code samples harvested from 4 repositories linked to this paper; 17 have no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran · our draft was wrong.

By repository: official repository: 9 samples from 1 repository, 1 ran; found in paper text by Syntology: 9 samples from 3 repositories, 0 ran; 1 identical to code first harvested elsewhere. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

HayeonLee/MetaD2A officialmentioned in paperpytorchMIT 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

19 samples harvested; 2 ran; 1 honoured the contract we drafted; 17 have no recorded run. Read from Syntology's graph 2026-09-25; that is when this build read the record, not when the samples ran.

1ran · honoured contract
1ran · our draft was wrong
17unverified

Licence: 5 of the 19 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 4 repositories linked to this paper, official or community; each sample names its own and says which. Some samples are identical code Syntology first harvested from another repository; for those, this paper's copy is not located and its licence is not recorded. “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.

collate_fn HayeonLee/MetaD2A/MetaD2A_mobilenetV3/loader.py official repository ran · honoured contract MIT (permissive) · f55c31d782e48ffb · report
decode_ofa_mbv3_to_igraph HayeonLee/MetaD2A/MetaD2A_mobilenetV3/utils.py official repository unverified MIT (permissive) · 7b60cfea1c582309 · report
get_loader HayeonLee/MetaD2A/MetaD2A_mobilenetV3/database/metaloader.py official repository unverified MIT (permissive) · 14ef56df31b716ed · report
get_meta_test_loader HayeonLee/MetaD2A/MetaD2A_mobilenetV3/loader.py official repository unverified MIT (permissive) · 2d30a7e1cec63917 · report
get_meta_train_loader HayeonLee/MetaD2A/MetaD2A_mobilenetV3/loader.py official repository unverified MIT (permissive) · 75092bae3fb86ad0 · report
get_transform HayeonLee/MetaD2A/MetaD2A_mobilenetV3/process_dataset.py official repository unverified MIT (permissive) · f2c3cad885f3c5a6 · report
is_valid_ofa_mbv3 HayeonLee/MetaD2A/MetaD2A_mobilenetV3/utils.py official repository unverified MIT (permissive) · 0de0dc03a084ba91 · report
load_graph_config HayeonLee/MetaD2A/MetaD2A_mobilenetV3/utils.py official repository unverified MIT (permissive) · dac9f0aab7051ab2 · report
str2bool HayeonLee/MetaD2A/MetaD2A_mobilenetV3/parser.py official repository unverified MIT (permissive) · b0717d29ccfec107 · report
Architect xiangning-chen/DrNAS/architect.py found in paper text by Syntology unverified no licence file found · pointer only · 461bb7a03f47f0ad · report
Cell yuhuixu1993/PC-DARTS/model_search.py found in paper text by Syntology unverified no licence file found · pointer only · 18a2cee21566ce44 · report
MixedOp yuhuixu1993/PC-DARTS/model_search.py found in paper text by Syntology unverified no licence file found · pointer only · f58cf0ad967f722d · report
Network yuhuixu1993/PC-DARTS/model_search.py found in paper text by Syntology unverified no licence file found · pointer only · 4b9ef6a87294337c · report
backward_step_unrolled D-X-Y/AutoDL-Projects/exps/NAS-Bench-201-algos/DARTS-V2.py found in paper text by Syntology unverified MIT (permissive) · 490b5c41400816e1 · report
mutate_arch_func D-X-Y/AutoDL-Projects/exps/NAS-Bench-201-algos/R_EA.py found in paper text by Syntology unverified MIT (permissive) · c9db316e18458ccd · report
random_size_func D-X-Y/AutoDL-Projects/exps/NATS-algos/random_wo_share.py found in paper text by Syntology unverified MIT (permissive) · b45190c694bcb277 · report
select_action D-X-Y/AutoDL-Projects/exps/NAS-Bench-201-algos/reinforce.py found in paper text by Syntology unverified MIT (permissive) · 0e6f925ca93551fa · report
train_and_eval D-X-Y/AutoDL-Projects/exps/NAS-Bench-201-algos/R_EA.py found in paper text by Syntology unverified MIT (permissive) · 1ab9fd355247f264 · report
channel_shuffle identical code first harvested elsewhere ran · our draft was wrong fingerprinted licence of this copy not recorded · b9da06d4f527dd6c · report

Tasks

Meta-LearningNeural Architecture Search

1 archive task tag without a task page not shown.

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

1x1 ConvolutionAverage PoolingBatch NormalizationConvolutionDense ConnectionsDepthwise ConvolutionDepthwise Separable ConvolutionDropoutGlobal Average PoolingHard SwishInverted Residual BlockPointwise ConvolutionReLUReLU6Sigmoid ActivationSqueeze-and-Excitation Block

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