Multi-objective optimisation via the R2 utilities
Ben Tu, Nikolas Kantas, Robert M. Lee, Behrang Shafei
TL;DR
This paper unifies scalarisation and utility approaches to multi-objective optimisation through the R2 utilities, a family defined by $U(Y)=\mathbb{E}_{p(\boldsymbol{\theta})}[\max_{\mathbf{y}\in Y} s_{\boldsymbol{\theta}}(\mathbf{y})]$. It proves that R2 utilities are monotone and submodular, enabling greedy optimisation and establishing performance guarantees, including extensions to Bayesian optimisation via AEUI acquisition functions. The framework subsumes popular metrics such as hypervolume, IGD, and D1 as special cases, and provides a principled basis for designing preference-aware and adaptive strategies. The authors provide theoretical bounds, empirical validation on Bayesian setups, and discuss practical extensions like preference elicitation, constraints, and robustness for real-world decision problems.
Abstract
The goal of multi-objective optimisation is to identify a collection of points which describe the best possible trade-offs between the multiple objectives. In order to solve this vector-valued optimisation problem, practitioners often appeal to the use of scalarisation functions in order to transform the multi-objective problem into a collection of single-objective problems. This set of scalarised problems can then be solved using traditional single-objective optimisation techniques. In this work, we formalise this convention into a general mathematical framework. We show how this strategy effectively recasts the original multi-objective optimisation problem into a single-objective optimisation problem defined over sets. An appropriate class of objective functions for this new problem are the R2 utilities, which are utility functions that are defined as a weighted integral over the scalarised optimisation problems. As part of our work, we show that these utilities are monotone and submodular set functions which can be optimised effectively using greedy optimisation algorithms. We then analyse the performance of these greedy algorithms both theoretically and empirically. Our analysis largely focusses on Bayesian optimisation, which is a popular probabilistic framework for black-box optimisation.
