paper-with-me

Papers

Differentiable Expected Hypervolume Improvement for Parallel Multi-Objective Bayesian Optimization

2020-06-09 · NeurIPS 2020 12 · Samuel Daulton, Maximilian Balandat, Eytan Bakshy

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 acquisition optimization or approximated gradients, we compute exact gradients of the MC estimator via auto-differentiation, thereby enabling efficient and effective optimization using first-order and quasi-second-order methods. Our empirical evaluation demonstrates that qEHVI is computationally tractable in many practical scenarios and outperforms state-of-the-art multi-objective BO algorithms at a fraction of their wall time.

📄 PDF Abstract BibTeX arXiv:2006.05078

Code (1)

pytorch/botorch 공식 구현 pytorch

Tasks

Bayesian OptimizationSecond-order methods

Similar Papers 제목 키워드 기반

Parallel Bayesian Optimization of Multiple Noisy Objectives with Expected Hypervolume Improvement

2021-05-17 · NeurIPS 2021 12 · Samuel Daulton, Maximilian Balandat, Eytan Bakshy

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 approac…

Bayesian Optimization

What Makes an Effective Scalarising Function for Multi-Objective Bayesian Optimisation?

2021-04-10 · Clym Stock-Williams, Tinkle Chugh, Alma Rahat, Wei Yu

Performing multi-objective Bayesian optimisation by scalarising the objectives avoids the computation of expensive multi-dimensional integral-based acquisition functions, instead of allowing one-dimensional standard acqu…

Bayesian Optimisation

Preference-Shaped Expected Hypervolume and R2 Improvement: Exact Computation and Monotonicity

2026-05-27 · Michael T. M. Emmerich arxiv

This paper studies preference-shaped expected improvement criteria for Bayesian multiobjective optimization. We consider two indicator families which are often used for similar algorithmic purposes, but which are geometr…

Probability Distribution of Hypervolume Improvement in Bi-objective Bayesian Optimization

2022-05-11 · Hao Wang, Kaifeng Yang, Michael Affenzeller

Hypervolume improvement (HVI) is commonly employed in multi-objective Bayesian optimization algorithms to define acquisition functions due to its Pareto-compliant property. Rather than focusing on specific statistical mo…

Bayesian Optimization

Unexpected Improvements to Expected Improvement for Bayesian Optimization

2023-10-31 · NeurIPS 2023 11 · Sebastian Ament, Samuel Daulton, David Eriksson, Maximilian Balandat 외

Expected Improvement (EI) is arguably the most popular acquisition function in Bayesian optimization and has found countless successful applications, but its performance is often exceeded by that of more recent methods. …

Bayesian Optimization