2019

BayesNAS: A Bayesian Approach for Neural Architecture Search

Zhou, Hongpeng, Yang, Minghao, Wang, Jun et al.

Understand

One-Shot Neural Architecture Search (NAS) is a promising method to significantly reduce search time without any separate training.

  • It can be treated as a Network Compression problem on the architecture parameters from an over-parameterized network.
  • However, there are two issues associated with most one-shot NAS methods.
  • First, dependencies between a node and its predecessors and successors are often disregarded which result in improper treatment over zero operations.

Reading the bibliography…