paper-with-me

홈 › Papers

Max-value Entropy Search for Efficient Bayesian Optimization

2017-03-06 · ICML 2017 8 · Zi Wang, Stefanie Jegelka

Entropy Search (ES) and Predictive Entropy Search (PES) are popular and empirically successful Bayesian Optimization techniques. Both rely on a compelling information-theoretic motivation, and maximize the information gained about the $\arg\max$ of the unknown function; yet, both are plagued by the expensive computation for estimating entropies. We propose a new criterion, Max-value Entropy Search (MES), that instead uses the information about the maximum function value. We show relations of MES to other Bayesian optimization methods, and establish a regret bound. We observe that MES maintains or improves the good empirical performance of ES/PES, while tremendously lightening the computational burden. In particular, MES is much more robust to the number of samples used for computing the entropy, and hence more efficient for higher dimensional problems.

📄 PDF Abstract BibTeX arXiv:1703.01968

Code (4)

zi-w/Max-value-Entropy-Search 공식 구현
SK-tklab/BayesianOptimization
kiudee/bayes-skopt
svedel/greattunes pytorch

Tasks

Bayesian OptimisationBayesian Optimization

Similar Papers 제목 키워드 기반

Joint Entropy Search for Maximally-Informed Bayesian Optimization

2022-06-09 · Carl Hvarfner, Frank Hutter, Luigi Nardi

Information-theoretic Bayesian optimization techniques have become popular for optimizing expensive-to-evaluate black-box functions due to their non-myopic qualities. Entropy Search and Predictive Entropy Search both con…

Bayesian OptimizationDecision Making

Improved Max-value Entropy Search for Multi-objective Bayesian Optimization with Constraints

2020-11-02 · Daniel Fernández-Sánchez, Eduardo C. Garrido-Merchán, Daniel Hernández-Lobato

We present MESMOC+, an improved version of Max-value Entropy search for Multi-Objective Bayesian optimization with Constraints (MESMOC). MESMOC+ can be used to solve constrained multi-objective problems when the objectiv…

Bayesian Optimization

Variational Entropy Search for Adjusting Expected Improvement

2024-02-17 · Nuojin Cheng, Stephen Becker

Bayesian optimization is a widely used technique for optimizing black-box functions, with Expected Improvement (EI) being the most commonly utilized acquisition function in this domain. While EI is often viewed as distin…

Bayesian OptimizationVariational Inference

Multi-objective Bayesian Optimization using Pareto-frontier Entropy

2019-06-01 · ICML 2020 1 · Shinya Suzuki, Shion Takeno, Tomoyuki Tamura, Kazuki Shitara 외

This paper studies an entropy-based multi-objective Bayesian optimization (MBO). The entropy search is successful approach to Bayesian optimization. However, for MBO, existing entropy-based methods ignore trade-off among…

Bayesian Optimization

Constrained Bayesian Optimization with Max-Value Entropy Search

2019-10-15 · Valerio Perrone, Iaroslav Shcherbatyi, Rodolphe Jenatton, Cedric Archambeau 외

Bayesian optimization (BO) is a model-based approach to sequentially optimize expensive black-box functions, such as the validation error of a deep neural network with respect to its hyperparameters. In many real-world s…

Bayesian OptimizationHyperparameter Optimization