Papers
Topics
Authors
Recent
Search
2000 character limit reached

Deterministic kk-Median Clustering in Near-Optimal Time

Published 21 Apr 2025 in cs.DS | (2504.15115v1)

Abstract: The metric kk-median problem is a textbook clustering problem. As input, we are given a metric space VV of size nn and an integer kk, and our task is to find a subset SVS \subseteq V of at most kk `centers' that minimizes the total distance from each point in VV to its nearest center in SS. Mettu and Plaxton [UAI'02] gave a randomized algorithm for kk-median that computes a O(1)O(1)-approximation in O~(nk)\tilde O(nk) time. They also showed that any algorithm for this problem with a bounded approximation ratio must have a running time of Ω(nk)\Omega(nk). Thus, the running time of their algorithm is optimal up to polylogarithmic factors. For deterministic kk-median, Guha et al.~[FOCS'00] gave an algorithm that computes a poly(log(n/k))\text{poly}(\log (n/k))-approximation in O~(nk)\tilde O(nk) time, where the degree of the polynomial in the approximation is unspecified. To the best of our knowledge, this remains the state-of-the-art approximation of any deterministic kk-median algorithm with this running time. This leads us to the following natural question: What is the best approximation of a deterministic kk-median algorithm with near-optimal running time? We make progress in answering this question by giving a deterministic algorithm that computes a O(log(n/k))O(\log(n/k))-approximation in O~(nk)\tilde O(nk) time. We also provide a lower bound showing that any deterministic algorithm with this running time must have an approximation ratio of Ω(logn/(logk+loglogn))\Omega(\log n/(\log k + \log \log n)), establishing a gap between the randomized and deterministic settings for kk-median.

Summary

No one has generated a summary of this paper yet.

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

No one has generated a whiteboard explanation for this paper yet.

Open Problems

We haven't generated a list of open problems mentioned in this paper yet.

Continue Learning

We haven't generated follow-up questions for this paper yet.