Evolutionary Preference Sampling for Pareto Set Learning
Rongguang Ye, Longcan Chen, Jinyuan Zhang, Hisao Ishibuchi
TL;DR
PSL learns the entire Pareto set by mapping preference vectors to Pareto-optimal solutions, but fixed preference sampling can fail on complex fronts. The authors introduce Evolutionary Preference Sampling (EPS), an adaptive sampling strategy that treats preference vectors as evolving individuals to accelerate PSL training. EPS is integrated into five PSL baselines and evaluated across seven benchmarks and four real-world problems, yielding faster convergence in most cases, especially for non-conv or disconnected fronts, with limited gains for HV-focused methods. The work advances efficient Pareto-front learning and motivates future extensions to constrained or integer multi-objective problems.
Abstract
Recently, Pareto Set Learning (PSL) has been proposed for learning the entire Pareto set using a neural network. PSL employs preference vectors to scalarize multiple objectives, facilitating the learning of mappings from preference vectors to specific Pareto optimal solutions. Previous PSL methods have shown their effectiveness in solving artificial multi-objective optimization problems (MOPs) with uniform preference vector sampling. The quality of the learned Pareto set is influenced by the sampling strategy of the preference vector, and the sampling of the preference vector needs to be decided based on the Pareto front shape. However, a fixed preference sampling strategy cannot simultaneously adapt the Pareto front of multiple MOPs. To address this limitation, this paper proposes an Evolutionary Preference Sampling (EPS) strategy to efficiently sample preference vectors. Inspired by evolutionary algorithms, we consider preference sampling as an evolutionary process to generate preference vectors for neural network training. We integrate the EPS strategy into five advanced PSL methods. Extensive experiments demonstrate that our proposed method has a faster convergence speed than baseline algorithms on 7 testing problems. Our implementation is available at https://github.com/rG223/EPS.
