English

Dynamic Consistent $k$-Center Clustering with Optimal Recourse

Data Structures and Algorithms 2025-06-04 v3 Machine Learning

Abstract

Given points from an arbitrary metric space and a sequence of point updates sent by an adversary, what is the minimum recourse per update (i.e., the minimum number of changes needed to the set of centers after an update), in order to maintain a constant-factor approximation to a kk-clustering problem? This question has received attention in recent years under the name consistent clustering. Previous works by Lattanzi and Vassilvitskii [ICLM '17] and Fichtenberger, Lattanzi, Norouzi-Fard, and Svensson [SODA '21] studied kk-clustering objectives, including the kk-center and the kk-median objectives, under only point insertions. In this paper we study the kk-center objective in the fully dynamic setting, where the update is either a point insertion or a point deletion. Before our work, {\L}\k{a}cki, Haeupler, Grunau, Rozho\v{n}, and Jayaram [SODA '24] gave a deterministic fully dynamic constant-factor approximation algorithm for the kk-center objective with worst-case recourse of 22 per update. In this work, we prove that the kk-center clustering problem admits optimal recourse bounds by developing a deterministic fully dynamic constant-factor approximation algorithm with worst-case recourse of 11 per update. Moreover our algorithm performs simple choices based on light data structures, and thus is arguably more direct and faster than the previous one which uses a sophisticated combinatorial structure. Additionally, we develop a new deterministic decremental algorithm and a new deterministic incremental algorithm, both of which maintain a 66-approximate kk-center solution with worst-case recourse of 11 per update. Our incremental algorithm improves over the 88-approximation algorithm by Charikar, Chekuri, Feder, and Motwani [STOC '97]. Finally, we remark that since all three of our algorithms are deterministic, they work against an adaptive adversary.

Keywords

Cite

@article{arxiv.2412.03238,
  title  = {Dynamic Consistent $k$-Center Clustering with Optimal Recourse},
  author = {Sebastian Forster and Antonis Skarlatos},
  journal= {arXiv preprint arXiv:2412.03238},
  year   = {2025}
}

Comments

In the Proceedings of SODA 2025

R2 v1 2026-06-28T20:22:48.576Z