Approximation of a Pareto Set Segment Using a Linear Model with Sharing Variables
Ping Guo, Qingfu Zhang, Xi Lin
TL;DR
The paper tackles approximating a local portion of the Pareto Set for continuous multiobjective optimization under a constraint of variable sharing. It introduces a two-part performance metric combining an expected Chebyshev-aggregation loss over a neighborhood of preferences and a variable-sharing penalty, then models the local PS with a sparse linear map $h_\theta(\lambda)=A(\lambda_{1:m-1}-\lambda_{1:m-1}^0)+b$ and enforces shared structure via the row-$2,1$ norm $\|A\|_{2,1}$. The optimization proceeds within a MOEA/D-LLA framework that alternates data-driven regression to learn $A,b$ from $(\lambda,x)$ pairs and population-based search, with solutions generated from both genetic operators and model-based sampling. Experiments on a none-shared MOZDT1 instance and standard ZDT/DTLZ benchmarks show the method can produce a local PS approximation with controllable variable sharing: increasing the weight $\gamma$ promotes sharing but may reduce optimality, while the linear-model predictions often outperform the baseline MOEA/D-DE in several settings. Overall, the work offers a practical path to reuse designs and reduce costs by preserving shared components while focusing search on a local Pareto-approximation, with future directions toward broader benchmarks and deeper learning-based strategies.
Abstract
In many real-world applications, the Pareto Set (PS) of a continuous multiobjective optimization problem can be a piecewise continuous manifold. A decision maker may want to find a solution set that approximates a small part of the PS and requires the solutions in this set share some similarities. This paper makes a first attempt to address this issue. We first develop a performance metric that considers both optimality and variable sharing. Then we design an algorithm for finding the model that minimizes the metric to meet the user's requirements. Experimental results illustrate that we can obtain a linear model that approximates the mapping from the preference vectors to solutions in a local area well.
