paper-with-me

Papers

Multi-Fidelity Bayesian Optimization with Unreliable Information Sources

2022-10-25 · Petrus Mikkola, Julien Martinelli, Louis Filstroff, Samuel Kaski

Bayesian optimization (BO) is a powerful framework for optimizing black-box, expensive-to-evaluate functions. Over the past decade, many algorithms have been proposed to integrate cheaper, lower-fidelity approximations of the objective function into the optimization process, with the goal of converging towards the global optimum at a reduced cost. This task is generally referred to as multi-fidelity Bayesian optimization (MFBO). However, MFBO algorithms can lead to higher optimization costs than their vanilla BO counterparts, especially when the low-fidelity sources are poor approximations of the objective function, therefore defeating their purpose. To address this issue, we propose rMFBO (robust MFBO), a methodology to make any GP-based MFBO scheme robust to the addition of unreliable information sources. rMFBO comes with a theoretical guarantee that its performance can be bound to its vanilla BO analog, with high controllable probability. We demonstrate the effectiveness of the proposed methodology on a number of numerical benchmarks, outperforming earlier MFBO methods on unreliable sources. We expect rMFBO to be particularly useful to reliably include human experts with varying knowledge within BO processes.

📄 PDF Abstract BibTeX arXiv:2210.13937

Code (1)

aaltopml/rmfbo 공식 구현 pytorch

Tasks

Bayesian Optimization

Similar Papers 제목 키워드 기반

Falsification of Learning-Based Controllers through Multi-Fidelity Bayesian Optimization

2022-12-28 · Zahra Shahrooei, Mykel J. Kochenderfer, Ali Baheri

Simulation-based falsification is a practical testing method to increase confidence that the system will meet safety requirements. Because full-fidelity simulations can be computationally demanding, we investigate the us…

Bayesian Optimization

Physics-Aware Multifidelity Bayesian Optimization: a Generalized Formulation

2023-12-10 · Francesco Di Fiore, Laura Mainini

The adoption of high-fidelity models for many-query optimization problems is majorly limited by the significant computational cost required for their evaluation at every query. Multifidelity Bayesian methods (MFBO) allow…

Bayesian OptimizationManagement

Non-Myopic Multifidelity Bayesian Optimization

2022-07-13 · Francesco Di Fiore, Laura Mainini

Bayesian optimization is a popular framework for the optimization of black box functions. Multifidelity methods allows to accelerate Bayesian optimization by exploiting low-fidelity representations of expensive objective…

Bayesian Optimization

Multi-Fidelity Bayesian Optimization via Deep Neural Networks

2020-07-06 · NeurIPS 2020 12 · Shibo Li, Wei Xing, Mike Kirby, Shandian Zhe

Bayesian optimization (BO) is a popular framework to optimize black-box functions. In many applications, the objective function can be evaluated at multiple fidelities to enable a trade-off between the cost and accuracy.…

Bayesian Optimization

Resource Aware Multifidelity Active Learning for Efficient Optimization

2020-07-09 · Francesco Grassi, Giorgio Manganini, Michele Garraffa, Laura Mainini

Traditional methods for black box optimization require a considerable number of evaluations which can be time consuming, unpractical, and often unfeasible for many engineering applications that rely on accurate represent…

Active LearningBayesian OptimizationDistributed Computing