Parametric Pareto Set Learning for Expensive Multi-Objective Optimization
Ji Cheng, Bo Xue, Qingfu Zhang
TL;DR
The paper tackles expensive parametric multi-objective optimization by learning a parametric Pareto-set model that maps both preferences and exogenous parameters to Pareto-optimal solutions. It introduces PPSL-MOBO, combining a hypernetwork with Low-Rank Adaptation (LoRA) to generate task-conditioned Pareto models, Gaussian-process surrogates over augmented inputs, and a hypervolume-based acquisition strategy to minimize evaluations. The approach demonstrates strong performance in two challenging domains: multi-objective optimization with shared components and dynamic multi-objective optimization, achieving near-instant Pareto-set inference after a single training phase and reducing evaluations by orders of magnitude compared to re-optimization per parameter. This parametric learning framework enables real-time adaptation and efficient exploration across parameter space, with implications for modular design, personalized optimization, and dynamic decision-making in engineering and beyond.
Abstract
Parametric multi-objective optimization (PMO) addresses the challenge of solving an infinite family of multi-objective optimization problems, where optimal solutions must adapt to varying parameters. Traditional methods require re-execution for each parameter configuration, leading to prohibitive costs when objective evaluations are computationally expensive. To address this issue, we propose Parametric Pareto Set Learning with multi-objective Bayesian Optimization (PPSL-MOBO), a novel framework that learns a unified mapping from both preferences and parameters to Pareto-optimal solutions. PPSL-MOBO leverages a hypernetwork with Low-Rank Adaptation (LoRA) to efficiently capture parametric variations, while integrating Gaussian process surrogates and hypervolume-based acquisition to minimize expensive function evaluations. We demonstrate PPSL-MOBO's effectiveness on two challenging applications: multi-objective optimization with shared components, where certain design variables must be identical across solution families due to modular constraints, and dynamic multi-objective optimization, where objectives evolve over time. Unlike existing methods that cannot directly solve PMO problems in a unified manner, PPSL-MOBO learns a single model that generalizes across the entire parameter space. By enabling instant inference of Pareto sets for new parameter values without retraining, PPSL-MOBO provides an efficient solution for expensive PMO problems.
