A Faster Algorithm for Constrained Correlation Clustering
Nick Fischer, Evangelos Kipouridis, Jonas Klausen, Mikkel Thorup

TL;DR
This paper presents a faster approximation algorithm for Constrained Correlation Clustering that runs in near-cubic time and achieves a 16-approximation, improving computational efficiency over previous methods.
Contribution
It introduces a significantly faster algorithm for Constrained Correlation Clustering with a slightly weaker approximation factor, and provides a derandomization of the CC-PIVOT algorithm.
Findings
Algorithm runs in (n^3) time
Achieves a 16-approximation factor
Provides a derandomization of CC-PIVOT
Abstract
In the Correlation Clustering problem we are given nodes, and a preference for each pair of nodes indicating whether we prefer the two endpoints to be in the same cluster or not. The output is a clustering inducing the minimum number of violated preferences. In certain cases, however, the preference between some pairs may be too important to be violated. The constrained version of this problem specifies pairs of nodes that must be in the same cluster as well as pairs that must not be in the same cluster (hard constraints). The output clustering has to satisfy all hard constraints while minimizing the number of violated preferences. Constrained Correlation Clustering is APX-Hard and has been approximated within a factor 3 by van Zuylen et al. [SODA '07] using time. In this work, using a more combinatorial approach, we show how to approximate this problem…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
