# Harnessing Low-Fidelity Data to Accelerate Bayesian Optimization via   Posterior Regularization

**Authors:** Bin Liu

arXiv: 1902.03740 · 2019-12-18

## TL;DR

This paper introduces a novel Bayesian optimization method that leverages low-fidelity data through posterior regularization, significantly reducing the number of expensive function evaluations needed for global optimization.

## Contribution

It proposes a new framework combining low-fidelity data with posterior regularization using a dynamic weighted product of experts, enhancing BO efficiency.

## Key findings

- Outperforms state-of-the-art methods on benchmark tasks
- Reduces number of function evaluations needed
- Maintains high solution quality

## Abstract

Bayesian optimization (BO) is a powerful paradigm for derivative-free global optimization of a black-box objective function (BOF) that is expensive to evaluate. However, the overhead of BO can still be prohibitive for problems with highly expensive function evaluations. In this paper, we investigate how to reduce the required number of function evaluations for BO without compromise in solution quality. We explore the idea of posterior regularization to harness low fidelity (LF) data within the Gaussian process upper confidence bound (GP-UCB) framework. The LF data can arise from previous evaluations of an LF approximation of the BOF or of a related optimization task. An extra GP model called LF-GP is trained to fit the LF data. We develop an operator termed dynamic weighted product of experts (DW-POE) fusion. The regularization is induced by this operator on the posterior of the BOF. The impact of the LF GP model on the resulting regularized posterior is adaptively adjusted via Bayesian formalism. Extensive experimental results on benchmark BOF optimization tasks demonstrate the superior performance of the proposed algorithm over state-of-the-art.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1902.03740/full.md

## Figures

12 figures with captions in the complete paper: https://tomesphere.com/paper/1902.03740/full.md

## References

28 references — full list in the complete paper: https://tomesphere.com/paper/1902.03740/full.md

---
Source: https://tomesphere.com/paper/1902.03740