Accuracy Prediction with Non-neural Model for Neural Architecture Search
Renqian Luo, Xu Tan, Rui Wang, Tao Qin, Enhong Chen, Tie-Yan Liu

TL;DR
This paper proposes using gradient boosting decision trees instead of neural networks for accuracy prediction in neural architecture search, leading to more efficient and effective search processes.
Contribution
It introduces a non-neural GBDT predictor for NAS, demonstrating comparable accuracy and improved efficiency through search space pruning based on feature importance.
Findings
GBDT predictor achieves comparable accuracy to neural network predictors.
Pruning search space with GBDT features improves NAS efficiency.
On NASBench-101, it outperforms random search, evolution, and MCTS in sample efficiency.
Abstract
Neural architecture search (NAS) with an accuracy predictor that predicts the accuracy of candidate architectures has drawn increasing attention due to its simplicity and effectiveness. Previous works usually employ neural network-based predictors which require more delicate design and are easy to overfit. Considering that most architectures are represented as sequences of discrete symbols which are more like tabular data and preferred by non-neural predictors, in this paper, we study an alternative approach which uses non-neural model for accuracy prediction. Specifically, as decision tree based models can better handle tabular data, we leverage gradient boosting decision tree (GBDT) as the predictor for NAS. We demonstrate that the GBDT predictor can achieve comparable (if not better) prediction accuracy than neural network based predictors. Moreover, considering that a compact search…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Machine Learning and Data Classification · Adversarial Robustness in Machine Learning
MethodsPruning · Shapley Additive Explanations
