LGOCMLSep 8, 2020

Hyperparameter Optimization via Sequential Uniform Designs

arXiv:2009.03586v22 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of optimizing hyperparameters in machine learning, offering a competitive alternative to existing AutoML tools.

The paper tackles hyperparameter optimization in AutoML by reformulating it as a computer experiment and proposing a sequential uniform design strategy, which outperforms benchmark methods in experiments.

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.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes