paper-with-me

홈 › Papers

Searching in the Forest for Local Bayesian Optimization

2021-11-10 · Difan Deng, Marius Lindauer

Because of its sample efficiency, Bayesian optimization (BO) has become a popular approach dealing with expensive black-box optimization problems, such as hyperparameter optimization (HPO). Recent empirical experiments showed that the loss landscapes of HPO problems tend to be more benign than previously assumed, i.e. in the best case uni-modal and convex, such that a BO framework could be more efficient if it can focus on those promising local regions. In this paper, we propose BOinG, a two-stage approach that is tailored toward mid-sized configuration spaces, as one encounters in many HPO problems. In the first stage, we build a scalable global surrogate model with a random forest to describe the overall landscape structure. Further, we choose a promising subregion via a bottom-up approach on the upper-level tree structure. In the second stage, a local model in this subregion is utilized to suggest the point to be evaluated next. Empirical experiments show that BOinG is able to exploit the structure of typical HPO problems and performs particularly well on mid-sized problems from synthetic functions and HPO.

📄 PDF Abstract BibTeX arXiv:2111.05834

Code (0)

등록된 구현이 없습니다.

Tasks

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

Modelling Human Active Search in Optimizing Black-box Functions

2020-03-09 · Antonio Candelieri, Riccardo Perego, Ilaria Giordani, Andrea Ponti 외

Modelling human function learning has been the subject of in-tense research in cognitive sciences. The topic is relevant in black-box optimization where information about the objective and/or constraints is not available…

Active LearningBayesian OptimizationGaussian Processes

Bayesian Optimization with Directionally Constrained Search

2019-06-22 · Yang Li, Yaqiang Yao

Bayesian optimization offers a flexible framework to optimize an objective function that is expensive to be evaluated. A Bayesian optimizer iteratively queries the function values on its carefully selected points. Subseq…

Bayesian Optimization

LinEasyBO: Scalable Bayesian Optimization Approach for Analog Circuit Synthesis via One-Dimensional Subspaces

2021-09-01 · Shuhan Zhang, Fan Yang, Changhao Yan, Dian Zhou 외

A large body of literature has proved that the Bayesian optimization framework is especially efficient and effective in analog circuit synthesis. However, most of the previous research works only focus on designing infor…

Bayesian Optimization

Local Entropy Search over Descent Sequences for Bayesian Optimization

2025-11-24 · David Stenger, Armin Lindicke, Alexander von Rohr, Sebastian Trimpe arxiv

Searching large and complex design spaces for a global optimum can be infeasible and unnecessary. A practical alternative is to iteratively refine the neighborhood of an initial design using local optimization methods su…

Uncertainty-Aware Mixed-Variable Machine Learning for Materials Design

2022-07-11 · Hengrui Zhang, Wei Wayne Chen, Akshay Iyer, Daniel W. Apley 외

Data-driven design shows the promise of accelerating materials discovery but is challenging due to the prohibitive cost of searching the vast design space of chemistry, structure, and synthesis methods. Bayesian Optimiza…

Bayesian OptimizationBIG-bench Machine LearningUncertainty Quantification