CVMar 2, 2024

DNA Family: Boosting Weight-Sharing NAS with Block-Wise Supervisions

arXiv:2403.01326v17 citationsh-index: 25Has CodeIEEE Trans Pattern Anal Mach Intell
Originality Highly original
AI Analysis

This work addresses scalability, efficiency, and multi-modal compatibility issues in NAS for researchers and practitioners, representing a novel method rather than an incremental improvement.

The paper tackles the low search effectiveness in weight-sharing Neural Architecture Search (NAS) by modularizing the search space into blocks and using distilling neural architecture techniques, achieving state-of-the-art top-1 accuracies of 78.9% on ImageNet for a mobile convolutional network and 83.6% for a small vision transformer.

Neural Architecture Search (NAS), aiming at automatically designing neural architectures by machines, has been considered a key step toward automatic machine learning. One notable NAS branch is the weight-sharing NAS, which significantly improves search efficiency and allows NAS algorithms to run on ordinary computers. Despite receiving high expectations, this category of methods suffers from low search effectiveness. By employing a generalization boundedness tool, we demonstrate that the devil behind this drawback is the untrustworthy architecture rating with the oversized search space of the possible architectures. Addressing this problem, we modularize a large search space into blocks with small search spaces and develop a family of models with the distilling neural architecture (DNA) techniques. These proposed models, namely a DNA family, are capable of resolving multiple dilemmas of the weight-sharing NAS, such as scalability, efficiency, and multi-modal compatibility. Our proposed DNA models can rate all architecture candidates, as opposed to previous works that can only access a subsearch space using heuristic algorithms. Moreover, under a certain computational complexity constraint, our method can seek architectures with different depths and widths. Extensive experimental evaluations show that our models achieve state-of-the-art top-1 accuracy of 78.9% and 83.6% on ImageNet for a mobile convolutional network and a small vision transformer, respectively. Additionally, we provide in-depth empirical analysis and insights into neural architecture ratings. Codes available: \url{https://github.com/changlin31/DNA}.

Code Implementations1 repo
Foundations

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

Your Notes