paper-with-me

홈 › Papers

A multi-objective perspective on jointly tuning hardware and hyperparameters

2021-06-10 · David Salinas, Valerio Perrone, Olivier Cruchant, Cedric Archambeau

In addition to the best model architecture and hyperparameters, a full AutoML solution requires selecting appropriate hardware automatically. This can be framed as a multi-objective optimization problem: there is not a single best hardware configuration but a set of optimal ones achieving different trade-offs between cost and runtime. In practice, some choices may be overly costly or take days to train. To lift this burden, we adopt a multi-objective approach that selects and adapts the hardware configuration automatically alongside neural architectures and their hyperparameters. Our method builds on Hyperband and extends it in two ways. First, we replace the stopping rule used in Hyperband by a non-dominated sorting rule to preemptively stop unpromising configurations. Second, we leverage hyperparameter evaluations from related tasks via transfer learning by building a probabilistic estimate of the Pareto front that finds promising configurations more efficiently than random search. We show in extensive NAS and HPO experiments that both ingredients bring significant speed-ups and cost savings, with little to no impact on accuracy. In three benchmarks where hardware is selected in addition to hyperparameters, we obtain runtime and cost reductions of at least 5.8x and 8.8x, respectively. Furthermore, when applying our multi-objective method to the tuning of hyperparameters only, we obtain a 10\% improvement in runtime while maintaining the same accuracy on two popular NAS benchmarks.

📄 PDF Abstract BibTeX arXiv:2106.05680

Code (0)

등록된 구현이 없습니다.

Tasks

AutoMLTransfer Learning

Methods 이 논문이 사용한 방법론

HPO In machine learning, a hyperparameter is a parameter whose value is used to control learning process, and HPO is the problem of choosing a set of optimal hyperparameters for a…

Similar Papers 제목 키워드 기반

Systematic Characterization of LLM Quantization: A Performance, Energy, and Quality Perspective

2025-08-22 · Tianyao Shi, Yi Ding arxiv

Large language models (LLMs) have demonstrated remarkable capabilities across diverse domains, but their heavy resource demands make quantization-reducing precision to lower-bit formats-critical for efficient serving. Wh…

InstaTune: Instantaneous Neural Architecture Search During Fine-Tuning

2023-08-29 · Sharath Nittur Sridhar, Souvik Kundu, Sairam Sundaresan, Maciej Szankin 외

One-Shot Neural Architecture Search (NAS) algorithms often rely on training a hardware agnostic super-network for a domain specific task. Optimal sub-networks are then extracted from the trained super-network for differe…

Neural Architecture Search

Beyond Speedups: Hardware-Aware Evaluation of Evolutionary Algorithms on GPUs

2026-01-26 · Xinmeng Yu, Tao Jiang, Ran Cheng, Yaochu Jin 외 arxiv

Evolutionary algorithms (EAs) are increasingly executed on graphics processing units (GPUs) to exploit population-level parallelism. This shift changes the resource model under which EAs are designed and evaluated. Howev…

ML-for-ML

2026-08-06 · Yutong Zhao, Noga H. Rotman, Gianni Antichi, Ran Ben Basat arxiv

AI training workloads are growing rapidly, making their time, energy, and infrastructure costs increasingly important. In shared cloud clusters, training and fine-tuning jobs compete with co-running workloads for network…

LLM4SecHW: Leveraging Domain Specific Large Language Model for Hardware Debugging

2024-01-28 · Weimin Fu, Kaichen Yang, Raj Gautam Dutta, Xiaolong Guo 외

This paper presents LLM4SecHW, a novel framework for hardware debugging that leverages domain specific Large Language Model (LLM). Despite the success of LLMs in automating various software development tasks, their appli…

Language ModelingLanguage ModellingLarge Language Model