Computing Euclidean k-Center over Sliding Windows
Sang-Sub Kim

TL;DR
This paper introduces improved approximation algorithms for the Euclidean k-center problem in sliding window data streams, achieving better ratios and removing prior assumptions, with efficient space and update time.
Contribution
It presents a $(3+\epsilon)$-approximation for Euclidean 1-center, and a $(c+2\sqrt{3}+\epsilon)$-approximation for k-center, removing the need to know the ratio $\alpha$ in advance.
Findings
Achieves a $(3+\epsilon)$-approximation for Euclidean 1-center.
Provides a $(c+2\sqrt{3}+\epsilon)$-approximation for k-center using O(k/ε log α) points.
Removes the assumption that the ratio α is known beforehand.
Abstract
In the Euclidean -center problem in sliding window model, input points are given in a data stream and the goal is to find the smallest congruent balls whose union covers the 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 -approximation for the metric -center problem using O() points, where is the ratio of the largest and smallest distance and is assumed to be known in advance. In this paper, we present a -approximation algorithm for the Euclidean -center problem using O() points. We present an algorithm for the Euclidean -center problem that maintains a coreset of size . Our algorithm gives a…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComputational Geometry and Mesh Generation · graph theory and CDMA systems · Digital Image Processing Techniques
