paper-with-me

Papers

Hyperparameter Optimization via Sequential Uniform Designs

2020-09-08 · Zebin Yang, Aijun Zhang

Hyperparameter optimization (HPO) plays a central role in the automated machine learning (AutoML). It is a challenging task as the response surfaces of hyperparameters are generally unknown, hence essentially a global optimization problem. This paper reformulates HPO as a computer experiment and proposes a novel sequential uniform design (SeqUD) strategy with three-fold advantages: a) the hyperparameter space is adaptively explored with evenly spread design points, without the need of expensive meta-modeling and acquisition optimization; b) the batch-by-batch design points are sequentially generated with parallel processing support; c) a new augmented uniform design algorithm is developed for the efficient real-time generation of follow-up design points. Extensive experiments are conducted on both global optimization tasks and HPO applications. The numerical results show that the proposed SeqUD strategy outperforms benchmark HPO methods, and it can be therefore a promising and competitive alternative to existing AutoML tools.

📄 PDF Abstract BibTeX arXiv:2009.03586

Code (2)

SelfExplainML/SeqUD 공식 구현
ZebinYang/SeqUD 공식 구현

Tasks

AutoMLglobal-optimizationHyperparameter Optimization

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 제목 키워드 기반

Open Loop Hyperparameter Optimization and Determinantal Point Processes

2017-06-06 · ICLR 2018 1 · Jesse Dodge, Kevin Jamieson, Noah A. Smith

Driven by the need for parallelizable hyperparameter optimization methods, this paper studies \emph{open loop} search methods: sequences that are predetermined and can be generated before a single configuration is evalua…

DiversityHyperparameter OptimizationPoint Processes

You Only Train Once

2025-06-04 · Christos Sakaridis

The title of this paper is perhaps an overclaim. Of course, the process of creating and optimizing a learned model inevitably involves multiple training runs which potentially feature different architectural designs, inp…

Semantic Segmentation

Informed Initialization for Bayesian Optimization and Active Learning

2025-10-27 · Carl Hvarfner, David Eriksson, Eytan Bakshy, Max Balandat arxiv

Bayesian Optimization is a widely used method for optimizing expensive black-box functions, relying on probabilistic surrogate models such as Gaussian Processes. The quality of the surrogate model is crucial for good opt…

Gaussian ProcessesActive Learning

Hyp-RL : Hyperparameter Optimization by Reinforcement Learning

2019-06-27 · Hadi S. Jomaa, Josif Grabocka, Lars Schmidt-Thieme

Hyperparameter tuning is an omnipresent problem in machine learning as it is an integral aspect of obtaining the state-of-the-art performance for any model. Most often, hyperparameters are optimized just by training a mo…

Bayesian OptimizationHyperparameter Optimizationreinforcement-learningReinforcement Learning+1

Optimal Designs of Gaussian Processes with Budgets for Hyperparameter Optimization

2021-01-01 · Yimin Huang, YuJun Li, Zhenguo Li, Zhihua Zhang

The remarkable performance of modern deep learning methods depends critically on the optimization of their hyperparameters. One major challenge is that evaluating a single hyperparameter configuration on large datasets c…

Gaussian ProcessesHyperparameter Optimization