English

Fair Clustering in the Sliding Window Model

Data Structures and Algorithms 2025-03-10 v1

Abstract

We study streaming algorithms for proportionally fair clustering, a notion originally suggested by Chierichetti et. al. (2017), in the sliding window model. We show that although there exist efficient streaming algorithms in the insertion-only model, surprisingly no algorithm can achieve finite multiplicative ratio without violating the fairness constraint in the sliding window. Hence, the problem of fair clustering is a rare separation between the insertion-only streaming model and the sliding window model. On the other hand, we show that if the fairness constraint is relaxed by a multiplicative (1+ε)(1+\varepsilon) factor, there exists a (1+ε)(1 + \varepsilon)-approximate sliding window algorithm that uses poly(kε1logn)\text{poly}(k\varepsilon^{-1}\log n) space. This achieves essentially the best parameters (up to degree in the polynomial) provided the aforementioned lower bound. We also implement a number of empirical evaluations on real datasets to complement our theoretical results.

Keywords

Cite

@article{arxiv.2503.05173,
  title  = {Fair Clustering in the Sliding Window Model},
  author = {Vincent Cohen-Addad and Shaofeng H. -C. Jiang and Qiaoyuan Yang and Yubo Zhang and Samson Zhou},
  journal= {arXiv preprint arXiv:2503.05173},
  year   = {2025}
}

Comments

ICLR 2025

R2 v1 2026-06-28T22:10:21.843Z