English

Streaming Balanced Clustering

Data Structures and Algorithms 2019-10-03 v1 Distributed, Parallel, and Cluster Computing

Abstract

Clustering of data points in metric space is among the most fundamental problems in computer science with plenty of applications in data mining, information retrieval and machine learning. Due to the necessity of clustering of large datasets, several streaming algorithms have been developed for different variants of clustering problems such as kk-median and kk-means problems. However, despite the importance of the context, the current understanding of balanced clustering (or more generally capacitated clustering) in the streaming setting is very limited. The only previously known streaming approximation algorithm for capacitated clustering requires three passes and only handles insertions. In this work, we develop \emph{the first single pass streaming algorithm} for a general class of clustering problems that includes capacitated kk-median and capacitated kk-means in Euclidean space, using only poly(kdlogΔ)( k d \log \Delta) space, where kk is the number of clusters, dd is the dimension and Δ\Delta is the maximum relative range of a coordinate. (Note that dlogΔd\log \Delta is the space required to represent one point.) This algorithm only violates the capacity constraint by a 1+ϵ1+\epsilon factor. Interestingly, unlike the previous algorithm, our algorithm handles both insertions and deletions of points. To provide this result we define a decomposition of the space via some curved half-spaces. We used this decomposition to design a strong coreset of size poly(kdlogΔ)( k d \log \Delta) for balanced clustering. Then, we show that this coreset is implementable in the streaming and distributed settings.

Keywords

Cite

@article{arxiv.1910.00788,
  title  = {Streaming Balanced Clustering},
  author = {Hossein Esfandiari and Vahab Mirrokni and Peilin Zhong},
  journal= {arXiv preprint arXiv:1910.00788},
  year   = {2019}
}
R2 v1 2026-06-23T11:32:24.827Z