paper-with-me

홈 › Papers

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 models over live measurements, the search process is often guided by estimates of how well each considered network architecture performs on the desired metrics. Typical predic- tion models range from operation-wise lookup tables over gradient-boosted trees and neural networks, with little known information on how they compare. We evaluate 18 different performance predictors on ten combinations of metrics, devices, network types, and training tasks, and find that MLP models are the most promising. We then simulate and evaluate how the guidance of such prediction models affects the subsequent architecture selection. Due to inaccurate predictions, the selected architectures are generally suboptimal, which we quantify as an expected reduction in accuracy and hypervolume. We show that simply verifying the predictions of just the selected architectures can lead to substantially improved results. Under a time budget, we find it preferable to use a fast and inaccurate prediction model over accurate but slow live measurements.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Neural Architecture SearchPrediction

Similar Papers 제목 키워드 기반

Initialization-Dependent Sample Complexity of Linear Predictors and Neural Networks

2023-05-25 · NeurIPS 2023 11

We provide several new results on the sample complexity of vector-valued linear predictors (parameterized by a matrix), and more generally neural networks. Focusing on size-independent bounds, where only the Frobenius no…

PerfSAGE: Generalized Inference Performance Predictor for Arbitrary Deep Learning Models on Edge Devices

2023-01-26 · Yuji Chai, Devashree Tripathy, Chuteng Zhou, Dibakar Gope 외

The ability to accurately predict deep neural network (DNN) inference performance metrics, such as latency, power, and memory footprint, for an arbitrary DNN on a target hardware platform is essential to the design of DN…

Graph Neural Network

A Hardware-Aware Framework for Accelerating Neural Architecture Search Across Modalities

2022-05-19 · Daniel Cummings, Anthony Sarah, Sharath Nittur Sridhar, Maciej Szankin 외

Recent advances in Neural Architecture Search (NAS) such as one-shot NAS offer the ability to extract specialized hardware-aware sub-network configurations from a task-specific super-network. While considerable effort ha…

Evolutionary Algorithmsimage-classificationImage ClassificationMachine Translation+1

Persuasive Calibration

2025-04-04 · Yiding Feng, Wei Tang

We introduce and study the persuasive calibration problem, where a principal aims to provide trustworthy predictions about underlying events to a downstream agent to make desired decisions. We adopt the standard calibrat…

Mixing predictions for online metric algorithms

2023-04-04 · Antonios Antoniadis, Christian Coester, Marek Eliáš, Adam Polak 외

A major technique in learning-augmented online algorithms is combining multiple algorithms or predictors. Since the performance of each predictor may vary over time, it is desirable to use not the single best predictor a…