Papers › One-Shot Neural Architecture Search via Self-Evaluated Template Network

One-Shot Neural Architecture Search via Self-Evaluated Template Network

13 Oct 2019ICCV 2019 10arXiv:1910.05733archive 2025-07-28

Xuanyi Dong, Yi Yang

Neural architecture search (NAS) aims to automate the search procedure of architecture instead of manual design. Even if recent NAS approaches finish the search within days, lengthy training is still required for a specific architecture candidate to get the parameters for its accurate evaluation. Recently one-shot NAS methods are proposed to largely squeeze the tedious training process by sharing parameters across candidates. In this way, the parameters for each candidate can be directly extracted from the shared parameters instead of training them from scratch. However, they have no sense of which candidate will perform better until evaluation so that the candidates to evaluate are randomly sampled and the top-1 candidate is considered the best. In this paper, we propose a Self-Evaluated Template Network (SETN) to improve the quality of the architecture candidates for evaluation so that it is more likely to cover competitive candidates. SETN consists of two components: (1) an evaluator, which learns to indicate the probability of each individual architecture being likely to have a lower validation loss. The candidates for evaluation can thus be selectively sampled according to this evaluator. (2) a template network, which shares parameters among all candidates to amortize the training cost of generated candidates. In experiments, the architecture found by SETN achieves state-of-the-art performance on CIFAR and ImageNet benchmarks within comparable computation costs. Code is publicly available on GitHub: https://github.com/D-X-Y/AutoDL-Projects.

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

Code

Syntology Ran 0 of 3 code samples harvested from 1 repository linked to this paper; 3 have no recorded run.

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

D-X-Y/AutoDL-Projects officialmentioned in papermentioned on GitHubpytorchMIT report
D-X-Y/NAS-Projects officialmentioned in papermentioned on GitHubpytorchMIT report
D-X-Y/GDAS mentioned on GitHubpytorchMIT report
xxlya/COS598D_Assignment1 mentioned 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

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

3unverified

Licence: 0 of the 3 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 D-X-Y/GDAS. “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.

backward_step_unrolled D-X-Y/GDAS/exps/NAS-Bench-201-algos/DARTS-V2.py community (archive-listed) unverified MIT (permissive) · 490b5c41400816e1 · report
mutate_arch_func D-X-Y/GDAS/exps/NAS-Bench-201-algos/R_EA.py community (archive-listed) unverified MIT (permissive) · c9db316e18458ccd · report
train_and_eval D-X-Y/GDAS/exps/NAS-Bench-201-algos/R_EA.py community (archive-listed) unverified MIT (permissive) · 1ab9fd355247f264 · report

Tasks

Neural Architecture Search

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Neural Architecture Search CIFAR-10 SETN (T=1K) + CutOut Search Time (GPU days) 1.8 #30 of 41 Archive leaderboard report
Neural Architecture Search CIFAR-10 SETN (T=1K) + CutOut Top-1 Error Rate 2.69% #30 of 41 Archive leaderboard report
Neural Architecture Search NAS-Bench-201, CIFAR-100 SETN Accuracy (Test) 56.87 #34 of 40 Archive leaderboard report
Neural Architecture Search NAS-Bench-201, CIFAR-100 SETN Accuracy (Val) 59.05 #34 of 40 Archive leaderboard report
Neural Architecture Search NAS-Bench-201, CIFAR-100 SETN Search time (s) 31010 #34 of 40 Archive leaderboard report
Neural Architecture Search NAS-Bench-201, ImageNet-16-120 SETN Accuracy (Val) 32.52 #49 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