LGMLMay 13, 2019

BayesNAS: A Bayesian Approach for Neural Architecture Search

arXiv:1905.04919v2220 citations
Originality Highly original
AI Analysis

This work addresses efficiency and accuracy problems in neural architecture search for researchers and practitioners, offering a faster and more reliable method.

The paper tackles the issues of improper zero operation treatment and questionable architecture parameter pruning in one-shot neural architecture search by applying Bayesian learning with hierarchical automatic relevance determination priors, achieving architecture search on CIFAR-10 in only 0.2 GPU days with competitive performance on ImageNet.

One-Shot Neural Architecture Search (NAS) is a promising method to significantly reduce search time without any separate training. It can be treated as a Network Compression problem on the architecture parameters from an over-parameterized network. However, there are two issues associated with most one-shot NAS methods. First, dependencies between a node and its predecessors and successors are often disregarded which result in improper treatment over zero operations. Second, architecture parameters pruning based on their magnitude is questionable. In this paper, we employ the classic Bayesian learning approach to alleviate these two issues by modeling architecture parameters using hierarchical automatic relevance determination (HARD) priors. Unlike other NAS methods, we train the over-parameterized network for only one epoch then update the architecture. Impressively, this enabled us to find the architecture on CIFAR-10 within only 0.2 GPU days using a single GPU. Competitive performance can be also achieved by transferring to ImageNet. As a byproduct, our approach can be applied directly to compress convolutional neural networks by enforcing structural sparsity which achieves extremely sparse networks without accuracy deterioration.

Foundations

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

Your Notes