Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

LayerNAS: Neural Architecture Search in Polynomial Complexity

About

Neural Architecture Search (NAS) has become a popular method for discovering effective model architectures, especially for target hardware. As such, NAS methods that find optimal architectures under constraints are essential. In our paper, we propose LayerNAS to address the challenge of multi-objective NAS by transforming it into a combinatorial optimization problem, which effectively constrains the search complexity to be polynomial. For a model architecture with $L$ layers, we perform layerwise-search for each layer, selecting from a set of search options $\mathbb{S}$. LayerNAS groups model candidates based on one objective, such as model size or latency, and searches for the optimal model based on another objective, thereby splitting the cost and reward elements of the search. This approach limits the search complexity to $ O(H \cdot |\mathbb{S}| \cdot L) $, where $H$ is a constant set in LayerNAS. Our experiments show that LayerNAS is able to consistently discover superior models across a variety of search spaces in comparison to strong baselines, including search spaces derived from NATS-Bench, MobileNetV2 and MobileNetV3.

Yicheng Fan, Dana Alon, Jingyue Shen, Daiyi Peng, Keshav Kumar, Yun Long, Xin Wang, Fotis Iliopoulos, Da-Cheng Juan, Erik Vee• 2023

Related benchmarks

TaskDatasetResultRank
Image ClassificationImageNet--
184
Neural Architecture SearchNASBench-101 (val)
Accuracy95.05
13
Neural Architecture Search (Topology Search)NATS-Bench CIFAR-10 (test)
Accuracy94.34
10
Neural Architecture Search (Topology Search)NATS-Bench CIFAR-100 (test)
Accuracy73.01
10
Neural Architecture Search (Topology Search)NATS-Bench ImageNet16-120 (test)
Accuracy46.58
10
Neural Architecture SearchNASBench-101 (test)
Accuracy94.26
5
Neural Architecture Search (Size Search)NATS-Bench Cifar10 (test)
Accuracy93.2
4
Neural Architecture Search (Size Search)NATS-Bench Cifar100 (val)
Accuracy0.6067
4
Neural Architecture Search (Size Search)NATS-Bench Cifar100 (test)
Accuracy70.64
4
Neural Architecture Search (Size Search)NATS-Bench ImageNet16-120 (val)
Accuracy38.12
4
Showing 10 of 12 rows

Other info

Follow for update