Trainless Model Performance Estimation for Neural Architecture Search

Neural architecture search has become an indispensable part of the deep learning field. Modern methods allow to find one of the best performing architectures, or to build one from scratch, but they typically make decisions based on the trained accuracy information. In the present article we explore instead how the architectural component of a neural network affects its prediction power. We focus on relationships between the trained accuracy of an architecture and its accuracy prior to training, by considering statistics over multiple initialisations. We observe that minimising the coefficient of variation of the untrained accuracy, , consistently leads to better performing architectures. We test the as a neural architecture search scoring metric using the NAS-Bench-201 database of trained neural architectures. The architectures with the lowest value have on average an accuracy of , and for CIFAR-10, CIFAR-100 and a downscaled version of ImageNet, respectively. Since these values are statistically above the random baseline, we make a conclusion that a good architecture should be stable against weights initialisations. It takes about s for CIFAR-10 and CIFAR-100 and s for ImageNet16-120 to process architectures, on a batch of images, with initialisations.
View on arXiv