LGMLFeb 10, 2018

Bayesian Optimization Using Monotonicity Information and Its Application in Machine Learning Hyperparameter

arXiv:1802.03532v24 citations
AI Analysis

This work addresses hyperparameter tuning for machine learning practitioners, but it is incremental as it adapts existing methods with monotonicity constraints.

The authors tackled hyperparameter tuning in machine learning by proposing a Bayesian optimization algorithm that incorporates monotonicity constraints, showing improved optimization efficiency in applications.

We propose an algorithm for a family of optimization problems where the objective can be decomposed as a sum of functions with monotonicity properties. The motivating problem is optimization of hyperparameters of machine learning algorithms, where we argue that the objective, validation error, can be decomposed as monotonic functions of the hyperparameters. Our proposed algorithm adapts Bayesian optimization methods to incorporate the monotonicity constraints. We illustrate the advantages of exploiting monotonicity using illustrative examples and demonstrate the improvements in optimization efficiency for some machine learning hyperparameter tuning applications.

Foundations

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

Your Notes