HyperAIHyperAI

Command Palette

Search for a command to run...

3 months ago

KNAS: Green Neural Architecture Search

Jingjing Xu Liang Zhao Junyang Lin Rundong Gao Xu Sun Hongxia Yang

KNAS: Green Neural Architecture Search

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

Code Repositories

jingjing-nlp/knas
Official
pytorch

Benchmarks

BenchmarkMethodologyMetrics
neural-architecture-search-on-nas-bench-201KNAS (k=40)
Accuracy (Test): 45.05
neural-architecture-search-on-nas-bench-201-1KNAS (k=40)
Accuracy (Test): 93.43
neural-architecture-search-on-nas-bench-201-2KNAS (k=40)
Accuracy (Test): 71.05
neural-architecture-search-on-nats-benchKNAS (Xu et al., 2021)
Test Accuracy: 34.11
neural-architecture-search-on-nats-bench-1KNAS (Xu et al., 2021)
Test Accuracy: 93.05
neural-architecture-search-on-nats-bench-2KNAS (Xu et al., 2021)
Test Accuracy: 68.91

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
KNAS: Green Neural Architecture Search | Papers | HyperAI