Parallel Bayesian Optimization of Multiple Noisy Objectives with Expected Hypervolume Improvement
Samuel Daulton, Maximilian Balandat, Eytan Bakshy

TL;DR
This paper introduces a novel Bayesian optimization method, NEHVI, and its parallel variant qNEHVI, which effectively optimize multiple noisy objectives by improving robustness to noise and reducing computational complexity.
Contribution
The paper proposes NEHVI and qNEHVI, new acquisition functions for multi-objective Bayesian optimization that handle noise better and enable efficient large-batch parallel optimization.
Findings
qNEHVI reduces computational complexity from exponential to polynomial.
qNEHVI is more robust to observation noise than existing methods.
qNEHVI achieves state-of-the-art performance in large-batch optimization environments.
Abstract
Optimizing multiple competing black-box objectives is a challenging problem in many fields, including science, engineering, and machine learning. Multi-objective Bayesian optimization (MOBO) is a sample-efficient approach for identifying the optimal trade-offs between the objectives. However, many existing methods perform poorly when the observations are corrupted by noise. We propose a novel acquisition function, NEHVI, that overcomes this important practical limitation by applying a Bayesian treatment to the popular expected hypervolume improvement (EHVI) criterion and integrating over this uncertainty in the Pareto frontier. We argue that, even in the noiseless setting, generating multiple candidates in parallel is an incarnation of EHVI with uncertainty in the Pareto frontier and therefore can be addressed using the same underlying technique. Through this lens, we derive a natural…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsAdvanced Multi-Objective Optimization Algorithms · Advanced Bandit Algorithms Research · Gaussian Processes and Bayesian Inference
