English

Competitively Consistent Clustering

Data Structures and Algorithms 2025-08-15 v1

Abstract

In fully-dynamic consistent clustering, we are given a finite metric space (M,d)(M,d), and a set FMF\subseteq M of possible locations for opening centers. Data points arrive and depart, and the goal is to maintain an approximately optimal clustering solution at all times while minimizing the recourse, the total number of additions/deletions of centers over time. Specifically, we study fully dynamic versions of the classical kk-center, facility location, and kk-median problems. We design algorithms that, given a parameter β1\beta\geq 1, maintain an O(β)O(\beta)-approximate solution at all times, and whose total recourse is bounded by O(logFlogΔ)OPTrecβO(\log |F| \log \Delta) \cdot \text{OPT}_\text{rec}^{\beta}. Here OPTrecβ\text{OPT}_\text{rec}^{\beta} is the minimal recourse of an offline algorithm that maintains a β\beta-approximate solution at all times, and Δ\Delta is the metric aspect ratio. Finally, while we compare the performance of our algorithms to an optimal solution that maintains kk centers, our algorithms are allowed to use slightly more than kk centers. We obtain our results via a reduction to the recently proposed Positive Body Chasing framework of [Bhattacharya, Buchbinder, Levin, Saranurak, FOCS 2023], which we show gives fractional solutions to our clustering problems online. Our contribution is to round these fractional solutions while preserving the approximation and recourse guarantees. We complement our positive results with logarithmic lower bounds which show that our bounds are nearly tight.

Keywords

Cite

@article{arxiv.2508.10800,
  title  = {Competitively Consistent Clustering},
  author = {Niv Buchbinder and Roie Levin and Yue Yang},
  journal= {arXiv preprint arXiv:2508.10800},
  year   = {2025}
}
R2 v1 2026-07-01T04:50:14.524Z