English

Deterministic $O(1)$-Approximation Algorithms to 1-Center Clustering with Outliers

Data Structures and Algorithms 2018-09-28 v2

Abstract

The 1-center clustering with outliers problem asks about identifying a prototypical robust statistic that approximates the location of a cluster of points. Given some constant 0<α<10 < \alpha < 1 and nn points such that αn\alpha n of them are in some (unknown) ball of radius r,r, the goal is to compute a ball of radius O(r)O(r) that also contains αn\alpha n points. This problem can be formulated with the points in a normed vector space such as Rd\mathbb{R}^d or in a general metric space. The problem has a simple randomized solution: a randomly selected point is a correct solution with constant probability, and its correctness can be verified in linear time. However, the deterministic complexity of this problem was not known. In this paper, for any p\ell_p vector space, we show an O(nd)O(nd)-time solution with a ball of radius O(r)O(r) for a fixed α>12,\alpha > \frac{1}{2}, and for any normed vector space, we show an O(nd)O(nd)-time solution with a ball of radius O(r)O(r) when α>12\alpha > \frac{1}{2} as well as an O(ndlog(k)(n))O (nd \log^{(k)}(n))-time solution with a ball of radius O(r)O(r) for all α>0,kN,\alpha > 0, k \in \mathbb{N}, where log(k)(n)\log^{(k)}(n) represents the kkth iterated logarithm, assuming distance computation and vector space operations take O(d)O(d) time. For an arbitrary metric space, we show for any CNC \in \mathbb{N} an O(n1+1/C)O(n^{1+1/C})-time solution that finds a ball of radius 2Cr,2Cr, assuming distance computation between any pair of points takes O(1)O(1)-time. Moreover, this algorithm is optimal for general metric spaces, as we show that for any fixed α,C,\alpha, C, there is no o(n1+1/C)o(n^{1+1/C})-query and thus no o(n1+1/C)o(n^{1+1/C})-time solution that deterministically finds a ball of radius 2Cr2Cr.

Keywords

Cite

@article{arxiv.1806.07356,
  title  = {Deterministic $O(1)$-Approximation Algorithms to 1-Center Clustering with Outliers},
  author = {Shyam Narayanan},
  journal= {arXiv preprint arXiv:1806.07356},
  year   = {2018}
}

Comments

16 pages, 1 figure. Preliminary version in APPROX, 2018. Keywords: Deterministic, approximation algorithm, cluster, statistic

R2 v1 2026-06-23T02:35:00.672Z