Automating Neural Architecture Design without Search
Zixuan Liang, Yanan Sun

TL;DR
This paper introduces a novel method for neural architecture design that bypasses traditional search processes by learning from expert-designed architectures, significantly reducing computational costs while maintaining high performance.
Contribution
The paper proposes a knowledge-based approach using graph neural networks to directly generate neural architectures, eliminating the need for costly search and evaluation phases.
Findings
Achieved 97.82% accuracy on CIFAR10 with minimal computational cost.
Demonstrated high transferability of the learned knowledge across different search spaces.
Reduced architecture design cost by orders of magnitude compared to traditional NAS methods.
Abstract
Neural structure search (NAS), as the mainstream approach to automate deep neural architecture design, has achieved much success in recent years. However, the performance estimation component adhering to NAS is often prohibitively costly, which leads to the enormous computational demand. Though a large number of efforts have been dedicated to alleviating this pain point, no consensus has been made yet on which is optimal. In this paper, we study the automated architecture design from a new perspective that eliminates the need to sequentially evaluate each neural architecture generated during algorithm execution. Specifically, the proposed approach is built by learning the knowledge of high-level experts in designing state-of-the-art architectures, and then the new architecture is directly generated upon the knowledge learned. We implemented the proposed approach by using a graph neural…
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
TopicsMachine Learning in Materials Science · Advanced Neural Network Applications · Machine Learning and Data Classification
MethodsGraph Neural Network · Differentiable Architecture Search
