# Modulating Surrogates for Bayesian Optimization

**Authors:** Erik Bodin, Markus Kaiser, Ieva Kazlauskaite, Zhenwen Dai, Neill D. F., Campbell, Carl Henrik Ek

arXiv: 1906.11152 · 2020-09-10

## TL;DR

This paper introduces surrogate models that emphasize well-behaved parts of the objective function in Bayesian optimization, improving robustness and efficiency on complex real-world problems.

## Contribution

It proposes a novel approach using latent Gaussian processes to focus on informative structures, ignoring challenging details that hinder optimization progress.

## Key findings

- Latent Gaussian process surrogates outperform standard models.
- The approach enhances robustness on difficult objective functions.
- Experimental results show improved optimization reliability.

## Abstract

Bayesian optimization (BO) methods often rely on the assumption that the objective function is well-behaved, but in practice, this is seldom true for real-world objectives even if noise-free observations can be collected. Common approaches, which try to model the objective as precisely as possible, often fail to make progress by spending too many evaluations modeling irrelevant details. We address this issue by proposing surrogate models that focus on the well-behaved structure in the objective function, which is informative for search, while ignoring detrimental structure that is challenging to model from few observations. First, we demonstrate that surrogate models with appropriate noise distributions can absorb challenging structures in the objective function by treating them as irreducible uncertainty. Secondly, we show that a latent Gaussian process is an excellent surrogate for this purpose, comparing with Gaussian processes with standard noise distributions. We perform numerous experiments on a range of BO benchmarks and find that our approach improves reliability and performance when faced with challenging objective functions.

## Full text

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

## Figures

31 figures with captions in the complete paper: https://tomesphere.com/paper/1906.11152/full.md

## References

39 references — full list in the complete paper: https://tomesphere.com/paper/1906.11152/full.md

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