English

LayerNAS: Neural Architecture Search in Polynomial Complexity

Machine Learning 2023-04-25 v1 Artificial Intelligence

Abstract

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 LL layers, we perform layerwise-search for each layer, selecting from a set of search options S\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(HSL) O(H \cdot |\mathbb{S}| \cdot L) , where HH 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.

Keywords

Cite

@article{arxiv.2304.11517,
  title  = {LayerNAS: Neural Architecture Search in Polynomial Complexity},
  author = {Yicheng Fan and Dana Alon and Jingyue Shen and Daiyi Peng and Keshav Kumar and Yun Long and Xin Wang and Fotis Iliopoulos and Da-Cheng Juan and Erik Vee},
  journal= {arXiv preprint arXiv:2304.11517},
  year   = {2023}
}
R2 v1 2026-06-28T10:14:43.441Z