MMD-Newton Method for Multi-objective Optimization
Hao Wang, Chenyu Shi, Angel E. Rodriguez-Fernandez, Oliver Schütze
TL;DR
The paper introduces a set-based perspective on numerical multi-objective optimization by using the maximum mean discrepancy $MMD^2(Y,R)$ to measure both convergence to a reference Pareto front and diversity of the Pareto approximation $Y=F[X]$. It develops MMD-Newton (MMDN), an analytic-gradient/hessian Newton method for set-oriented optimization, and analyzes the gradient/Hessian properties and Hessian spectrum to ensure descent via preconditioning. A hybrid framework combines MMDN with MOEAs to provide robust, high-accuracy Pareto front approximations on challenging benchmarks. Empirical results on 11 standard problems show the hybrid often outperforms MOEAs alone under the same computational budget, with limitations noted for certain problem- and algorithm-specific cases. The work highlights MMD as both a convergence and diversity-promoting criterion, suggesting kernel choices and Hessian preconditioning as fruitful directions for further study.
Abstract
Maximum mean discrepancy (MMD) has been widely employed to measure the distance between probability distributions. In this paper, we propose using MMD to solve continuous multi-objective optimization problems (MOPs). For solving MOPs, a common approach is to minimize the distance (e.g., Hausdorff) between a finite approximate set of the Pareto front and a reference set. Viewing these two sets as empirical measures, we propose using MMD to measure the distance between them. To minimize the MMD value, we provide the analytical expression of its gradient and Hessian matrix w.r.t. the search variables, and use them to devise a novel set-oriented, MMD-based Newton (MMDN) method. Also, we analyze the theoretical properties of MMD's gradient and Hessian, including the first-order stationary condition and the eigenspectrum of the Hessian, which are important for verifying the correctness of MMDN. To solve complicated problems, we propose hybridizing MMDN with multiobjective evolutionary algorithms (MOEAs), where we first execute an EA for several iterations to get close to the global Pareto front and then warm-start MMDN with the result of the MOEA to efficiently refine the approximation. We empirically test the hybrid algorithm on 11 widely used benchmark problems, and the results show the hybrid (MMDN + MOEA) can achieve a much better optimization accuracy than EA alone with the same computation budget.
