English

Computing Euclidean k-Center over Sliding Windows

Computational Geometry 2020-01-07 v1 Data Structures and Algorithms

Abstract

In the Euclidean kk-center problem in sliding window model, input points are given in a data stream and the goal is to find the kk smallest congruent balls whose union covers the NN most recent points of the stream. In this model, input points are allowed to be examined only once and the amount of space that can be used to store relative information is limited. Cohen-Addad et al.~\cite{cohen-2016} gave a (6+ϵ)(6+\epsilon)-approximation for the metric kk-center problem using O(k/ϵlogαk/\epsilon \log \alpha) points, where α\alpha is the ratio of the largest and smallest distance and is assumed to be known in advance. In this paper, we present a (3+ϵ)(3+\epsilon)-approximation algorithm for the Euclidean 11-center problem using O(1/ϵlogα1/\epsilon \log \alpha) points. We present an algorithm for the Euclidean kk-center problem that maintains a coreset of size O(k)O(k). Our algorithm gives a (c+23+ϵ)(c+2\sqrt{3} + \epsilon)-approximation for the Euclidean kk-center problem using O(k/ϵlogαk/\epsilon \log \alpha) points by using any given cc-approximation for the coreset where cc is a positive real number. For example, by using the 22-approximation~\cite{feder-greene-1988} of the coreset, our algorithm gives a (2+23+ϵ)(2+2\sqrt{3} + \epsilon)-approximation (5.465\approx 5.465) using O(klogk)O(k\log k) time. This is an improvement over the approximation factor of (6+ϵ)(6+\epsilon) by Cohen-Addad et al.~\cite{cohen-2016} with the same space complexity and smaller update time per point. Moreover we remove the assumption that α\alpha is known in advance. Our idea can be adapted to the metric diameter problem and the metric kk-center problem to remove the assumption. For low dimensional Euclidean space, we give an approximation algorithm that guarantees an even better approximation.

Keywords

Cite

@article{arxiv.2001.01035,
  title  = {Computing Euclidean k-Center over Sliding Windows},
  author = {Sang-Sub Kim},
  journal= {arXiv preprint arXiv:2001.01035},
  year   = {2020}
}
R2 v1 2026-06-23T13:02:43.965Z