paper-with-me

Papers

Diversity-Guided Multi-Objective Bayesian Optimization With Batch Evaluations

2020-12-01 · NeurIPS 2020 12 · Mina Konakovic Lukovic, Yunsheng Tian, Wojciech Matusik

Many science, engineering, and design optimization problems require balancing the trade-offs between several conflicting objectives. The objectives are often black-box functions whose evaluations are time-consuming and costly. Multi-objective Bayesian optimization can be used to automate the process of discovering the set of optimal solutions, called Pareto-optimal, while minimizing the number of performed evaluations. To further reduce the evaluation time in the optimization process, testing of several samples in parallel can be deployed. We propose a novel multi-objective Bayesian optimization algorithm that iteratively selects the best batch of samples to be evaluated in parallel. Our algorithm approximates and analyzes a piecewise-continuous Pareto set representation. This representation allows us to introduce a batch selection strategy that optimizes for both hypervolume improvement and diversity of selected samples in order to efficiently advance promising regions of the Pareto front. Experiments on both synthetic test functions and real-world benchmark problems show that our algorithm predominantly outperforms relevant state-of-the-art methods. Code is available at https://github.com/yunshengtian/DGEMO.

📄 PDF Abstract BibTeX

Code (1)

yunshengtian/DGEMO 공식 구현

Tasks

Bayesian OptimisationBayesian OptimizationDiversity

Similar Papers 제목 키워드 기반

Preference-Guided Diffusion for Multi-Objective Offline Optimization

2025-03-21 · Yashas Annadani, Syrine Belakaria, Stefano Ermon, Stefan Bauer 외

Offline multi-objective optimization aims to identify Pareto-optimal solutions given a dataset of designs and their objective values. In this work, we propose a preference-guided diffusion model that generates Pareto-opt…

Diversity

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

Automated Circuit Sizing with Multi-objective Optimization based on Differential Evolution and Bayesian Inference

2022-06-06 · Catalin Visan, Octavian Pascu, Marius Stanescu, Elena-Diana Sandru 외

With the ever increasing complexity of specifications, manual sizing for analog circuits recently became very challenging. Especially for innovative, large-scale circuits designs, with tens of design variables, operating…

Bayesian InferenceBayesian OptimizationDiversityEvolutionary Algorithms+1

DGPO: Discovering Multiple Strategies with Diversity-Guided Policy Optimization

2022-07-12 · Wentse Chen, Shiyu Huang, Yuan Chiang, Tim Pearce 외

Most reinforcement learning algorithms seek a single optimal strategy that solves a given task. However, it can often be valuable to learn a diverse set of solutions, for instance, to make an agent's interaction with use…

Diversityreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Pareto Front-Diverse Batch Multi-Objective Bayesian Optimization

2024-06-13 · Alaleh Ahmadianshalchi, Syrine Belakaria, Janardhan Rao Doppa

We consider the problem of multi-objective optimization (MOO) of expensive black-box functions with the goal of discovering high-quality and diverse Pareto fronts where we are allowed to evaluate a batch of inputs. This …

Bayesian OptimizationDiversityPoint Processes