Efficacy of Neural Prediction-Based Zero-Shot NAS
Minh Le, Nhan Nguyen, and Ngoc Hoang Luong

TL;DR
This paper introduces a novel zero-shot neural architecture search method using Fourier sine encodings and an MLP to evaluate architectures across different search spaces, outperforming previous graph-based methods.
Contribution
It proposes a new deep learning-based zero-shot NAS approach with learnable Fourier encodings that generalize across multiple search spaces, improving performance prediction accuracy.
Findings
Outperforms previous graph convolutional methods on NAS-Bench-201.
Achieves higher correlation and convergence rate in architecture ranking.
Features are transferable across different NAS benchmarks.
Abstract
In prediction-based Neural Architecture Search (NAS), performance indicators derived from graph convolutional networks have shown remarkable success. These indicators, achieved by representing feed-forward structures as component graphs through one-hot encoding, face a limitation: their inability to evaluate architecture performance across varying search spaces. In contrast, handcrafted performance indicators (zero-shot NAS), which use the same architecture with random initialization, can generalize across multiple search spaces. Addressing this limitation, we propose a novel approach for zero-shot NAS using deep learning. Our method employs Fourier sum of sines encoding for convolutional kernels, enabling the construction of a computational feed-forward graph with a structure similar to the architecture under evaluation. These encodings are learnable and offer a comprehensive view of…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Machine Learning and Data Classification · Advanced Graph Neural Networks
