English

Improved Combinatorial Approximations for Weighted Correlation Clustering

Data Structures and Algorithms 2025-07-16 v6

Abstract

We present combinatorial approximation algorithms for the weighted correlation clustering problem. In this problem, we have a set of vertices and two weight values for each pair of vertices, denoting their difference and similarity. The goal is to cluster the vertices with minimum total intra-cluster difference weights plus inter-cluster similarity weights. We present two results for weighted instances with nn vertices: - A randomized 3-approximation combinatorial algorithm for instances that satisfy probability constraints, running in O(n2)O(n^2) time. This improves the O(n6)O(n^6) running time of the previous best-known combinatorial approximation, a 3-approximation algorithm, introduced by Chawla et al. (2015). - A randomized 1.6-approximation combinatorial algorithm for instances that satisfy probability and triangle inequality constraints, running in O(n2)O(n^2) time. This improves the longstanding combinatorial 2-approximation of Ailon et al. (2008) while matching its running time.

Keywords

Cite

@article{arxiv.2310.09638,
  title  = {Improved Combinatorial Approximations for Weighted Correlation Clustering},
  author = {Mojtaba Ostovari and Alireza Zarei},
  journal= {arXiv preprint arXiv:2310.09638},
  year   = {2025}
}
R2 v1 2026-06-28T12:50:44.525Z