Differentiable Expected Hypervolume Improvement for Parallel Multi-Objective Bayesian Optimization
Samuel Daulton, Maximilian Balandat, Eytan Bakshy

TL;DR
This paper introduces qEHVI, a novel, computationally efficient method for parallel multi-objective Bayesian optimization that computes exact gradients, enabling faster and more effective optimization compared to existing approaches.
Contribution
The paper develops qEHVI, an exact gradient-based extension of EHVI for parallel, constrained multi-objective Bayesian optimization, leveraging auto-differentiation for efficiency.
Findings
qEHVI outperforms state-of-the-art algorithms in wall-clock time.
qEHVI is computationally tractable in practical scenarios.
Exact gradient computation improves optimization efficiency.
Abstract
In many real-world scenarios, decision makers seek to efficiently optimize multiple competing objectives in a sample-efficient fashion. Multi-objective Bayesian optimization (BO) is a common approach, but many of the best-performing acquisition functions do not have known analytic gradients and suffer from high computational overhead. We leverage recent advances in programming models and hardware acceleration for multi-objective BO using Expected Hypervolume Improvement (EHVI)---an algorithm notorious for its high computational complexity. We derive a novel formulation of q-Expected Hypervolume Improvement (qEHVI), an acquisition function that extends EHVI to the parallel, constrained evaluation setting. qEHVI is an exact computation of the joint EHVI of q new candidate points (up to Monte-Carlo (MC) integration error). Whereas previous EHVI formulations rely on gradient-free…
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 · Gaussian Processes and Bayesian Inference · Advanced Bandit Algorithms Research
