2020

ISTA-NAS: Efficient and Consistent Neural Architecture Search by Sparse Coding

Yang, Yibo, Li, Hongyang, You, Shan et al.

Understand

Neural architecture search (NAS) aims to produce the optimal sparse solution from a high-dimensional space spanned by all candidate connections.

  • Current gradient-based NAS methods commonly ignore the constraint of sparsity in the search phase, but project the optimized solution onto a sparse one by post-processing.
  • As a result, the dense super-net for search is inefficient to train and has a gap with the projected architecture for evaluation.
  • In this paper, we formulate neural architecture search as a sparse coding problem.

Reading the bibliography…