LGCVNEOct 8, 2021

Accelerating Multi-Objective Neural Architecture Search by Random-Weight Evaluation

arXiv:2110.05242v1
Originality Incremental advance
AI Analysis

This work addresses the computational bottleneck in NAS for automated CNN design, enabling faster deployment in real-world applications, though it is incremental as it builds on existing NAS methods.

The paper tackles the high computational cost of evaluating neural architectures in Neural Architecture Search (NAS) by introducing Random-Weight Evaluation (RWE), a metric that estimates CNN performance by training only the last layer with random weights, reducing evaluation time to seconds. It achieves state-of-the-art results in multi-objective NAS on real-world datasets like CIFAR-10 and ImageNet, with ablation studies confirming RWE's effectiveness.

For the goal of automated design of high-performance deep convolutional neural networks (CNNs), Neural Architecture Search (NAS) methodology is becoming increasingly important for both academia and industries.Due to the costly stochastic gradient descent (SGD) training of CNNs for performance evaluation, most existing NAS methods are computationally expensive for real-world deployments. To address this issue, we first introduce a new performance estimation metric, named Random-Weight Evaluation (RWE) to quantify the quality of CNNs in a cost-efficient manner. Instead of fully training the entire CNN, the RWE only trains its last layer and leaves the remainders with randomly initialized weights, which results in a single network evaluation in seconds.Second, a complexity metric is adopted for multi-objective NAS to balance the model size and performance. Overall, our proposed method obtains a set of efficient models with state-of-the-art performance in two real-world search spaces. Then the results obtained on the CIFAR-10 dataset are transferred to the ImageNet dataset to validate the practicality of the proposed algorithm. Moreover, ablation studies on NAS-Bench-301 datasets reveal the effectiveness of the proposed RWE in estimating the performance compared with existing methods.

Foundations

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

Your Notes