2020

BRP-NAS: Prediction-based NAS using GCNs

Dudziak, Łukasz, Chau, Thomas, Abdelfattah, Mohamed S. et al.

Understand

Neural architecture search (NAS) enables researchers to automatically explore broad design spaces in order to improve efficiency of neural networks.

  • This efficiency is especially important in the case of on-device deployment, where improvements in accuracy should be balanced out with computational demands of a model.
  • In practice, performance metrics of model are computationally expensive to obtain.
  • Previous work uses a proxy (e.g., number of operations) or a layer-wise measurement of neural network layers to estimate end-to-end hardware performance but the imprecise prediction diminishes the quality of NAS.

Reading the bibliography…