paper-with-me

Papers

High-dimensional Bayesian optimization using low-dimensional feature spaces

2019-02-27 · Riccardo Moriconi, Marc P. Deisenroth, K. S. Sesh Kumar

Bayesian optimization (BO) is a powerful approach for seeking the global optimum of expensive black-box functions and has proven successful for fine tuning hyper-parameters of machine learning models. However, BO is practically limited to optimizing 10--20 parameters. To scale BO to high dimensions, we usually make structural assumptions on the decomposition of the objective and\slash or exploit the intrinsic lower dimensionality of the problem, e.g. by using linear projections. We could achieve a higher compression rate with nonlinear projections, but learning these nonlinear embeddings typically requires much data. This contradicts the BO objective of a relatively small evaluation budget. To address this challenge, we propose to learn a low-dimensional feature space jointly with (a) the response surface and (b) a reconstruction mapping. Our approach allows for optimization of BO's acquisition function in the lower-dimensional subspace, which significantly simplifies the optimization problem. We reconstruct the original parameter space from the lower-dimensional subspace for evaluating the black-box function. For meaningful exploration, we solve a constrained optimization problem.

📄 PDF Abstract BibTeX arXiv:1902.10675

Code (1)

rm4216/BayesOpt 공식 구현 tf

Tasks

Bayesian OptimizationDimensionality ReductionVocal Bursts Intensity Prediction

Similar Papers 제목 키워드 기반

An Adaptive Dropout Approach for High-Dimensional Bayesian Optimization

2025-04-15 · Jundi Huang, Dawei Zhan

Bayesian optimization (BO) is a widely used algorithm for solving expensive black-box optimization problems. However, its performance decreases significantly on high-dimensional problems due to the inherent high-dimensio…

Bayesian Optimization

Expected Coordinate Improvement for High-Dimensional Bayesian Optimization

2024-04-18 · Dawei Zhan

Bayesian optimization (BO) algorithm is very popular for solving low-dimensional expensive optimization problems. Extending Bayesian optimization to high dimension is a meaningful but challenging task. One of the major c…

Bayesian Optimization

Semi-supervised Embedding Learning for High-dimensional Bayesian Optimization

2020-05-29 · Jingfan Chen, Guanghui Zhu, Chunfeng Yuan, Yihua Huang

Bayesian optimization is a broadly applied methodology to optimize the expensive black-box function. Despite its success, it still faces the challenge from the high-dimensional search space. To alleviate this problem, we…

Bayesian OptimizationDimensionality ReductionHyperparameter OptimizationVocal Bursts Intensity Prediction

Vanilla Bayesian Optimization Performs Great in High Dimensions

2024-02-03 · Carl Hvarfner, Erik Orm Hellsten, Luigi Nardi

High-dimensional problems have long been considered the Achilles' heel of Bayesian optimization algorithms. Spurred by the curse of dimensionality, a large collection of algorithms aim to make it more performant in this …

Bayesian Optimization

High dimensional Bayesian Optimization via Condensing-Expansion Projection

2024-08-09 · Jiaming Lu, Rong J. B. Zhu

In high-dimensional settings, Bayesian optimization (BO) can be expensive and infeasible. The random embedding Bayesian optimization algorithm is commonly used to address high-dimensional BO challenges. However, this met…

Bayesian Optimization