paper-with-me

Papers

Non-Myopic Multi-Objective Bayesian Optimization

2024-12-11 · Syrine Belakaria, Alaleh Ahmadianshalchi, Barbara Engelhardt, Stefano Ermon, Janardhan Rao Doppa

We consider the problem of finite-horizon sequential experimental design to solve multi-objective optimization (MOO) of expensive black-box objective functions. This problem arises in many real-world applications, including materials design, where we have a small resource budget to make and evaluate candidate materials in the lab. We solve this problem using the framework of Bayesian optimization (BO) and propose the first set of non-myopic methods for MOO problems. Prior work on non-myopic BO for single-objective problems relies on the Bellman optimality principle to handle the lookahead reasoning process. However, this principle does not hold for most MOO problems because the reward function needs to satisfy some conditions: scalar variable, monotonicity, and additivity. We address this challenge by using hypervolume improvement (HVI) as our scalarization approach, which allows us to use a lower-bound on the Bellman equation to approximate the finite-horizon using a batch expected hypervolume improvement (EHVI) acquisition function (AF) for MOO. Our formulation naturally allows us to use other improvement-based scalarizations and compare their efficacy to HVI. We derive three non-myopic AFs for MOBO: 1) the Nested AF, which is based on the exact computation of the lower bound, 2) the Joint AF, which is a lower bound on the nested AF, and 3) the BINOM AF, which is a fast and approximate variant based on batch multi-objective acquisition functions. Our experiments on multiple diverse real-world MO problems demonstrate that our non-myopic AFs substantially improve performance over the existing myopic AFs for MOBO.

📄 PDF Abstract BibTeX arXiv:2412.08085

Code (1)

Alaleh/NMMO 공식 구현 pytorch

Tasks

Bayesian OptimizationExperimental Design

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Non-Myopic Multifidelity Bayesian Optimization

2022-07-13 · Francesco Di Fiore, Laura Mainini

Bayesian optimization is a popular framework for the optimization of black box functions. Multifidelity methods allows to accelerate Bayesian optimization by exploiting low-fidelity representations of expensive objective…

Bayesian Optimization

Differentiating Policies for Non-Myopic Bayesian Optimization

2024-08-14 · Darian Nwankwo, David Bindel

Bayesian optimization (BO) methods choose sample points by optimizing an acquisition function derived from a statistical model of the objective. These acquisition functions are chosen to balance sampling regions with pre…

Bayesian Optimization

Nonmyopic Gaussian Process Optimization with Macro-Actions

2020-02-22 · Dmitrii Kharkovskii, Chun Kai Ling, Kian Hsiang Low

This paper presents a multi-staged approach to nonmyopic adaptive Gaussian process optimization (GPO) for Bayesian optimization (BO) of unknown, highly complex objective functions that, in contrast to existing nonmyopic …

Bayesian Optimization

BINOCULARS for Efficient, Nonmyopic Sequential Experimental Design

2019-09-10 · ICML 2020 1 · Shali Jiang, Henry Chai, Javier Gonzalez, Roman Garnett

Finite-horizon sequential experimental design (SED) arises naturally in many contexts, including hyperparameter tuning in machine learning among more traditional settings. Computing the optimal policy for such problems r…

Bayesian OptimizationExperimental Design

Efficient Rollout Strategies for Bayesian Optimization

2020-02-24 · Eric Hans Lee, David Eriksson, Bolong Cheng, Michael McCourt 외

Bayesian optimization (BO) is a class of sample-efficient global optimization methods, where a probabilistic model conditioned on previous observations is used to determine future evaluations via the optimization of an a…

Bayesian Optimizationglobal-optimization