Dynamic algorithms for k-center on graphs
Emilio Cruciani, Sebastian Forster, Gramoz Goranci, Yasamin Nazari,, Antonis Skarlatos

TL;DR
This paper introduces the first efficient dynamic graph algorithms for the NP-hard k-center problem, achieving near-optimal approximation ratios with sublinear update times, advancing the understanding of dynamic clustering.
Contribution
It provides the first deterministic and randomized algorithms for dynamic k-center on weighted graphs with near-linear amortized update times, and a reduction to fully dynamic algorithms.
Findings
Deterministic decremental $(2+psilon)$-approximation algorithm.
Randomized incremental $(4+psilon)$-approximation algorithm.
Reduction to fully dynamic $(2+psilon)$-approximation with near-optimal update time.
Abstract
In this paper we give the first efficient algorithms for the -center problem on dynamic graphs undergoing edge updates. In this problem, the goal is to partition the input into sets by choosing centers such that the maximum distance from any data point to its closest center is minimized. It is known that it is NP-hard to get a better than approximation for this problem. While in many applications the input may naturally be modeled as a graph, all prior works on -center problem in dynamic settings are on point sets in arbitrary metric spaces. In this paper, we give a deterministic decremental -approximation algorithm and a randomized incremental -approximation algorithm, both with amortized update time for weighted graphs. Moreover, we show a reduction that leads to a fully dynamic -approximation algorithm for the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
Dynamic Algorithms for 𝑘-center on Graphs· youtube
Taxonomy
TopicsFacility Location and Emergency Management · Optimization and Search Problems · Computational Geometry and Mesh Generation
