AdvantageNAS: Efficient Neural Architecture Search with Credit Assignment
Rei Sato, Jun Sakuma, Youhei Akimoto

TL;DR
AdvantageNAS introduces a gradient-based neural architecture search method that reduces search time by incorporating credit assignment, demonstrating higher performance and theoretical convergence guarantees on benchmark datasets.
Contribution
It proposes a novel, efficient search strategy combining credit assignment with gradient-based NAS, improving search speed and reliability.
Findings
Achieves higher performance architectures within limited time.
Demonstrates theoretical convergence and monotonic expected loss improvement.
Outperforms existing sparse propagation NAS methods on benchmarks.
Abstract
Neural architecture search (NAS) is an approach for automatically designing a neural network architecture without human effort or expert knowledge. However, the high computational cost of NAS limits its use in commercial applications. Two recent NAS paradigms, namely one-shot and sparse propagation, which reduce the time and space complexities, respectively, provide clues for solving this problem. In this paper, we propose a novel search strategy for one-shot and sparse propagation NAS, namely AdvantageNAS, which further reduces the time complexity of NAS by reducing the number of search iterations. AdvantageNAS is a gradient-based approach that improves the search efficiency by introducing credit assignment in gradient estimation for architecture updates. Experiments on the NAS-Bench-201 and PTB dataset show that AdvantageNAS discovers an architecture with higher performance under a…
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.
Code & Models
Videos
Taxonomy
TopicsAdvanced Neural Network Applications · Domain Adaptation and Few-Shot Learning · Machine Learning and Data Classification
