CVLGNENov 5, 2018

You Only Search Once: Single Shot Neural Architecture Search via Direct Sparse Optimization

arXiv:1811.01567v1100 citations
Originality Incremental advance
AI Analysis

This work addresses the efficiency and scalability issues in NAS for researchers and practitioners, offering a faster and differentiable approach that is incremental over prior methods.

The paper tackles the challenge of Neural Architecture Search (NAS) by proposing DSO-NAS, a method that uses direct sparse optimization to efficiently search architectures, achieving a 2.84% test error on CIFAR-10 and 25.4% on ImageNet under 600M FLOPs in 18 hours.

Recently Neural Architecture Search (NAS) has aroused great interest in both academia and industry, however it remains challenging because of its huge and non-continuous search space. Instead of applying evolutionary algorithm or reinforcement learning as previous works, this paper proposes a Direct Sparse Optimization NAS (DSO-NAS) method. In DSO-NAS, we provide a novel model pruning view to NAS problem. In specific, we start from a completely connected block, and then introduce scaling factors to scale the information flow between operations. Next, we impose sparse regularizations to prune useless connections in the architecture. Lastly, we derive an efficient and theoretically sound optimization method to solve it. Our method enjoys both advantages of differentiability and efficiency, therefore can be directly applied to large datasets like ImageNet. Particularly, On CIFAR-10 dataset, DSO-NAS achieves an average test error 2.84\%, while on the ImageNet dataset DSO-NAS achieves 25.4\% test error under 600M FLOPs with 8 GPUs in 18 hours.

Code Implementations1 repo
Foundations

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

Your Notes