paper-with-me

Papers

Unleashing the Potential of Acquisition Functions in High-Dimensional Bayesian Optimization

2023-02-16 · Jiayu Zhao, Renyu Yang, Shenghao Qiu, Zheng Wang

Bayesian optimization (BO) is widely used to optimize expensive-to-evaluate black-box functions.BO first builds a surrogate model to represent the objective function and assesses its uncertainty. It then decides where to sample by maximizing an acquisition function (AF) based on the surrogate model. However, when dealing with high-dimensional problems, finding the global maximum of the AF becomes increasingly challenging. In such cases, the initialization of the AF maximizer plays a pivotal role, as an inadequate setup can severely hinder the effectiveness of the AF. This paper investigates a largely understudied problem concerning the impact of AF maximizer initialization on exploiting AFs' capability. Our large-scale empirical study shows that the widely used random initialization strategy often fails to harness the potential of an AF. In light of this, we propose a better initialization approach by employing multiple heuristic optimizers to leverage the historical data of black-box optimization to generate initial points for the AF maximize. We evaluate our approach with a range of heavily studied synthetic functions and real-world applications. Experimental results show that our techniques, while simple, can significantly enhance the standard BO and outperform state-of-the-art methods by a large margin in most test cases.

📄 PDF Abstract BibTeX arXiv:2302.08298

Code (1)

gloaming2dawn/aibo 공식 구현 pytorch

Tasks

Bayesian Optimization

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Maximizing acquisition functions for Bayesian optimization

2018-05-25 · NeurIPS 2018 12 · James T. Wilson, Frank Hutter, Marc Peter Deisenroth

Bayesian optimization is a sample-efficient approach to global optimization that relies on theoretically motivated value heuristics (acquisition functions) to guide its search process. Fully maximizing acquisition functi…

Bayesian Optimizationglobal-optimization

The reparameterization trick for acquisition functions

2017-12-01 · James T. Wilson, Riccardo Moriconi, Frank Hutter, Marc Peter Deisenroth

Bayesian optimization is a sample-efficient approach to solving global optimization problems. Along with a surrogate model, this approach relies on theoretically motivated value heuristics (acquisition functions) to guid…

Bayesian Optimizationglobal-optimization

Misspecification-robust likelihood-free inference in high dimensions

2020-02-21 · Owen Thomas, Raquel Sá-Leão, Hermínia de Lencastre, Samuel Kaski 외

Likelihood-free inference for simulator-based statistical models has developed rapidly from its infancy to a useful tool for practitioners. However, models with more than a handful of parameters still generally remain a …

Bayesian OptimisationEfficient ExplorationVocal Bursts Intensity Prediction

HiBO: Hierarchical Bayesian Optimization via Adaptive Search Space Partitioning

2024-10-30 · Wenxuan Li, Taiyi Wang, Eiko Yoneki

Optimizing black-box functions in high-dimensional search spaces has been known to be challenging for traditional Bayesian Optimization (BO). In this paper, we introduce HiBO, a novel hierarchical algorithm integrating g…

Bayesian OptimizationManagement

High-dimensional Level Set Estimation with Trust Regions and Double Acquisition Functions

2026-02-12 · Giang Ngo, Dat Phan Trong, Dang Nguyen, Sunil Gupta arxiv

Level set estimation (LSE) classifies whether an unknown function's value exceeds a specified threshold for given inputs, a fundamental problem in many real-world applications. In active learning settings with limited in…

Active Learning