NEAIJun 10

SPEA2$^+$: Improved Density Estimation in SPEA2 with Provable Runtime Guarantees

arXiv:2606.12382v17.0h-index: 23
Predicted impact top 37% in NE · last 90 daysOriginality Incremental advance
AI Analysis

For researchers in multi-objective optimization, this work provides a theoretical and practical improvement to a widely-used algorithm, addressing a previously overlooked bottleneck.

The paper identifies a theoretical weakness in SPEA2's diversity maintenance for dominated solutions, proving it fails to cover the Pareto front of OneTrapZeroTrap efficiently. They propose SPEA2+, which uses all pairwise distances, achieving the same performance guarantees as other prominent algorithms on this benchmark while matching original SPEA2 on simpler problems.

The Strength Pareto Evolutionary Algorithm 2 (SPEA2) is a popular and prominent evolutionary algorithm for solving multi-objective optimisation problems. Despite its popularity, theoretical analyses of SPEA2 have only appeared recently. Moreover, these analyses focus exclusively on how SPEA2 handles non-dominated solutions and disregard the algorithmic components responsible for handling dominated solutions. We conduct a first runtime analysis of SPEA2 for which these components are analysed. We prove that, unlike other prominent algorithms, including NSGA-II, NSGA-III and SMS-EMOA under the same setting of constant population size and duplicate elimination, SPEA2 is unable to cover the Pareto front of the OneTrapZeroTrap benchmark efficiently. Our results indicate that using k-th nearest-neighbour distance in the fitness assignment provides an insufficient signal to maintain diversity among dominated individuals. To address this issue, we propose an improved variant, SPEA2$^+$, that considers all pairwise distances. The new algorithm achieves the same performance guarantees as the other prominent algorithms on OneTrapZeroTrap, while matching the performance of the original SPEA2 on simpler problems. Experimental results complement our theoretical findings.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes