LGJun 5, 2022

Search Space Adaptation for Differentiable Neural Architecture Search in Image Classification

arXiv:2206.02098v11 citationsh-index: 41
Originality Synthesis-oriented
AI Analysis

This work addresses the challenge of optimizing search spaces in NAS for image classification, but it appears incremental as it builds on existing methods like ProxylessNAS.

The paper tackles the problem of improving neural architecture search (NAS) performance by proposing a search space adaptation scheme with a search scope, and demonstrates its effectiveness using ProxylessNAS for image classification, providing insights through visualization of architecture parameter updates.

As deep neural networks achieve unprecedented performance in various tasks, neural architecture search (NAS), a research field for designing neural network architectures with automated processes, is actively underway. More recently, differentiable NAS has a great impact by reducing the search cost to the level of training a single network. Besides, the search space that defines candidate architectures to be searched directly affects the performance of the final architecture. In this paper, we propose an adaptation scheme of the search space by introducing a search scope. The effectiveness of proposed method is demonstrated with ProxylessNAS for the image classification task. Furthermore, we visualize the trajectory of architecture parameter updates and provide insights to improve the architecture search.

Foundations

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

Your Notes