English

Estimating Correlation Clustering Cost in Node-Arrival Stream

Data Structures and Algorithms 2026-05-11 v1

Abstract

We study the correlation clustering problem in the node-arrival data stream model. Unlike previous work, where the stream consists of the graph's edges, we focus on the setting in which the stream contains only the nodes. This model better reflects many real-world scenarios in which the data stream naturally consists of raw objects (e.g., images, tweets), and the similar/dissimilar edges are derived through a similarity function. We present C4^4Approx, a streaming algorithm that approximates the cost of correlation clustering using sublinear space in the number of nodes and a constant number of passes. We further complement this result with lower bounds. Experiments on real-world datasets show that by storing only 2% of the nodes, our algorithm achieves performance comparable to the classic Pivot algorithm and the more recent PrunedPivot algorithm, even on sparse graphs.

Keywords

Cite

@article{arxiv.2605.07091,
  title  = {Estimating Correlation Clustering Cost in Node-Arrival Stream},
  author = {Kaiwen Liu and Seba Daniela Villalobos and Qin Zhang},
  journal= {arXiv preprint arXiv:2605.07091},
  year   = {2026}
}

Comments

ICML 2026

R2 v1 2026-07-01T12:56:38.271Z