Fair Center Clustering in Sliding Windows
Matteo Ceccarello, Andrea Pietracaprina, Geppino Pucci, Francesco Visonà
TL;DR
The paper tackles fair center clustering in the sliding-window streaming model, introducing the first space-efficient algorithm for general metrics that respects color-based capacity constraints. It builds a coreset-based framework with a grid of radius guesses and maintains validation and coreset point sets to ensure fairness while bounding memory; the Query step invokes a strong sequential fair-center algorithm on the coreset to achieve an $(\alpha+\varepsilon)$-approximation, with space $O\left(k^2 \frac{\log \Delta}{\log(1+\beta)} (c/\varepsilon)^{D_{W_t}}\right)$ and update/query times polynomial in $m$ and $k$, independent of window size. A constant-factor variant removes the dependence on the doubling dimension at the cost of a constant-factor degradation in approximation, both backed by rigorous analysis. Experiments on real and synthetic data validate the approach, showing substantial memory and speed advantages over full-window baselines while maintaining competitive solution quality, and demonstrating robustness to window length and data dimensionality. The work advances practical fair clustering for streaming data and opens avenues for robust fair center extensions and broader matroid-constrained clustering in sliding windows.
Abstract
The $k$-center problem requires the selection of $k$ points (centers) from a given metric pointset $W$ so to minimize the maximum distance of any point of $W$ 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 $t$, 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.
