LGAIMay 2, 2022

Mono-surrogate vs Multi-surrogate in Multi-objective Bayesian Optimisation

arXiv:2208.07240v13 citationsh-index: 15
Originality Incremental advance
AI Analysis

This work addresses a specific bottleneck in multi-objective optimisation for researchers and practitioners, but it is incremental as it builds on existing surrogate approaches.

The paper tackled the limitations of mono-surrogate methods in multi-objective Bayesian optimisation by using multi-surrogate models and approximating the scalarising function distribution with a Generalised extreme value distribution, showing potential on benchmark and real-world problems.

Bayesian optimisation (BO) has been widely used to solve problems with expensive function evaluations. In multi-objective optimisation problems, BO aims to find a set of approximated Pareto optimal solutions. There are typically two ways to build surrogates in multi-objective BO: One surrogate by aggregating objective functions (by using a scalarising function, also called mono-surrogate approach) and multiple surrogates (for each objective function, also called multi-surrogate approach). In both approaches, an acquisition function (AF) is used to guide the search process. Mono-surrogate has the advantage that only one model is used, however, the approach has two major limitations. Firstly, the fitness landscape of the scalarising function and the objective functions may not be similar. Secondly, the approach assumes that the scalarising function distribution is Gaussian, and thus a closed-form expression of the AF can be used. In this work, we overcome these limitations by building a surrogate model for each objective function and show that the scalarising function distribution is not Gaussian. We approximate the distribution using Generalised extreme value distribution. The results and comparison with existing approaches on standard benchmark and real-world optimisation problems show the potential of the multi-surrogate approach.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes