Runtime Analysis of Evolutionary NAS for Multiclass Classification
Zeqiong Lv, Chao Qian, Yun Liu, Jiahao Fan, and Yanan Sun

TL;DR
This paper provides a theoretical runtime analysis of evolutionary neural architecture search (ENAS) for multiclass classification, establishing bounds and highlighting the efficiency of simple mutation strategies.
Contribution
It introduces a benchmark and analyzes the runtime bounds of (1+1)-ENAS algorithms with different mutations, offering new theoretical insights into ENAS efficiency.
Findings
Expected runtime upper bound: O(rM ln rM)
Expected runtime lower bound: Ω(rM ln M)
Simple one-bit mutation is effective and competitive
Abstract
Evolutionary neural architecture search (ENAS) is a key part of evolutionary machine learning, which commonly utilizes evolutionary algorithms (EAs) to automatically design high-performing deep neural architectures. During past years, various ENAS methods have been proposed with exceptional performance. However, the theory research of ENAS is still in the infant. In this work, we step for the runtime analysis, which is an essential theory aspect of EAs, of ENAS upon multiclass classification problems. Specifically, we first propose a benchmark to lay the groundwork for the analysis. Furthermore, we design a two-level search space, making it suitable for multiclass classification problems and consistent with the common settings of ENAS. Based on both designs, we consider (1+1)-ENAS algorithms with one-bit and bit-wise mutations, and analyze their upper and lower bounds on the expected…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMetaheuristic Optimization Algorithms Research · Advanced Multi-Objective Optimization Algorithms · Evolutionary Algorithms and Applications
