paper-with-me

홈 › Papers

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

2026-04-10 · Chao Jiang, Jingyu Huang, Miqing Li arxiv

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.

📄 PDF Abstract BibTeX arXiv:2604.09417

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

User-Preference Meets Pareto-Optimality: Multi-Objective Bayesian Optimization with Local Gradient Search

2025-02-10 · Joshua Hang Sai Ip, Ankush Chakrabarty, Ali Mesbah, Diego Romeres

Incorporating user preferences into multi-objective Bayesian optimization (MOBO) allows for personalization of the optimization procedure. Preferences are often abstracted in the form of an unknown utility function, esti…

Bayesian Optimization

Learning the Pareto Front with Hypernetworks

2020-10-08 · ICLR 2021 1 · Aviv Navon, Aviv Shamsian, Gal Chechik, Ethan Fetaya

Multi-objective optimization (MOO) problems are prevalent in machine learning. These problems have a set of optimal solutions, called the Pareto front, where each point on the front represents a different trade-off betwe…

FairnessMultiobjective OptimizationMulti-target regressionMulti-Task Learning+1

Pareto Front Approximation for Multi-Objective Session-Based Recommender Systems

2024-07-23 · Timo Wilm, Philipp Normann, Felix Stepprath

This work introduces MultiTRON, an approach that adapts Pareto front approximation techniques to multi-objective session-based recommender systems using a transformer neural network. Our approach optimizes trade-offs bet…

Recommendation Systems

Many-Objective Multi-Solution Transport

2024-03-06 · Ziyue Li, Tian Li, Virginia Smith, Jeff Bilmes 외

Optimizing the performance of many objectives (instantiated by tasks or clients) jointly with a few Pareto stationary solutions (models) is critical in machine learning. However, previous multi-objective optimization met…

Federated LearningMulti-Task LearningPrompt Learning

An Analysis of Quality Indicators Using Approximated Optimal Distributions in a Three-dimensional Objective Space

2020-09-27 · Ryoji Tanabe, Hisao Ishibuchi

Although quality indicators play a crucial role in benchmarking evolutionary multi-objective optimization algorithms, their properties are still unclear. One promising approach for understanding quality indicators is the…

Benchmarking