English

HYPPO: A Surrogate-Based Multi-Level Parallelism Tool for Hyperparameter Optimization

Machine Learning 2022-01-03 v1 Distributed, Parallel, and Cluster Computing

Abstract

We present a new software, HYPPO, that enables the automatic tuning of hyperparameters of various deep learning (DL) models. Unlike other hyperparameter optimization (HPO) methods, HYPPO uses adaptive surrogate models and directly accounts for uncertainty in model predictions to find accurate and reliable models that make robust predictions. Using asynchronous nested parallelism, we are able to significantly alleviate the computational burden of training complex architectures and quantifying the uncertainty. HYPPO is implemented in Python and can be used with both TensorFlow and PyTorch libraries. We demonstrate various software features on time-series prediction and image classification problems as well as a scientific application in computed tomography image reconstruction. Finally, we show that (1) we can reduce by an order of magnitude the number of evaluations necessary to find the most optimal region in the hyperparameter space and (2) we can reduce by two orders of magnitude the throughput for such HPO process to complete.

Keywords

Cite

@article{arxiv.2110.01698,
  title  = {HYPPO: A Surrogate-Based Multi-Level Parallelism Tool for Hyperparameter Optimization},
  author = {Vincent Dumont and Casey Garner and Anuradha Trivedi and Chelsea Jones and Vidya Ganapati and Juliane Mueller and Talita Perciano and Mariam Kiran and Marc Day},
  journal= {arXiv preprint arXiv:2110.01698},
  year   = {2022}
}

Comments

13 pages, 12 figures - Accepted to SC21 conference

R2 v1 2026-06-24T06:37:10.610Z