MLLGOCMar 9, 2020

Composition of kernel and acquisition functions for High Dimensional Bayesian Optimization

arXiv:2003.04207v1
AI Analysis

This work addresses scalability issues in Bayesian Optimization for high-dimensional, expensive black-box functions, with incremental improvements in efficiency for specific domains like water system control.

The paper tackles the challenge of scaling Bayesian Optimization to high-dimensional problems by mapping both the kernel and acquisition function into lower-dimensional subspaces, resulting in more efficient learning and optimization, as demonstrated in a real-life application for controlling pumps in urban water distribution systems.

Bayesian Optimization has become the reference method for the global optimization of black box, expensive and possibly noisy functions. Bayesian Op-timization learns a probabilistic model about the objective function, usually a Gaussian Process, and builds, depending on its mean and variance, an acquisition function whose optimizer yields the new evaluation point, leading to update the probabilistic surrogate model. Despite its sample efficiency, Bayesian Optimiza-tion does not scale well with the dimensions of the problem. The optimization of the acquisition function has received less attention because its computational cost is usually considered negligible compared to that of the evaluation of the objec-tive function. Its efficient optimization is often inhibited, particularly in high di-mensional problems, by multiple extrema. In this paper we leverage the addition-ality of the objective function into mapping both the kernel and the acquisition function of the Bayesian Optimization in lower dimensional subspaces. This ap-proach makes more efficient the learning/updating of the probabilistic surrogate model and allows an efficient optimization of the acquisition function. Experi-mental results are presented for real-life application, that is the control of pumps in urban water distribution systems.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes