Poster
Runtime Analysis of Evolutionary NAS for Multiclass Classification
Zeqiong Lv · Chao Qian · Yun Liu · Jiahao Fan · Yanan Sun
West Exhibition Hall B2-B3 #W-902
Building effective neural (network) architectures is a core challenge in machine learning. Evolutionary neural architecture search (ENAS) addresses this by evolving high-performing deep neural architectures with evolutionary algorithms. While ENAS works well in practice, its theoretical understanding—especially how long it takes to find the optimum—remains limited.We study the runtime of ENAS on multiclass classification tasks. We first build a new benchmark and design a two-level search space to reflect realistic ENAS settings. Then, we analyze the runtime of simple ENAS algorithms using different mutations.Our analysis shows that a simple one-bit mutation may be greatly considered, given that most state-of-the-art ENAS methods are laboriously designed with the bit-wise mutation. This can deepen our theoretical understanding of ENAS and offer practical guidance for designing faster and simpler ENAS algorithms.