paper-with-me

Papers

MOBO-OSD: Batch Multi-Objective Bayesian Optimization via Orthogonal Search Directions

2025-10-23 · Lam Ngo, Huong Ha, Jeffrey Chan, Hongyu Zhang arxiv

Bayesian Optimization (BO) is a powerful tool for optimizing expensive black-box objective functions. While extensive research has been conducted on the single-objective optimization problem, the multi-objective optimization problem remains challenging. In this paper, we propose MOBO-OSD, a multi-objective Bayesian Optimization algorithm designed to generate a diverse set of Pareto optimal solutions by solving multiple constrained optimization problems, referred to as MOBO-OSD subproblems, along orthogonal search directions (OSDs) defined with respect to an approximated convex hull of individual objective minima. By employing a well-distributed set of OSDs, MOBO-OSD ensures broad coverage of the objective space, enhancing both solution diversity and hypervolume performance. To further improve the density of the set of Pareto optimal candidate solutions without requiring an excessive number of subproblems, we leverage a Pareto Front Estimation technique to generate additional solutions in the neighborhood of existing solutions. Additionally, MOBO-OSD supports batch optimization, enabling parallel function evaluations to accelerate the optimization process when resources are available. Through extensive experiments and analysis on a variety of synthetic and real-world benchmark functions with two to six objectives, we demonstrate that MOBO-OSD consistently outperforms the state-of-the-art algorithms. Our code implementation can be found at https://github.com/LamNgo1/mobo-osd.

📄 PDF Abstract BibTeX arXiv:2510.20872

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

qPOTS: Efficient batch multiobjective Bayesian optimization via Pareto optimal Thompson sampling

2023-10-24 · Ashwin Renganathan, Kade E. Carlson

Classical evolutionary approaches for multiobjective optimization are quite accurate but incur a lot of queries to the objectives; this can be prohibitive when objectives are expensive oracles. A sample-efficient approac…

Bayesian OptimizationComputational EfficiencyMultiobjective OptimizationThompson Sampling

A penalisation method for batch multi-objective Bayesian optimisation with application in heat exchanger design

2022-06-27 · Andrei Paleyes, Henry B. Moss, Victor Picheny, Piotr Zulawski 외

We present HIghly Parallelisable Pareto Optimisation (HIPPO) -- a batch acquisition function that enables multi-objective Bayesian optimisation methods to efficiently exploit parallel processing resources. Multi-Objectiv…

Bayesian OptimisationDiversity

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

Pareto Set Learning for Expensive Multi-Objective Optimization

2022-10-16 · Xi Lin, Zhiyuan Yang, Xiaoyuan Zhang, Qingfu Zhang

Expensive multi-objective optimization problems can be found in many real-world applications, where their objective function evaluations involve expensive computations or physical experiments. It is desirable to obtain a…

Bayesian OptimizationDecision Making

BOFormer: Learning to Solve Multi-Objective Bayesian Optimization via Non-Markovian RL

2025-05-28 · Yu-Heng Hung, Kai-Jie Lin, Yu-Heng Lin, Chien-YiWang 외

Bayesian optimization (BO) offers an efficient pipeline for optimizing black-box functions with the help of a Gaussian process prior and an acquisition function (AF). Recently, in the context of single-objective BO, lear…

Bayesian OptimizationHyperparameter OptimizationLanguage ModelingLanguage Modelling+1