Papers › KNAS: Green Neural Architecture Search

KNAS: Green Neural Architecture Search

26 Nov 2021arXiv:2111.13293archive 2025-07-28

Jingjing Xu, Liang Zhao, Junyang Lin, Rundong Gao, Xu sun, Hongxia Yang

Many existing neural architecture search (NAS) solutions rely on downstream training for architecture evaluation, which takes enormous computations. Considering that these computations bring a large carbon footprint, this paper aims to explore a green (namely environmental-friendly) NAS solution that evaluates architectures without training. Intuitively, gradients, induced by the architecture itself, directly decide the convergence and generalization results. It motivates us to propose the gradient kernel hypothesis: Gradients can be used as a coarse-grained proxy of downstream training to evaluate random-initialized networks. To support the hypothesis, we conduct a theoretical analysis and find a practical gradient kernel that has good correlations with training loss and validation performance. According to this hypothesis, we propose a new kernel based architecture search approach KNAS. Experiments show that KNAS achieves competitive results with orders of magnitude faster than "train-then-test" paradigms on image classification tasks. Furthermore, the extremely low search cost enables its wide applications. The searched network also outperforms strong baseline RoBERTA-large on two text classification tasks. Codes are available at \url{https://github.com/Jingjing-NLP/KNAS} .

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

Code

Syntology Ran 6 of 7 code samples harvested from 1 repository linked to this paper; 1 has no recorded run. Of those that ran: 6 ran with no contract checked.

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

jingjing-nlp/knas 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

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.

6ran
1unverified

Licence: 0 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 jingjing-nlp/knas. “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.

DualSepConv jingjing-nlp/knas/lib/models/cell_searchs/search_cells.py official repository ran fingerprinted MIT (permissive) · 1e18a8f367b94a9d · report
FactorizedReduce jingjing-nlp/knas/lib/models/cell_searchs/search_cells.py official repository ran fingerprinted MIT (permissive) · 7c0ac1e94a87f10f · report
POOLING jingjing-nlp/knas/lib/models/cell_searchs/search_cells.py official repository ran fingerprinted MIT (permissive) · 7e1ed06de24336a1 · report
ReLUConvBN jingjing-nlp/knas/lib/models/cell_searchs/search_cells.py official repository ran fingerprinted MIT (permissive) · ce76eaaf23f7764b · report
SepConv jingjing-nlp/knas/lib/models/cell_searchs/search_cells.py official repository ran fingerprinted MIT (permissive) · 3eaf4c1a73aca5f0 · report
Zero jingjing-nlp/knas/lib/models/cell_searchs/search_cells.py official repository ran fingerprinted MIT (permissive) · 241a3f0cda58125e · report
NAS201SearchCell jingjing-nlp/knas/lib/models/cell_searchs/search_cells.py official repository unverified MIT (permissive) · 953c6960d5b84981 · report

Tasks

Image ClassificationNeural Architecture SearchText Classificationimage-classificationtext-classification

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Neural Architecture Search NAS-Bench-201, CIFAR-10 KNAS (k=40) Accuracy (Test) 93.43 #24 of 37 Archive leaderboard report
Neural Architecture Search NAS-Bench-201, CIFAR-100 KNAS (k=40) Accuracy (Test) 71.05 #23 of 40 Archive leaderboard report
Neural Architecture Search NAS-Bench-201, ImageNet-16-120 KNAS (k=40) Accuracy (Test) 45.05 #30 of 49 Archive leaderboard report
Neural Architecture Search NATS-Bench Topology, CIFAR-10 KNAS (Xu et al., 2021) Test Accuracy 93.05 #8 of 11 Archive leaderboard report
Neural Architecture Search NATS-Bench Topology, CIFAR-100 KNAS (Xu et al., 2021) Test Accuracy 68.91 #8 of 11 Archive leaderboard report
Neural Architecture Search NATS-Bench Topology, ImageNet16-120 KNAS (Xu et al., 2021) Test Accuracy 34.11 #8 of 11 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