TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/Zen-NAS: A Zero-Shot NAS for High-Performance Deep Image R...

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

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

2021-02-01Image ClassificationNeural Architecture Search
PaperPDFCodeCode(official)

Abstract

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.

Results

TaskDatasetMetricValueModel
Neural Architecture SearchCIFAR-100Percentage Error15.6ZenNet-2.0M
Neural Architecture SearchImageNetAccuracy83.6ZenNAS (1.2ms)
Neural Architecture SearchImageNetTop-1 Error Rate16.4ZenNAS (1.2ms)
Neural Architecture SearchImageNetAccuracy77.8ZenNAS (0.1ms)
Neural Architecture SearchImageNetParams30.1ZenNAS (0.1ms)
Neural Architecture SearchImageNetTop-1 Error Rate22.2ZenNAS (0.1ms)
Image ClassificationImageNetGFLOPs13.9ZenNAS (0.8ms)
Image ClassificationImageNetGFLOPs0.82ZenNet-400M-SE
AutoMLCIFAR-100Percentage Error15.6ZenNet-2.0M
AutoMLImageNetAccuracy83.6ZenNAS (1.2ms)
AutoMLImageNetTop-1 Error Rate16.4ZenNAS (1.2ms)
AutoMLImageNetAccuracy77.8ZenNAS (0.1ms)
AutoMLImageNetParams30.1ZenNAS (0.1ms)
AutoMLImageNetTop-1 Error Rate22.2ZenNAS (0.1ms)

Related Papers

Automatic Classification and Segmentation of Tunnel Cracks Based on Deep Learning and Visual Explanations2025-07-18Adversarial attacks to image classification systems using evolutionary algorithms2025-07-17Efficient Adaptation of Pre-trained Vision Transformer underpinned by Approximately Orthogonal Fine-Tuning Strategy2025-07-17Federated Learning for Commercial Image Sources2025-07-17MUPAX: Multidimensional Problem Agnostic eXplainable AI2025-07-17DASViT: Differentiable Architecture Search for Vision Transformer2025-07-17Hashed Watermark as a Filter: Defeating Forging and Overwriting Attacks in Weight-based Neural Network Watermarking2025-07-15Transferring Styles for Reduced Texture Bias and Improved Robustness in Semantic Segmentation Networks2025-07-14