paper-with-me

홈 › Papers

Accuracy Prediction with Non-neural Model for Neural Architecture Search

2020-07-09 · Renqian Luo, Xu Tan, Rui Wang, Tao Qin, Enhong Chen, Tie-Yan Liu

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 space can ease the search process, we propose to prune the search space gradually according to important features derived from GBDT. In this way, NAS can be performed by first pruning the search space and then searching a neural architecture, which is more efficient and effective. Experiments on NASBench-101 and ImageNet demonstrate the effectiveness of using GBDT as predictor for NAS: (1) On NASBench-101, it is 22x, 8x, and 6x more sample efficient than random search, regularized evolution, and Monte Carlo Tree Search (MCTS) in finding the global optimum; (2) It achieves 24.2% top-1 error rate on ImageNet, and further achieves 23.4% top-1 error rate on ImageNet when enhanced with search space pruning. Code is provided at https://github.com/renqianluo/GBDT-NAS.

📄 PDF Abstract BibTeX arXiv:2007.04785

Code (1)

renqianluo/GBDT-NAS 공식 구현 pytorch

Tasks

Neural Architecture Search

Methods 이 논문이 사용한 방법론

Pruning 설명 없음
SHAP 설명 없음

Similar Papers 제목 키워드 기반

MONAS: Multi-Objective Neural Architecture Search using Reinforcement Learning

2018-06-27 · Chi-Hung Hsu, Shu-Huan Chang, Jhao-Hong Liang, Hsin-Ping Chou 외

Recent studies on neural architecture search have shown that automatically designed neural networks perform as good as expert-crafted architectures. While most existing works aim at finding architectures that optimize th…

General ClassificationNeural Architecture SearchPredictionreinforcement-learning+2

MS-RANAS: Multi-Scale Resource-Aware Neural Architecture Search

2020-09-29 · Cristian Cioflan, Radu Timofte

Neural Architecture Search (NAS) has proved effective in offering outperforming alternatives to handcrafted neural networks. In this paper we analyse the benefits of NAS for image classification tasks under strict comput…

image-classificationImage ClassificationNeural Architecture Search

Neural Architecture Search using Covariance Matrix Adaptation Evolution Strategy

2021-07-15 · Nilotpal Sinha, Kuan-Wen Chen

Evolution-based neural architecture search requires high computational resources, resulting in long search time. In this work, we propose a framework of applying the Covariance Matrix Adaptation Evolution Strategy (CMA-E…

GPUNeural Architecture Search

What to expect of hardware metric predictors in NAS

2021-09-29 · Kevin Alexander Laube, Maximus Mutschler, Andreas Zell

Modern Neural Architecture Search (NAS) focuses on finding the best performing architectures in hardware-aware settings; e.g., those with an optimal tradeoff of accuracy and latency. Due to many advantages of prediction …

Neural Architecture SearchPrediction

An Evaluation of Zero-Cost Proxies -- from Neural Architecture Performance to Model Robustness

2023-07-18 · Jovita Lukasik, Michael Moeller, Margret Keuper

Zero-cost proxies are nowadays frequently studied and used to search for neural architectures. They show an impressive ability to predict the performance of architectures by making use of their untrained weights. These t…

Feature Importance