LGCVNESep 15, 2022

EZNAS: Evolving Zero Cost Proxies For Neural Architecture Scoring

arXiv:2209.07413v315 citationsh-index: 10
AI Analysis

This work addresses the need for more efficient and sustainable neural architecture search methods, reducing carbon footprint and improving productivity for researchers and practitioners in deep learning.

The paper tackles the problem of automating the design of zero-cost proxies for neural architecture scoring, which currently requires expert-driven experimentation and lacks generalization across design spaces, by proposing a genetic programming framework that discovers interpretable and generalizable proxies achieving state-of-the-art score-accuracy correlation on NASBench-201 and NDS datasets.

Neural Architecture Search (NAS) has significantly improved productivity in the design and deployment of neural networks (NN). As NAS typically evaluates multiple models by training them partially or completely, the improved productivity comes at the cost of significant carbon footprint. To alleviate this expensive training routine, zero-shot/cost proxies analyze an NN at initialization to generate a score, which correlates highly with its true accuracy. Zero-cost proxies are currently designed by experts conducting multiple cycles of empirical testing on possible algorithms, datasets, and neural architecture design spaces. This experimentation lowers productivity and is an unsustainable approach towards zero-cost proxy design as deep learning use-cases diversify in nature. Additionally, existing zero-cost proxies fail to generalize across neural architecture design spaces. In this paper, we propose a genetic programming framework to automate the discovery of zero-cost proxies for neural architecture scoring. Our methodology efficiently discovers an interpretable and generalizable zero-cost proxy that gives state of the art score-accuracy correlation on all datasets and search spaces of NASBench-201 and Network Design Spaces (NDS). We believe that this research indicates a promising direction towards automatically discovering zero-cost proxies that can work across network architecture design spaces, datasets, and tasks.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes