Papers › Zen-NAS: A Zero-Shot NAS for High-Performance Deep Image Recognition

Zen-NAS: A Zero-Shot NAS for High-Performance Deep Image Recognition

1 Feb 2021arXiv:2102.01063archive 2025-07-28

Ming Lin, Pichao Wang, Zhenhong Sun, Hesen Chen, Xiuyu Sun, Qi Qian, Hao Li, Rong Jin

Accuracy predictor is a key component in Neural Architecture Search (NAS) for ranking architectures. Building a high-quality accuracy predictor usually costs enormous computation. To address this issue, instead of using an accuracy predictor, we propose a novel zero-shot index dubbed Zen-Score to rank the architectures. The Zen-Score represents the network expressivity and positively correlates with the model accuracy. The calculation of Zen-Score only takes a few forward inferences through a randomly initialized network, without training network parameters. Built upon the Zen-Score, we further propose a new NAS algorithm, termed as Zen-NAS, by maximizing the Zen-Score of the target network under given inference budgets. Within less than half GPU day, Zen-NAS is able to directly search high performance architectures in a data-free style. Comparing with previous NAS methods, the proposed Zen-NAS is magnitude times faster on multiple server-side and mobile-side GPU platforms with state-of-the-art accuracy on ImageNet. Our source code and pre-trained models are released on https://github.com/idstcv/ZenNAS.

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

Code

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

By repository: 2 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.

idstcv/ZenNAS mentioned 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

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

2ran · our draft was wrong

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

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.

compute_nas_score identical code first harvested elsewhere ran · our draft was wrong licence of this copy not recorded · 866a541b53979f13 · report
network_weight_gaussian_init identical code first harvested elsewhere ran · our draft was wrong licence of this copy not recorded · 28d3ae653452ecdf · report

Tasks

Image ClassificationNeural Architecture Search

1 archive task tag without a task page not shown.

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Image Classification ImageNet ZenNAS (0.8ms) GFLOPs 13.9 #482 of 1060 Archive leaderboard report
Image Classification ImageNet ZenNAS (0.8ms) Number of params 183M #482 of 1060 Archive leaderboard report
Image Classification ImageNet ZenNAS (0.8ms) Top 1 Accuracy 83.0% #482 of 1060 Archive leaderboard report
Image Classification ImageNet ZenNet-400M-SE GFLOPs 0.820 #855 of 1060 Archive leaderboard report
Image Classification ImageNet ZenNet-400M-SE Number of params 5.7M #855 of 1060 Archive leaderboard report
Image Classification ImageNet ZenNet-400M-SE Top 1 Accuracy 78% #855 of 1060 Archive leaderboard report
Neural Architecture Search CIFAR-10 ZenNet-2.0M FLOPS 487M #19 of 41 Archive leaderboard report
Neural Architecture Search CIFAR-10 ZenNet-2.0M Parameters 2.0M #19 of 41 Archive leaderboard report
Neural Architecture Search CIFAR-10 ZenNet-2.0M Top-1 Error Rate 2.5% #19 of 41 Archive leaderboard report
Neural Architecture Search CIFAR-100 ZenNet-2.0M FLOPS 487M #7 of 13 Archive leaderboard report
Neural Architecture Search CIFAR-100 ZenNet-2.0M PARAMS 2.0M #7 of 13 Archive leaderboard report
Neural Architecture Search CIFAR-100 ZenNet-2.0M Percentage Error 15.6 #7 of 13 Archive leaderboard report
Neural Architecture Search ImageNet ZenNAS (1.2ms) Accuracy 83.6 #2 of 135 Archive leaderboard report
Neural Architecture Search ImageNet ZenNAS (1.2ms) FLOPs 22G #2 of 135 Archive leaderboard report
Neural Architecture Search ImageNet ZenNAS (1.2ms) Params 180M #2 of 135 Archive leaderboard report
Neural Architecture Search ImageNet ZenNAS (1.2ms) Top-1 Error Rate 16.4 #2 of 135 Archive leaderboard report
Neural Architecture Search ImageNet ZenNAS (0.1ms) Accuracy 77.8 #59 of 135 Archive leaderboard report
Neural Architecture Search ImageNet ZenNAS (0.1ms) FLOPs 1.7G #59 of 135 Archive leaderboard report
Neural Architecture Search ImageNet ZenNAS (0.1ms) Params 30.1 #59 of 135 Archive leaderboard report
Neural Architecture Search ImageNet ZenNAS (0.1ms) Top-1 Error Rate 22.2 #59 of 135 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