Arrow Research search
Back to STOC

STOC 2024

Combinatorial Correlation Clustering

Conference Paper 10A Algorithms and Complexity · Theoretical Computer Science

Abstract

Correlation Clustering is a classic clustering objective arising in numerous machine learning and data mining applications. Given a graph G =( V , E ), the goal is to partition the vertex set into clusters so as to minimize the number of edges between clusters plus the number of edges missing within clusters. The problem is APX-hard and the best known polynomial time approximation factor is 1.73 by Cohen-Addad, Lee, Li, and Newman [FOCS’23]. They use an LP with | V | 1/є Θ(1) variables for some small є. However, due to the practical relevance of correlation clustering, there has also been great interest in getting more efficient sequential and parallel algorithms. The classic combinatorial pivot algorithm of Ailon, Charikar and Newman [JACM’08] provides a 3-approximation in linear time. Like most other algorithms discussed here, this uses randomization. Recently, Behnezhad, Charikar, Ma and Tan [FOCS’22] presented a 3+є-approximate solution for solving problem in a constant number of rounds in the Massively Parallel Computation (MPC) setting. Very recently, Cao, Huang, Su [SODA’24] provided a 2.4-approximation in a polylogarithmic number of rounds in the MPC model and in Õ (| E | 1.5 ) time in the classic sequential setting. They asked whether it is possible to get a better than 3-approximation in near-linear time? We resolve this problem with an efficient combinatorial algorithm providing a drastically better approximation factor. It achieves a ∼ 2−2/13 < 1.847-approximation in sub-linear (Õ(| V |)) sequential time or in sub-linear (Õ(| V |)) space in the streaming setting, and it uses only a constant number of rounds in the MPC model.

Authors

Keywords

  • correlation clustering
  • local search

Context

Venue
ACM Symposium on Theory of Computing
Archive span
1969-2025
Indexed papers
4364
Paper id
520909698517861460
v2026.09.13