EPE-NAS: Efficient Performance Estimation Without Training for Neural Architecture Search

16 Feb 2021  ·  Vasco Lopes, Saeid Alirezazadeh, Luís A. Alexandre ·

Neural Architecture Search (NAS) has shown excellent results in designing architectures for computer vision problems. NAS alleviates the need for human-defined settings by automating architecture design and engineering. However, NAS methods tend to be slow, as they require large amounts of GPU computation. This bottleneck is mainly due to the performance estimation strategy, which requires the evaluation of the generated architectures, mainly by training them, to update the sampler method. In this paper, we propose EPE-NAS, an efficient performance estimation strategy, that mitigates the problem of evaluating networks, by scoring untrained networks and creating a correlation with their trained performance. We perform this process by looking at intra and inter-class correlations of an untrained network. We show that EPE-NAS can produce a robust correlation and that by incorporating it into a simple random sampling strategy, we are able to search for competitive networks, without requiring any training, in a matter of seconds using a single GPU. Moreover, EPE-NAS is agnostic to the search method, since it focuses on the evaluation of untrained networks, making it easy to integrate into almost any NAS method.

PDF Abstract
Task Dataset Model Metric Name Metric Value Global Rank Result Benchmark
Neural Architecture Search NAS-Bench-201, CIFAR-10 EPE-NAS (N=100) Accuracy (Test) 91.59 # 28
Accuracy (Val) 88.74 # 24
Search time (s) 20.5 # 3
Neural Architecture Search NAS-Bench-201, CIFAR-10 EPE-NAS (N=10) Accuracy (Test) 92.63 # 26
Accuracy (Val) 89.90 # 21
Search time (s) 2.3 # 1
Neural Architecture Search NAS-Bench-201, CIFAR-10 EPE-NAS (N=500) Accuracy (Test) 92.27 # 27
Accuracy (Val) 88.17 # 25
Search time (s) 105.8 # 4
Neural Architecture Search NAS-Bench-201, CIFAR-10 EPE-NAS (N=1000) Accuracy (Test) 91.31 # 29
Accuracy (Val) 87.87 # 26
Search time (s) 206.2 # 5
Neural Architecture Search NAS-Bench-201, CIFAR-100 EPE-NAS (N=1000) Accuracy (Test) 69.58 # 27
Accuracy (Val) 69.44 # 25
Search time (s) 206.2 # 5
Neural Architecture Search NAS-Bench-201, CIFAR-100 EPE-NAS (N=10) Accuracy (Test) 70.10 # 26
Accuracy (Val) 69.78 # 23
Search time (s) 2.3 # 1
Neural Architecture Search NAS-Bench-201, CIFAR-100 EPE-NAS (N=500) Accuracy (Test) 69.33 # 29
Accuracy (Val) 69.23 # 26
Search time (s) 105.8 # 4
Neural Architecture Search NAS-Bench-201, CIFAR-100 EPE-NAS (N=100) Accuracy (Test) 67.19 # 30
Accuracy (Val) 67.28 # 27
Search time (s) 20.5 # 3
Neural Architecture Search NAS-Bench-201, ImageNet-16-120 EPE-NAS (N=1000) Accuracy (Test) 41.84 # 33
Search time (s) 206.2 # 7
Neural Architecture Search NAS-Bench-201, ImageNet-16-120 EPE-NAS (N=500) Accuracy (Test) 42.05 # 31
Search time (s) 105.8 # 6
Neural Architecture Search NAS-Bench-201, ImageNet-16-120 EPE-NAS (N=100) Accuracy (Test) 38.80 # 36
Search time (s) 20.5 # 5
Neural Architecture Search NAS-Bench-201, ImageNet-16-120 EPE-NAS (N=10) Accuracy (Test) 41.92 # 32
Search time (s) 2.3 # 2

Methods


No methods listed for this paper. Add relevant methods here