English

DSNAS: Direct Neural Architecture Search without Parameter Retraining

Machine Learning 2020-04-02 v2 Machine Learning

Abstract

If NAS methods are solutions, what is the problem? Most existing NAS methods require two-stage parameter optimization. However, performance of the same architecture in the two stages correlates poorly. In this work, we propose a new problem definition for NAS, task-specific end-to-end, based on this observation. We argue that given a computer vision task for which a NAS method is expected, this definition can reduce the vaguely-defined NAS evaluation to i) accuracy of this task and ii) the total computation consumed to finally obtain a model with satisfying accuracy. Seeing that most existing methods do not solve this problem directly, we propose DSNAS, an efficient differentiable NAS framework that simultaneously optimizes architecture and parameters with a low-biased Monte Carlo estimate. Child networks derived from DSNAS can be deployed directly without parameter retraining. Comparing with two-stage methods, DSNAS successfully discovers networks with comparable accuracy (74.4%) on ImageNet in 420 GPU hours, reducing the total time by more than 34%. Our implementation is available at https://github.com/SNAS-Series/SNAS-Series.

Keywords

Cite

@article{arxiv.2002.09128,
  title  = {DSNAS: Direct Neural Architecture Search without Parameter Retraining},
  author = {Shoukang Hu and Sirui Xie and Hehui Zheng and Chunxiao Liu and Jianping Shi and Xunying Liu and Dahua Lin},
  journal= {arXiv preprint arXiv:2002.09128},
  year   = {2020}
}

Comments

To appear in CVPR 2020

R2 v1 2026-06-23T13:49:00.524Z