English

Tight Lower Bounds for Approximate & Exact $k$-Center in $\mathbb{R}^d$

Computational Geometry 2022-03-17 v1 Computational Complexity Discrete Mathematics Data Structures and Algorithms

Abstract

In the discrete kk-center problem, we are given a metric space (P,dist)(P,\texttt{dist}) where P=n|P|=n and the goal is to select a set CPC\subseteq P of kk centers which minimizes the maximum distance of a point in PP from its nearest center. For any ϵ>0\epsilon>0, Agarwal and Procopiuc [SODA '98, Algorithmica '02] designed an (1+ϵ)(1+\epsilon)-approximation algorithm for this problem in dd-dimensional Euclidean space which runs in O(dnlogk)+(kϵ)O(k11/d)nO(1)O(dn\log k) + \left(\dfrac{k}{\epsilon}\right)^{O\left(k^{1-1/d}\right)}\cdot n^{O(1)} time. In this paper we show that their algorithm is essentially optimal: if for some d2d\geq 2 and some computable function ff, there is an f(k)(1ϵ)o(k11/d)no(k11/d)f(k)\cdot \left(\dfrac{1}{\epsilon}\right)^{o\left(k^{1-1/d}\right)} \cdot n^{o\left(k^{1-1/d}\right)} time algorithm for (1+ϵ)(1+\epsilon)-approximating the discrete kk-center on nn points in dd-dimensional Euclidean space then the Exponential Time Hypothesis (ETH) fails. We obtain our lower bound by designing a gap reduction from a dd-dimensional constraint satisfaction problem (CSP) defined by Marx and Sidiropoulos [SoCG '14] to discrete dd-dimensional kk-center. As a byproduct of our reduction, we also obtain that the exact algorithm of Agarwal and Procopiuc [SODA '98, Algorithmica '02] which runs in nO(dk11/d)n^{O\left(d\cdot k^{1-1/d}\right)} time for discrete kk-center on nn points in dd-dimensional Euclidean space is asymptotically optimal. Formally, we show that if for some d2d\geq 2 and some computable function ff, there is an f(k)no(k11/d)f(k)\cdot n^{o\left(k^{1-1/d}\right)} time exact algorithm for the discrete kk-center problem on nn points in dd-dimensional Euclidean space then the Exponential Time Hypothesis (ETH) fails. Previously, such a lower bound was only known for d=2d=2 and was implicit in the work of Marx [IWPEC '06]. [see paper for full abstract]

Keywords

Cite

@article{arxiv.2203.08328,
  title  = {Tight Lower Bounds for Approximate & Exact $k$-Center in $\mathbb{R}^d$},
  author = {Rajesh Chitnis and Nitin Saurabh},
  journal= {arXiv preprint arXiv:2203.08328},
  year   = {2022}
}

Comments

Extended abstract in SoCG 2022

R2 v1 2026-06-24T10:15:01.779Z