English

Online Correlation Clustering

Data Structures and Algorithms 2010-02-03 v2

Abstract

We study the online clustering problem where data items arrive in an online fashion. The algorithm maintains a clustering of data items into similarity classes. Upon arrival of v, the relation between v and previously arrived items is revealed, so that for each u we are told whether v is similar to u. The algorithm can create a new cluster for v and merge existing clusters. When the objective is to minimize disagreements between the clustering and the input, we prove that a natural greedy algorithm is O(n)-competitive, and this is optimal. When the objective is to maximize agreements between the clustering and the input, we prove that the greedy algorithm is .5-competitive; that no online algorithm can be better than .834-competitive; we prove that it is possible to get better than 1/2, by exhibiting a randomized algorithm with competitive ratio .5+c for a small positive fixed constant c.

Keywords

Cite

@article{arxiv.1001.0920,
  title  = {Online Correlation Clustering},
  author = {Claire Mathieu and Ocan Sankur and Warren Schudy},
  journal= {arXiv preprint arXiv:1001.0920},
  year   = {2010}
}

Comments

12 pages, 1 figure

R2 v1 2026-06-21T14:31:36.996Z