Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Neural Architecture Search with Bayesian Optimisation and Optimal Transport

About

Bayesian Optimisation (BO) refers to a class of methods for global optimisation of a function $f$ which is only accessible via point evaluations. It is typically used in settings where $f$ is expensive to evaluate. A common use case for BO in machine learning is model selection, where it is not possible to analytically model the generalisation performance of a statistical model, and we resort to noisy and expensive training and validation procedures to choose the best model. Conventional BO methods have focused on Euclidean and categorical domains, which, in the context of model selection, only permits tuning scalar hyper-parameters of machine learning algorithms. However, with the surge of interest in deep learning, there is an increasing demand to tune neural network \emph{architectures}. In this work, we develop NASBOT, a Gaussian process based BO framework for neural architecture search. To accomplish this, we develop a distance metric in the space of neural network architectures which can be computed efficiently via an optimal transport program. This distance might be of independent interest to the deep learning community as it may find applications outside of BO. We demonstrate that NASBOT outperforms other alternatives for architecture search in several cross validation based model selection tasks on multi-layer perceptrons and convolutional neural networks.

Kirthevasan Kandasamy, Willie Neiswanger, Jeff Schneider, Barnabas Poczos, Eric Xing• 2018

Related benchmarks

TaskDatasetResultRank
Image ClassificationCIFAR-10 NAS-Bench-201 (test)
Accuracy93.64
173
Image ClassificationCIFAR-100 NAS-Bench-201 (test)
Accuracy71.38
169
Image ClassificationCIFAR-10 (test)
Test Error Rate6.68
151
Image ClassificationImageNet-16-120 NAS-Bench-201 (test)
Accuracy45.88
139
Image ClassificationCIFAR10 (test)
Error Rate12.09
80
Image ClassificationCIFAR-100 (test)
Test Error29.25
65
Image ClassificationCIFARTile (test)
Test Error36.47
29
Image ClassificationAddNIST (test)
Test Error7.45
27
Image ClassificationImageNet16-120 (test)
Test Error54.61
27
Image ClassificationCIFAR-10 (test)
Test Error Rate8.69
22
Showing 10 of 18 rows

Other info

Code

Follow for update