Efficient Global Neural Architecture Search
Shahid Siddiqui, Christos Kyrkou, Theocharis Theocharides

TL;DR
This paper introduces an efficient global neural architecture search method that automates macro and micro architecture design, employs architecture-aware performance approximation, and achieves state-of-the-art results with significantly reduced computational cost.
Contribution
It proposes a novel macro-micro search space, architecture-aware performance approximation, and an efficient search strategy for global NAS, improving automation and speed.
Findings
Achieved state-of-the-art results on EMNIST and KMNIST datasets.
Outperformed existing methods with 2-4x faster search times.
Discovered competitive architectures for face recognition applications.
Abstract
Neural architecture search (NAS) has shown promise towards automating neural network design for a given task, but it is computationally demanding due to training costs associated with evaluating a large number of architectures to find the optimal one. To speed up NAS, recent works limit the search to network building blocks (modular search) instead of searching the entire architecture (global search), approximate candidates' performance evaluation in lieu of complete training, and use gradient descent rather than naturally suitable discrete optimization approaches. However, modular search does not determine network's macro architecture i.e. depth and width, demanding manual trial and error post-search, hence lacking automation. In this work, we revisit NAS and design a navigable, yet architecturally diverse, macro-micro search space. In addition, to determine relative rankings of…
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
TopicsNeural Networks and Applications
