A 4-approximation algorithm for min max correlation clustering
Holger Heidrich, Jannik Irmai, Bjoern Andres
TL;DR
This work addresses min max correlation clustering on complete graphs by introducing a combinatorial lower bound (CLB) and deriving a combinatorial $4$-approximation algorithm. It further augments the algorithm with a greedy joining heuristic that yields improvements in solution quality on practical instances. Empirical results show that CLB can be computed much faster than LP-based bounds while achieving competitive or better maximum disagreements compared to state-of-the-art methods, enabling large-scale graphs to be tackled efficiently. The paper also discusses extensions to non-complete and weighted graphs and highlights open questions about combining bounds and improving theoretical guarantees for the heuristic.
Abstract
We introduce a lower bounding technique for the min max correlation clustering problem and, based on this technique, a combinatorial 4-approximation algorithm for complete graphs. This improves upon the previous best known approximation guarantees of 5, using a linear program formulation (Kalhan et al., 2019), and 40, for a combinatorial algorithm (Davies et al., 2023a). We extend this algorithm by a greedy joining heuristic and show empirically that it improves the state of the art in solution quality and runtime on several benchmark datasets.
