Efficient Few-Shot Neural Architecture Search by Counting the Number of Nonlinear Functions
Youngmin Oh, Hyunju Lee, Bumsub Ham

TL;DR
This paper presents a novel few-shot neural architecture search method that efficiently splits the search space based on the number of nonlinear functions, reducing computational costs and improving training efficiency.
Contribution
The proposed method uniquely divides the NAS search space by counting nonlinear functions, enabling efficient training of multiple supernets with reduced channel dimensions.
Findings
Achieves competitive NAS performance on standard benchmarks.
Reduces training cost by splitting search space based on nonlinear functions.
Introduces supernet-balanced sampling for even training of multiple supernets.
Abstract
Neural architecture search (NAS) enables finding the best-performing architecture from a search space automatically. Most NAS methods exploit an over-parameterized network (i.e., a supernet) containing all possible architectures (i.e., subnets) in the search space. However, the subnets that share the same set of parameters are likely to have different characteristics, interfering with each other during training. To address this, few-shot NAS methods have been proposed that divide the space into a few subspaces and employ a separate supernet for each subspace to limit the extent of weight sharing. They achieve state-of-the-art performance, but the computational cost increases accordingly. We introduce in this paper a novel few-shot NAS method that exploits the number of nonlinear functions to split the search space. To be specific, our method divides the space such that each subspace…
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 · Human Pose and Action Recognition
MethodsSparse Evolutionary Training
