Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 1.77 KB

Li2020GP.md

File metadata and controls

11 lines (8 loc) · 1.77 KB

Title

GP-NAS: Gaussian Process Based Neural Architecture Search

Author

Zhihang Li, Teng Xi, Jiankang Deng, Gang Zhang, Shengzhao Wen, Ran He

Abstract

Neural architecture search (NAS) advances beyond the state-of-the-art in various computer vision tasks by automating the designs of deep neural networks. In this paper, we aim to address three important questions in NAS: (1) How to measure the correlation between architectures and their performances? (2) How to evaluate the correlation between different architectures? (3) How to learn these correlations with a small number of samples? To this end, we first model these correlations from a Bayesian perspective. Specifically, by introducing a novel Gaussian Process based NAS (GP-NAS) method, the correlations are modeled by the kernel function and mean function. The kernel function is also learnable to enable adaptive modeling for complex correlations in different search spaces. Furthermore, by incorporating a mutual information based sampling method, we can theoretically ensure the high-performance architecture with only a small set of samples. After addressing these problems, training GP-NAS once enables direct performance prediction of any architecture in different scenarios and may obtain efficient networks for different deployment platforms. Extensive experiments on both image classification and face recognition tasks verify the effectiveness of our algorithm.

Bib

@INPROCEEDINGS{9157633, author={Z. {Li} and T. {Xi} and J. {Deng} and G. {Zhang} and S. {Wen} and R. {He}}, booktitle={2020 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)}, title={GP-NAS: Gaussian Process Based Neural Architecture Search}, year={2020}, volume={}, number={}, pages={11930-11939}, doi={10.1109/CVPR42600.2020.01195}}