A First Step Towards Runtime Analysis of Evolutionary Neural Architecture Search
Zeqiong Lv, Chao Qian, Yanan Sun
TL;DR
This work initiates a mathematical runtime analysis for Evolutionary Neural Architecture Search (ENAS) by introducing Uniform, an explicit binary classification proxy that maps neural-architecture configurations to accuracy via a tractable fitness function. It analyzes a (1+1)-EA style ENAS with local and global mutations, proving both achieve linear expected runtime $Θ(n)$ to locate the optimum, and shows empirical equivalence between the mutation operators. The approach leverages fitness-level methods and additive drift to obtain upper and lower bounds, providing a foundational step toward rigorous ENAS theory. The results offer insight into how mutation strategies influence search efficiency and lay groundwork for extending analysis to more realistic NAS problems and operators.
Abstract
Evolutionary neural architecture search (ENAS) employs evolutionary algorithms to find high-performing neural architectures automatically, and has achieved great success. However, compared to the empirical success, its rigorous theoretical analysis has yet to be touched. This work goes preliminary steps toward the mathematical runtime analysis of ENAS. In particular, we define a binary classification problem $\textsc{UNIFORM}$, and formulate an explicit fitness function to represent the relationship between neural architecture and classification accuracy. Furthermore, we consider (1+1)-ENAS algorithm with mutation to optimize the neural architecture, and obtain the following runtime bounds: both the local and global mutations find the optimum in an expected runtime of $Θ(n)$, where $n$ is the problem size. The theoretical results show that the local and global mutations achieve nearly the same performance on $\textsc{UNIFORM}$. Empirical results also verify the equivalence of these two mutation operators.
