Accuracy Prediction for NAS Acceleration using Feature Selection and Extrapolation
Tal Hakim

TL;DR
This paper improves neural architecture accuracy prediction by applying feature selection and evaluating extrapolation capabilities of regression models, resulting in faster training and more reliable predictions for NAS.
Contribution
It introduces an extended dataset NAAP-440e and demonstrates enhanced regression methods for better accuracy prediction and extrapolation in NAS.
Findings
3x shorter training processes for candidate architectures
Same mean-absolute-error as previous methods
Almost 2x fewer monotonicity violations
Abstract
Predicting the accuracy of candidate neural architectures is an important capability of NAS-based solutions. When a candidate architecture has properties that are similar to other known architectures, the prediction task is rather straightforward using off-the-shelf regression algorithms. However, when a candidate architecture lies outside of the known space of architectures, a regression model has to perform extrapolated predictions, which is not only a challenging task, but also technically impossible using the most popular regression algorithm families, which are based on decision trees. In this work, we are trying to address two problems. The first one is improving regression accuracy using feature selection, whereas the other one is the evaluation of regression algorithms on extrapolating accuracy prediction tasks. We extend the NAAP-440 dataset with new tabular features and…
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
TopicsSoftware System Performance and Reliability · Machine Learning in Bioinformatics · Network Packet Processing and Optimization
