English

Solving the Correlation Cluster LP in Sublinear Time

Data Structures and Algorithms 2025-11-05 v5

Abstract

Correlation Clustering is a fundamental and widely-studied problem in unsupervised learning and data mining. The input is a graph and the goal is to construct a clustering minimizing the number of inter-cluster edges plus the number of missing intra-cluster edges. CCL+24 introduced the cluster LP for Correlation Clustering, which they argued captures the problem much more succinctly than previous linear programming formulations. However, the cluster LP has exponential size, with a variable for every possible set of vertices in the input graph. Nevertheless, CCL+24 showed how to find a feasible solution for the cluster LP in time O(npoly(1/ϵ))O(n^{\text{poly}(1/\epsilon)}) with objective value at most (1+ϵ)(1+\epsilon) times the value of an optimal solution for the respective Correlation Clustering instance. Furthermore, they showed how to round a solution to the cluster LP, yielding a (1.485+ϵ)(1.485+\epsilon)-approximation algorithm for the Correlation Clustering problem. The main technical result of this paper is a new approach to find a feasible solution for the cluster LP with objective value at most (1+ϵ)(1+\epsilon) of the optimum in time O~(2poly(1/ϵ)n)\widetilde O(2^{\text{poly}(1/\epsilon)} n), where nn is the number of vertices in the graph. We also show how to implement the rounding within the same time bounds, thus achieving a fast (1.485+ϵ)(1.485+\epsilon)-approximation algorithm for the Correlation Clustering problem. This bridges the gap between state-of-the-art methods for approximating Correlation Clustering and the recent focus on fast algorithms.

Keywords

Cite

@article{arxiv.2503.20883,
  title  = {Solving the Correlation Cluster LP in Sublinear Time},
  author = {Nairen Cao and Vincent Cohen-Addad and Shi Li and Euiwoong Lee and David Rasmussen Lolck and Alantha Newman and Mikkel Thorup and Lukas Vogl and Shuyi Yan and Hanwen Zhang},
  journal= {arXiv preprint arXiv:2503.20883},
  year   = {2025}
}
R2 v1 2026-06-28T22:35:43.396Z