Does Unsupervised Architecture Representation Learning Help Neural Architecture Search?

NeurIPS 2020  ·  Shen Yan, Yu Zheng, Wei Ao, Xiao Zeng, Mi Zhang ·

Existing Neural Architecture Search (NAS) methods either encode neural architectures using discrete encodings that do not scale well, or adopt supervised learning-based methods to jointly learn architecture representations and optimize architecture search on such representations which incurs search bias. Despite the widespread use, architecture representations learned in NAS are still poorly understood. We observe that the structural properties of neural architectures are hard to preserve in the latent space if architecture representation learning and search are coupled, resulting in less effective search performance. In this work, we find empirically that pre-training architecture representations using only neural architectures without their accuracies as labels considerably improve the downstream architecture search efficiency. To explain these observations, we visualize how unsupervised architecture representation learning better encourages neural architectures with similar connections and operators to cluster together. This helps to map neural architectures with similar performance to the same regions in the latent space and makes the transition of architectures in the latent space relatively smooth, which considerably benefits diverse downstream search strategies.

PDF Abstract NeurIPS 2020 PDF NeurIPS 2020 Abstract
Task Dataset Model Metric Name Metric Value Global Rank Result Benchmark
Neural Architecture Search CIFAR-10 arch2vec Top-1 Error Rate 2.56% # 26
Search Time (GPU days) 10.5 # 29
Parameters 3.6M # 23
Neural Architecture Search CIFAR-10 Image Classification arch2vec Percentage error 2.56 # 13
Params 3.6 # 1
Search Time (GPU days) 10.5 # 3
Neural Architecture Search NAS-Bench-201, CIFAR-10 arch2vec Accuracy (Test) 94.18 # 13
Accuracy (Val) 91.41 # 11
Search time (s) 12000 # 11
Neural Architecture Search NAS-Bench-201, CIFAR-100 arch2vec Accuracy (Test) 73.37 # 9
Accuracy (Val) 73.35 # 8
Neural Architecture Search NAS-Bench-201, ImageNet-16-120 arch2vec Accuracy (Test) 46.27 # 17

Methods