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/KNAS: Green Neural Architecture Search

KNAS: Green Neural Architecture Search

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

2021-11-26Text ClassificationImage ClassificationNeural Architecture Searchtext-classification
PaperPDFCode(official)

Abstract

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} .

Results

TaskDatasetMetricValueModel
Neural Architecture SearchNATS-Bench Topology, CIFAR-10Test Accuracy93.05KNAS (Xu et al., 2021)
Neural Architecture SearchNAS-Bench-201, ImageNet-16-120Accuracy (Test)45.05KNAS (k=40)
Neural Architecture SearchNATS-Bench Topology, CIFAR-100Test Accuracy68.91KNAS (Xu et al., 2021)
Neural Architecture SearchNAS-Bench-201, CIFAR-10Accuracy (Test)93.43KNAS (k=40)
Neural Architecture SearchNATS-Bench Topology, ImageNet16-120Test Accuracy34.11KNAS (Xu et al., 2021)
Neural Architecture SearchNAS-Bench-201, CIFAR-100Accuracy (Test)71.05KNAS (k=40)
AutoMLNATS-Bench Topology, CIFAR-10Test Accuracy93.05KNAS (Xu et al., 2021)
AutoMLNAS-Bench-201, ImageNet-16-120Accuracy (Test)45.05KNAS (k=40)
AutoMLNATS-Bench Topology, CIFAR-100Test Accuracy68.91KNAS (Xu et al., 2021)
AutoMLNAS-Bench-201, CIFAR-10Accuracy (Test)93.43KNAS (k=40)
AutoMLNATS-Bench Topology, ImageNet16-120Test Accuracy34.11KNAS (Xu et al., 2021)
AutoMLNAS-Bench-201, CIFAR-100Accuracy (Test)71.05KNAS (k=40)

Related Papers

Automatic Classification and Segmentation of Tunnel Cracks Based on Deep Learning and Visual Explanations2025-07-18Making Language Model a Hierarchical Classifier and Generator2025-07-17Adversarial 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-15