pith. machine review for the scientific record. sign in

arxiv: 1705.10823 · v2 · submitted 2017-05-30 · 💻 cs.LG · cs.CV· cs.NE

Recognition: unknown

Accelerating Neural Architecture Search using Performance Prediction

Authors on Pith no claims yet
classification 💻 cs.LG cs.CVcs.NE
keywords performancemodelmodelspredictionconfigurationsearlyempiricallyhyperparameter
0
0 comments X
read the original abstract

Methods for neural network hyperparameter optimization and meta-modeling are computationally expensive due to the need to train a large number of model configurations. In this paper, we show that standard frequentist regression models can predict the final performance of partially trained model configurations using features based on network architectures, hyperparameters, and time-series validation performance data. We empirically show that our performance prediction models are much more effective than prominent Bayesian counterparts, are simpler to implement, and are faster to train. Our models can predict final performance in both visual classification and language modeling domains, are effective for predicting performance of drastically varying model architectures, and can even generalize between model classes. Using these prediction models, we also propose an early stopping method for hyperparameter optimization and meta-modeling, which obtains a speedup of a factor up to 6x in both hyperparameter optimization and meta-modeling. Finally, we empirically show that our early stopping method can be seamlessly incorporated into both reinforcement learning-based architecture selection algorithms and bandit based search methods. Through extensive experimentation, we empirically show our performance prediction models and early stopping algorithm are state-of-the-art in terms of prediction accuracy and speedup achieved while still identifying the optimal model configurations.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. From Regression to Inference: Meta-Learning Predictors for Neural Architecture Search

    cs.LG 2026-05 unverdicted novelty 7.0

    Meta-learning a Convolutional Neural Process to infer neural architecture performance from context-target splits on synthesized tasks improves top-K ranking and achieves state-of-the-art selection on NAS-Bench-101 and...

  2. Zero-Shot Neural Network Evaluation with Sample-Wise Activation Patterns

    cs.LG 2026-05 unverdicted novelty 7.0

    SWAP-Score evaluates neural networks without training by quantifying sample-wise activation patterns, achieving high correlation with true performance on CIFAR-10 for CNNs and GLUE for Transformers while enabling fast NAS.