CVNov 24, 2019

Exploiting Operation Importance for Differentiable Neural Architecture Search

arXiv:1911.10511v145 citations
Originality Incremental advance
AI Analysis

This work addresses a specific bottleneck in neural architecture search for researchers and practitioners, offering an incremental improvement over existing methods.

The paper tackles the problem that architecture weights in differentiable neural architecture search do not accurately reflect operation importance, proposing a new indicator and pruning strategy to improve search efficiency and accuracy. It achieves a 2.50% error rate on CIFAR-10, outperforming state-of-the-art methods, and a 25.6% top-1 error on ImageNet under mobile settings.

Recently, differentiable neural architecture search methods significantly reduce the search cost by constructing a super network and relax the architecture representation by assigning architecture weights to the candidate operations. All the existing methods determine the importance of each operation directly by architecture weights. However, architecture weights cannot accurately reflect the importance of each operation; that is, the operation with the highest weight might not related to the best performance. To alleviate this deficiency, we propose a simple yet effective solution to neural architecture search, termed as exploiting operation importance for effective neural architecture search (EoiNAS), in which a new indicator is proposed to fully exploit the operation importance and guide the model search. Based on this new indicator, we propose a gradual operation pruning strategy to further improve the search efficiency and accuracy. Experimental results have demonstrated the effectiveness of the proposed method. Specifically, we achieve an error rate of 2.50\% on CIFAR-10, which significantly outperforms state-of-the-art methods. When transferred to ImageNet, it achieves the top-1 error of 25.6\%, comparable to the state-of-the-art performance under the mobile setting.

Foundations

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

Your Notes