2020

BigNAS: Scaling Up Neural Architecture Search with Big Single-Stage Models

Yu, Jiahui, Jin, Pengchong, Liu, Hanxiao et al.

Understand

Neural architecture search (NAS) has shown promising results discovering models that are both accurate and fast.

  • For NAS, training a one-shot model has become a popular strategy to rank the relative quality of different architectures (child models) using a single set of shared weights.
  • However, while one-shot model weights can effectively rank different network architectures, the absolute accuracies from these shared weights are typically far below those obtained from stand-alone training.
  • To compensate, existing methods assume that the weights must be retrained, finetuned, or otherwise post-processed after the search is completed.

Reading the bibliography…