A Block-Coordinate Descent EMO Algorithm: Theoretical and Empirical Analysis
Benjamin Doerr, Joshua Knowles, Aneta Neumann, Frank Neumann
TL;DR
This work investigates whether block-coordinate descent can be asymptotically efficient in evolutionary multi-objective optimization and proposes BC-GSEMO, a block-coordinate variant of GSEMO. The authors present a Leading-Ones–based bi-objective benchmark with a Pareto front of size $2^k$ and establish a lower bound of $\\Omega(2^k n \ell)$ for GSEMO, while BC-GSEMO attains an upper bound of $\\O(2^k n \\sqrt{\\ell \\log \\ell})$ for $k \\\le n^{1/3}$, validated by experiments up to $k=4$. Theoretical results are complemented by empirical evidence showing significant speed-ups from block-coordinate updates, attributed to parallel block optimization without destroying existing block structure. The findings suggest that problem decomposition and per-block mutation can yield practical and scalable improvements for multi-objective optimization, with avenues for automatic block identification in complex problems.
Abstract
We consider whether conditions exist under which block-coordinate descent is asymptotically efficient in evolutionary multi-objective optimization, addressing an open problem. Block-coordinate descent, where an optimization problem is decomposed into $k$ blocks of decision variables and each of the blocks is optimized (with the others fixed) in a sequence, is a technique used in some large-scale optimization problems such as airline scheduling, however its use in multi-objective optimization is less studied. We propose a block-coordinate version of GSEMO and compare its running time to the standard GSEMO algorithm. Theoretical and empirical results on a bi-objective test function, a variant of LOTZ, serve to demonstrate the existence of cases where block-coordinate descent is faster. The result may yield wider insights into this class of algorithms.
