English

Fair Center Clustering in Sliding Windows

Data Structures and Algorithms 2025-03-10 v1

Abstract

The kk-center problem requires the selection of kk points (centers) from a given metric pointset WW so to minimize the maximum distance of any point of WW from the closest center. This paper focuses on a fair variant of the problem, known as \emph {fair center}, where each input point belongs to some category and each category may contribute a limited number of points to the center set. We present the first space-efficient streaming algorithm for fair center in general metrics, under the sliding window model. At any time tt, the algorithm is able to provide a solution for the current window whose quality is almost as good as the one guaranteed by the best, polynomial-time sequential algorithms run on the entire window, and exhibits space and time requirements independent of the window size. Our theoretical results are backed by an extensive set of experiments on both real-world and synthetic datasets, which provide evidence of the practical viability of the algorithm.

Keywords

Cite

@article{arxiv.2503.05260,
  title  = {Fair Center Clustering in Sliding Windows},
  author = {Matteo Ceccarello and Andrea Pietracaprina and Geppino Pucci and Francesco Visonà},
  journal= {arXiv preprint arXiv:2503.05260},
  year   = {2025}
}
R2 v1 2026-06-28T22:10:29.818Z