🤖 AI Summary
This paper studies the category-fair k-center clustering problem in metric spaces under the sliding window model: given a data stream, select k centers from the current window $W$ such that at most $c_i$ centers are drawn from class $i$, minimizing the maximum distance from any point in $W$ to its nearest center. We propose the first space-efficient fair sliding-window streaming algorithm for general metric spaces. Our method integrates hierarchical sampling, dynamic coreset maintenance, and fairness-aware reweighting to jointly enforce temporal window validity and fairness constraints. The algorithm achieves a $(3+varepsilon)$-approximation ratio with theoretical guarantees, while its time and space complexities are independent of window size. Experiments on real-world and synthetic datasets demonstrate that our approach maintains high clustering accuracy, exhibits constant memory footprint, and achieves significantly higher throughput than baseline methods.
📝 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.