NEAICVLGJul 22, 2022

Guided Evolutionary Neural Architecture Search With Efficient Performance Estimation

arXiv:2208.06475v114 citationsh-index: 12
Originality Incremental advance
AI Analysis

This addresses the challenge of efficient and effective architecture search for researchers and practitioners in machine learning, though it appears incremental as it builds on existing NAS methods.

The paper tackles the problem of Neural Architecture Search (NAS) methods being complex and prone to local minima by proposing GEA, a guided evolutionary approach that uses efficient performance estimation and achieves state-of-the-art results on NAS-Bench-101, NAS-Bench-201, and TransNAS-Bench-101 benchmarks.

Neural Architecture Search (NAS) methods have been successfully applied to image tasks with excellent results. However, NAS methods are often complex and tend to converge to local minima as soon as generated architectures seem to yield good results. This paper proposes GEA, a novel approach for guided NAS. GEA guides the evolution by exploring the search space by generating and evaluating several architectures in each generation at initialisation stage using a zero-proxy estimator, where only the highest-scoring architecture is trained and kept for the next generation. Subsequently, GEA continuously extracts knowledge about the search space without increased complexity by generating several off-springs from an existing architecture at each generation. More, GEA forces exploitation of the most performant architectures by descendant generation while simultaneously driving exploration through parent mutation and favouring younger architectures to the detriment of older ones. Experimental results demonstrate the effectiveness of the proposed method, and extensive ablation studies evaluate the importance of different parameters. Results show that GEA achieves state-of-the-art results on all data sets of NAS-Bench-101, NAS-Bench-201 and TransNAS-Bench-101 benchmarks.

Foundations

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

Your Notes