TL;DR
This paper introduces PDBO, a novel Bayesian optimization method that automatically selects acquisition functions and diversifies input batches to efficiently discover high-quality, diverse Pareto fronts in multi-objective black-box optimization.
Contribution
PDBO is the first approach to combine multi-armed bandit selection of acquisition functions with DPP-based batch diversity for multi-objective Bayesian optimization.
Findings
PDBO outperforms existing methods in Pareto front quality.
PDBO achieves higher diversity of solutions.
PDBO adapts parameters effectively after each evaluation round.
Abstract
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 problem arises in many real-world applications including penicillin production where diversity of solutions is critical. We solve this problem in the framework of Bayesian optimization (BO) and propose a novel approach referred to as Pareto front-Diverse Batch Multi-Objective BO (PDBO). PDBO tackles two important challenges: 1) How to automatically select the best acquisition function in each BO iteration, and 2) How to select a diverse batch of inputs by considering multiple objectives. We propose principled solutions to address these two challenges. First, PDBO employs a multi-armed bandit approach to select one acquisition function from a given library. We solve a…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsSparse Evolutionary Training
