LGMLMar 23, 2018

Bayesian Optimization with Expensive Integrands

arXiv:1803.08661v153 citations
Originality Incremental advance
AI Analysis

This addresses optimization challenges in multi-task hyperparameter tuning, simulation-based optimization, and experimental design, offering incremental improvements for these domains.

The paper tackles the problem of Bayesian optimization for objective functions that are sums or integrals of expensive-to-evaluate functions, proposing a method that is average-case optimal and performs as well or better than previous state-of-the-art methods, with significant improvements in noisy or smooth scenarios.

We propose a Bayesian optimization algorithm for objective functions that are sums or integrals of expensive-to-evaluate functions, allowing noisy evaluations. These objective functions arise in multi-task Bayesian optimization for tuning machine learning hyperparameters, optimization via simulation, and sequential design of experiments with random environmental conditions. Our method is average-case optimal by construction when a single evaluation of the integrand remains within our evaluation budget. Achieving this one-step optimality requires solving a challenging value of information optimization problem, for which we provide a novel efficient discretization-free computational method. We also provide consistency proofs for our method in both continuum and discrete finite domains for objective functions that are sums. In numerical experiments comparing against previous state-of-the-art methods, including those that also leverage sum or integral structure, our method performs as well or better across a wide range of problems and offers significant improvements when evaluations are noisy or the integrand varies smoothly in the integrated variables.

Code Implementations1 repo
Foundations

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

Your Notes