LGAISep 2, 2021

NASI: Label- and Data-agnostic Neural Architecture Search at Initialization

arXiv:2109.00817v251 citations
AI Analysis

This addresses the high computational cost of NAS for researchers and practitioners, offering a more efficient method that is label- and data-agnostic, though it builds incrementally on existing kernel-based approaches.

The paper tackles the inefficiency of Neural Architecture Search (NAS) by proposing NASI, which uses Neural Tangent Kernel to predict architecture performance at initialization without training, achieving competitive results on datasets like CIFAR-10/100 and ImageNet.

Recent years have witnessed a surging interest in Neural Architecture Search (NAS). Various algorithms have been proposed to improve the search efficiency and effectiveness of NAS, i.e., to reduce the search cost and improve the generalization performance of the selected architectures, respectively. However, the search efficiency of these algorithms is severely limited by the need for model training during the search process. To overcome this limitation, we propose a novel NAS algorithm called NAS at Initialization (NASI) that exploits the capability of a Neural Tangent Kernel in being able to characterize the converged performance of candidate architectures at initialization, hence allowing model training to be completely avoided to boost the search efficiency. Besides the improved search efficiency, NASI also achieves competitive search effectiveness on various datasets like CIFAR-10/100 and ImageNet. Further, NASI is shown to be label- and data-agnostic under mild conditions, which guarantees the transferability of architectures selected by our NASI over different datasets.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes