English

PreNAS: Preferred One-Shot Learning Towards Efficient Neural Architecture Search

Networking and Internet Architecture 2023-06-19 v3

Abstract

The wide application of pre-trained models is driving the trend of once-for-all training in one-shot neural architecture search (NAS). However, training within a huge sample space damages the performance of individual subnets and requires much computation to search for an optimal model. In this paper, we present PreNAS, a search-free NAS approach that accentuates target models in one-shot training. Specifically, the sample space is dramatically reduced in advance by a zero-cost selector, and weight-sharing one-shot training is performed on the preferred architectures to alleviate update conflicts. Extensive experiments have demonstrated that PreNAS consistently outperforms state-of-the-art one-shot NAS competitors for both Vision Transformer and convolutional architectures, and importantly, enables instant specialization with zero search cost. Our code is available at https://github.com/tinyvision/PreNAS.

Keywords

Cite

@article{arxiv.2304.14636,
  title  = {PreNAS: Preferred One-Shot Learning Towards Efficient Neural Architecture Search},
  author = {Haibin Wang and Ce Ge and Hesen Chen and Xiuyu Sun},
  journal= {arXiv preprint arXiv:2304.14636},
  year   = {2023}
}

Comments

Accepted by ICML 2023

R2 v1 2026-06-28T10:20:27.656Z