NELGMLJul 21, 2022

Efficient Search of Multiple Neural Architectures with Different Complexities via Importance Sampling

arXiv:2207.10334v11 citationsh-index: 13
Originality Incremental advance
AI Analysis

This work addresses the efficiency problem for researchers and practitioners in automated machine learning, though it is incremental as it builds on existing one-shot NAS methods.

The paper tackles the high computational cost of finding multiple neural architectures with different complexities in one-shot neural architecture search by proposing a method using multiple distributions and importance sampling, achieving reduced search effort on CIFAR-10 and ImageNet datasets.

Neural architecture search (NAS) aims to automate architecture design processes and improve the performance of deep neural networks. Platform-aware NAS methods consider both performance and complexity and can find well-performing architectures with low computational resources. Although ordinary NAS methods result in tremendous computational costs owing to the repetition of model training, one-shot NAS, which trains the weights of a supernetwork containing all candidate architectures only once during the search process, has been reported to result in a lower search cost. This study focuses on the architecture complexity-aware one-shot NAS that optimizes the objective function composed of the weighted sum of two metrics, such as the predictive performance and number of parameters. In existing methods, the architecture search process must be run multiple times with different coefficients of the weighted sum to obtain multiple architectures with different complexities. This study aims at reducing the search cost associated with finding multiple architectures. The proposed method uses multiple distributions to generate architectures with different complexities and updates each distribution using the samples obtained from multiple distributions based on importance sampling. The proposed method allows us to obtain multiple architectures with different complexities in a single architecture search, resulting in reducing the search cost. The proposed method is applied to the architecture search of convolutional neural networks on the CIAFR-10 and ImageNet datasets. Consequently, compared with baseline methods, the proposed method finds multiple architectures with varying complexities while requiring less computational effort.

Foundations

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

Your Notes