paper-with-me

Papers

Hyperparameter optimization of data-driven AI models on HPC systems

2022-03-02 · Eric Wulff, Maria Girone, Joosep Pata

In the European Center of Excellence in Exascale computing "Research on AI- and Simulation-Based Engineering at Exascale" (CoE RAISE), researchers develop novel, scalable AI technologies towards Exascale. This work exercises High Performance Computing resources to perform large-scale hyperparameter optimization using distributed training on multiple compute nodes. This is part of RAISE's work on data-driven use cases which leverages AI- and HPC cross-methods developed within the project. In response to the demand for parallelizable and resource efficient hyperparameter optimization methods, advanced hyperparameter search algorithms are benchmarked and compared. The evaluated algorithms, including Random Search, Hyperband and ASHA, are tested and compared in terms of both accuracy and accuracy per compute resources spent. As an example use case, a graph neural network model known as MLPF, developed for the task of Machine-Learned Particle-Flow reconstruction in High Energy Physics, acts as the base model for optimization. Results show that hyperparameter optimization significantly increased the performance of MLPF and that this would not have been possible without access to large-scale High Performance Computing resources. It is also shown that, in the case of MLPF, the ASHA algorithm in combination with Bayesian optimization gives the largest performance increase per compute resources spent out of the investigated algorithms.

📄 PDF Abstract BibTeX arXiv:2203.01112

Code (0)

등록된 구현이 없습니다.

Tasks

Bayesian OptimizationGraph Neural NetworkHyperparameter Optimization

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음
BASE 설명 없음
Random Search Random Search replaces the exhaustive enumeration of all combinations by selecting them randomly. This can be simply applied to the discrete setting described above, but also…

Similar Papers 제목 키워드 기반

LiveTune: Dynamic Parameter Tuning for Feedback-Driven Optimization

2023-11-28 · Soheil Zibakhsh Shabgahi, Nojan Sheybani, Aiden Tabrizi, Farinaz Koushanfar

Feedback-driven optimization, such as traditional machine learning training, is a static process that lacks real-time adaptability of hyperparameters. Tuning solutions for optimization require trial and error paired with…

Sample complexity of data-driven tuning of model hyperparameters in neural networks with structured parameter-dependent dual function

2025-01-23 · Maria-Florina Balcan, Anh Tuan Nguyen, Dravyansh Sharma

Modern machine learning algorithms, especially deep learning based techniques, typically involve careful hyperparameter tuning to achieve the best performance. Despite the surge of intense interest in practical technique…

Bayesian OptimizationDeep Learning

SigOpt Mulch: An Intelligent System for AutoML of Gradient Boosted Trees

2023-07-10 · Aleksei Sorokin, Xinran Zhu, Eric Hans Lee, Bolong Cheng

Gradient boosted trees (GBTs) are ubiquitous models used by researchers, machine learning (ML) practitioners, and data scientists because of their robust performance, interpretable behavior, and ease-of-use. One critical…

AutoMLHyperparameter Optimization

Model Parameter Identification via a Hyperparameter Optimization Scheme for Autonomous Racing Systems

2023-01-04 · Hyunki Seong, Chanyoung Chung, David Hyunchul Shim

In this letter, we propose a model parameter identification method via a hyperparameter optimization scheme (MI-HPO). Our method adopts an efficient explore-exploit strategy to identify the parameters of dynamic models i…

Autonomous RacingHyperparameter Optimization

Leveraging Theoretical Tradeoffs in Hyperparameter Selection for Improved Empirical Performance

2021-05-20 · ICML Workshop AutoML 2021 7 · Parikshit Ram, Alexander G. Gray, Horst Samulowitz

The tradeoffs in the excess risk incurred from data-driven learning of a single model has been studied by decomposing the excess risk into approximation, estimation and optimization errors. In this paper, we focus on the…

Hyperparameter Optimization