paper-with-me

홈 › Papers

Bayesian Optimization of Composite Functions

2019-06-04 · Raul Astudillo, Peter I. Frazier

We consider optimization of composite objective functions, i.e., of the form $f(x)=g(h(x))$, where $h$ is a black-box derivative-free expensive-to-evaluate function with vector-valued outputs, and $g$ is a cheap-to-evaluate real-valued function. While these problems can be solved with standard Bayesian optimization, we propose a novel approach that exploits the composite structure of the objective function to substantially improve sampling efficiency. Our approach models $h$ using a multi-output Gaussian process and chooses where to sample using the expected improvement evaluated on the implied non-Gaussian posterior on $f$, which we call expected improvement for composite functions (\ei). Although \ei\ cannot be computed in closed form, we provide a novel stochastic gradient estimator that allows its efficient maximization. We also show that our approach is asymptotically consistent, i.e., that it recovers a globally optimal solution as sampling effort grows to infinity, generalizing previous convergence results for classical expected improvement. Numerical experiments show that our approach dramatically outperforms standard Bayesian optimization benchmarks, reducing simple regret by several orders of magnitude.

📄 PDF Abstract BibTeX arXiv:1906.01537

Code (1)

nataliemaus/joco_icml24 pytorch

Tasks

Bayesian Optimization

Methods 이 논문이 사용한 방법론

Gaussian Process Gaussian Processes are non-parametric models for approximating functions. They rely upon a measure of similarity between points (the kernel function) to predict the value for…

Similar Papers 제목 키워드 기반

BOIS: Bayesian Optimization of Interconnected Systems

2023-11-19 · Leonardo D. González, Victor M. Zavala

Bayesian optimization (BO) has proven to be an effective paradigm for the global optimization of expensive-to-sample systems. One of the main advantages of BO is its use of Gaussian processes (GPs) to characterize model …

Bayesian OptimizationChemical ProcessGaussian Processesglobal-optimization

Joint Composite Latent Space Bayesian Optimization

2023-11-03 · Natalie Maus, Zhiyuan Jerry Lin, Maximilian Balandat, Eytan Bakshy

Bayesian Optimization (BO) is a technique for sample-efficient black-box optimization that employs probabilistic models to identify promising input locations for evaluation. When dealing with composite-structured functio…

Bayesian Optimization

Composite Bayesian Optimization In Function Spaces Using NEON -- Neural Epistemic Operator Networks

2024-04-03 · Leonardo Ferreira Guilhoto, Paris Perdikaris

Operator learning is a rising field of scientific computing where inputs or outputs of a machine learning model are functions defined in infinite-dimensional spaces. In this paper, we introduce NEON (Neural Epistemic Ope…

Bayesian OptimizationDecision MakingOperator learningSequential Decision Making

Stochastic Gradient Descent for Stochastic Doubly-Nonconvex Composite Optimization

2018-05-21 · Takayuki Kawashima, Hironori Fujisawa

The stochastic gradient descent has been widely used for solving composite optimization problems in big data analyses. Many algorithms and convergence properties have been developed. The composite functions were convex p…

Thinking inside the box: A tutorial on grey-box Bayesian optimization

2022-01-02 · Raul Astudillo, Peter I. Frazier

Bayesian optimization (BO) is a framework for global optimization of expensive-to-evaluate objective functions. Classical BO methods assume that the objective function is a black box. However, internal information about …

Bayesian Optimizationglobal-optimization