paper-with-me

Papers

Bayesian Optimization on Networks

2025-10-31 · Wenwen Li, Daniel Sanz-Alonso, Ruiyi Yang arxiv

This paper studies optimization on networks modeled as metric graphs. Motivated by applications where the objective function is expensive to evaluate or only available as a black box, we develop Bayesian optimization algorithms that sequentially update a Gaussian process surrogate model of the objective to guide the acquisition of query points. To ensure that the surrogates are tailored to the network's geometry, we adopt Whittle-Matérn Gaussian process prior models defined via stochastic partial differential equations on metric graphs. In addition to establishing regret bounds for optimizing sufficiently smooth objective functions, we analyze the practical case in which the smoothness of the objective is unknown and the Whittle-Matérn prior is represented using finite elements. Numerical results demonstrate the effectiveness of our algorithms for optimizing benchmark objective functions on a synthetic metric graph and for Bayesian inversion via maximum a posteriori estimation on a telecommunication network.

📄 PDF Abstract BibTeX arXiv:2510.27643

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

RoBO: A Flexible and Robust Bayesian Optimization Framework in Python

2017-01-01 · NIPS 2017 2017 1 · Aaron Klein, Stefan Falkner, Numair Mansur, Frank Hutter

Bayesian optimization is a powerful approach for the global derivative-free optimization of non-convex expensive functions. Even though there is a rich literature on Bayesian optimization, the source code of advanced met…

Bayesian OptimizationHyperparameter Optimization

Practical Transfer Learning for Bayesian Optimization

2018-02-06 · Matthias Feurer, Benjamin Letham, Frank Hutter, Eytan Bakshy

When hyperparameter optimization of a machine learning algorithm is repeated for multiple datasets it is possible to transfer knowledge to an optimization run on a new dataset. We develop a new hyperparameter-free ensemb…

Bayesian OptimizationGaussian ProcessesHyperparameter OptimizationMeta-Learning+1

Optimistic Optimization of Gaussian Process Samples

2022-09-02 · Julia Grosse, Cheng Zhang, Philipp Hennig

Bayesian optimization is a popular formalism for global optimization, but its computational costs limit it to expensive-to-evaluate functions. A competing, computationally more efficient, global optimization framework is…

Bayesian OptimizationComputational Efficiencyglobal-optimization

Cost-aware Bayesian Optimization via the Pandora's Box Gittins Index

2024-06-28 · Qian Xie, Raul Astudillo, Peter I. Frazier, Ziv Scully 외

Bayesian optimization is a technique for efficiently optimizing unknown functions in a black-box manner. To handle practical settings where gathering data requires use of finite resources, it is desirable to explicitly i…

Bayesian Optimization

New Heuristics for Parallel and Scalable Bayesian Optimization

2018-07-01 · Ran Rubin

Bayesian optimization has emerged as a strong candidate tool for global optimization of functions with expensive evaluation costs. However, due to the dynamic nature of research in Bayesian approaches, and the evolution …

Bayesian Optimizationglobal-optimization