arXiv Analytics

Sign in

arXiv:2203.16912 [cs.LG]AbstractReferencesReviewsResources

MBORE: Multi-objective Bayesian Optimisation by Density-Ratio Estimation

George De Ath, Tinkle Chugh, Alma A. M. Rahat

Published 2022-03-31Version 1

Optimisation problems often have multiple conflicting objectives that can be computationally and/or financially expensive. Mono-surrogate Bayesian optimisation (BO) is a popular model-based approach for optimising such black-box functions. It combines objective values via scalarisation and builds a Gaussian process (GP) surrogate of the scalarised values. The location which maximises a cheap-to-query acquisition function is chosen as the next location to expensively evaluate. While BO is an effective strategy, the use of GPs is limiting. Their performance decreases as the problem input dimensionality increases, and their computational complexity scales cubically with the amount of data. To address these limitations, we extend previous work on BO by density-ratio estimation (BORE) to the multi-objective setting. BORE links the computation of the probability of improvement acquisition function to that of probabilistic classification. This enables the use of state-of-the-art classifiers in a BO-like framework. In this work we present MBORE: multi-objective Bayesian optimisation by density-ratio estimation, and compare it to BO across a range of synthetic and real-world benchmarks. We find that MBORE performs as well as or better than BO on a wide variety of problems, and that it outperforms BO on high-dimensional and real-world problems.

Comments: To appear at Genetic and Evolutionary Computation Conference (GECCO '22). 10 pages (main paper) + 25 pages (supplement). Code avaliable at https://github.com/georgedeath/mbore
Categories: cs.LG, cs.AI, stat.ML
Related articles: Most relevant | Search more
arXiv:1902.04228 [cs.LG] (Published 2019-02-12)
Multi-objective Bayesian optimisation with preferences over objectives
arXiv:2102.09009 [cs.LG] (Published 2021-02-17)
BORE: Bayesian Optimization by Density-Ratio Estimation
arXiv:2208.07240 [cs.LG] (Published 2022-05-02)
Mono-surrogate vs Multi-surrogate in Multi-objective Bayesian Optimisation