Do We Really Need to Approach the Entire Pareto Front in Many-Objective Bayesian Optimisation?

arXiv cs.AI / 4/13/2026

💬 OpinionIdeas & Deep AnalysisModels & Research

Key Points

  • The paper argues that in many-objective Bayesian optimization, it is often impractical to approximate the entire Pareto front because the number of required representative solutions grows rapidly with the number of objectives while evaluation budgets remain limited.
  • It proposes a shift in goal under tight budgets: instead of seeking a diverse set approximating the whole Pareto front, the framework targets finding a single high-quality solution that best serves the decision-maker’s tradeoff.
  • The authors introduce SPMO (single point-based multi-objective search) and a corresponding acquisition function, ESPI (expected single-point improvement), designed for both noiseless and noisy optimization settings.
  • ESPI is optimized using gradient-based methods with a sample-average-approximation (SAA) strategy, and the paper provides theoretical convergence guarantees for ESPI under SAA.
  • Empirical results on benchmark and real-world problems indicate that SPMO/ESPI is computationally tractable and outperforms existing state-of-the-art many-/multi-objective Bayesian optimization approaches.

Abstract

Many-objective optimisation, a subset of multi-objective optimisation, involves optimisation problems with more than three objectives. As the number of objectives increases, the number of solutions needed to adequately represent the entire Pareto front typically grows substantially. This makes it challenging, if not infeasible, to design a search algorithm capable of effectively exploring the entire Pareto front. This difficulty is particularly acute in the Bayesian optimisation paradigm, where sample efficiency is critical and only a limited number of solutions (often a few hundred) are evaluated. Moreover, after the optimisation process, the decision-maker eventually selects just one solution for deployment, regardless of how many high-quality, diverse solutions are available. In light of this, we argue an idea that under a very limited evaluation budget, it may be more useful to focus on finding a single solution of the highest possible quality for the decision-maker, rather than aiming to approximate the entire Pareto front as existing many-/multi-objective Bayesian optimisation methods typically do. Bearing this idea in mind, this paper proposes a \underline{s}ingle \underline{p}oint-based \underline{m}ulti-\underline{o}bjective search framework (SPMO) that aims to improve the quality of solutions along a direction that leads to a good tradeoff between objectives. Within SPMO, we present a simple acquisition function, called expected single-point improvement (ESPI), working under both noiseless and noisy scenarios. We show that ESPI can be optimised effectively with gradient-based methods via the sample average approximation (SAA) approach and theoretically prove its convergence guarantees under the SAA. We also empirically demonstrate that the proposed SPMO is computationally tractable and outperforms state-of-the-arts on a wide range of benchmark and real-world problems.