paper-with-me

홈 › Papers

EA-HAS-Bench:Energy-Aware Hyperparameter and Architecture Search Benchmark

2023-05-01 · The Eleventh International Conference on Learning Representations 2023 5 · Shuguang Dou, Xinyang Jiang, Cai Rong Zhao, Dongsheng Li

The energy consumption for training deep learning models is increasing at an alarming rate due to the growth of training data and model scale, resulting in a negative impact on carbon neutrality. Energy consumption is an especially pressing issue for AutoML algorithms because it usually requires repeatedly training large numbers of computationally intensive deep models to search for optimal configurations. This paper takes one of the most essential steps in developing energy-aware (EA) NAS methods, by providing a benchmark that makes EANAS research more reproducible and accessible. Specifically, we present the first large-scale energy-aware benchmark that allows studying AutoML methods to achieve better trade-offs between performance and search energy consumption, named EA-HAS-Bench. EA-HAS-Bench provides a large-scale architecture/hyperparameter joint search space, covering diversified configurations related to energy consumption. Furthermore, we propose a novel surrogate model specially designed for large joint search space, which proposes a Bezier curve-based model to predict learning curves with unlimited shape and length. Based on the proposed dataset, we modify existing AutoML algorithms to consider the search energy consumption, and our experiments show that the modified energy-aware AutoML methods achieve a better trade-off between energy consumption and model performance.

📄 PDF Abstract BibTeX

Code (1)

microsoft/EA-HAS-Bench pytorch

Tasks

AutoML

Similar Papers 제목 키워드 기반

EARL: Energy-Aware Optimization of Liquid State Machines for Pervasive AI

2026-01-08 · Zain Iqbal, Lorenzo Valerio arxiv

Pervasive AI increasingly depends on on-device learning systems that deliver low-latency and energy-efficient computation under strict resource constraints. Liquid State Machines (LSMs) offer a promising approach for low…

Reinforcement Learning

Local Energy Distribution Based Hyperparameter Determination for Stochastic Simulated Annealing

2023-04-24 · Naoya Onizawa, Kyo Kuroki, Duckgyu Shin, Takahiro Hanyu

This paper presents a local energy distribution based hyperparameter determination for stochastic simulated annealing (SSA). SSA is capable of solving combinatorial optimization problems faster than typical simulated ann…

Combinatorial Optimization

Reducing Hyperparameter Tuning Costs in ML, Vision and Language Model Training Pipelines via Memoization-Awareness

2024-11-06 · Abdelmajid Essofi, Ridwan Salahuddeen, Munachiso Nwadike, Elnura Zhalieva 외

The training or fine-tuning of machine learning, vision, and language models is often implemented as a pipeline: a sequence of stages encompassing data preparation, model training and evaluation. In this paper, we exploi…

Bayesian OptimizationGPULanguage ModelingLanguage Modelling

EC-NAS: Energy Consumption Aware Tabular Benchmarks for Neural Architecture Search

2022-10-12 · Pedram Bakhtiarifard, Christian Igel, Raghavendra Selvan

Energy consumption from the selection, training, and deployment of deep learning models has seen a significant uptick recently. This work aims to facilitate the design of energy-efficient deep learning models that requir…

Neural Architecture Search

Spend More to Save More (SM2): An Energy-Aware Implementation of Successive Halving for Sustainable Hyperparameter Optimization

2024-12-11 · Daniel Geissler, Bo Zhou, Sungho Suh, Paul Lukowicz

A fundamental step in the development of machine learning models commonly involves the tuning of hyperparameters, often leading to multiple model training runs to work out the best-performing configuration. As machine le…

Hyperparameter Optimization