English

Approximating k-Center via Farthest-First on $\delta$-Covers

Optimization and Control 2026-03-16 v1

Abstract

The farthest-first traversal of Gonzalez is a classical 22-approximation algorithm for solving the kk-center problem, but its sequential nature makes it difficult to scale to very large datasets. In this work we study the effect of running farthest-first on a δ\delta-cover of the dataset rather than on the full set of points. A δ\delta-cover provides a compact summary of the data in which every point lies within distance δ\delta of some selected center. We prove that if farthest-first is applied to a δ\delta-cover, the resulting kk-center radius is at most twice the optimal radius plus δ\delta. In our experiments on large high-dimensional datasets, we show that restricting the input to a δ\delta-cover dramatically reduces the running time of the farthest-first traversal while only modestly increasing the kk-center radius.

Keywords

Cite

@article{arxiv.2603.13184,
  title  = {Approximating k-Center via Farthest-First on $\delta$-Covers},
  author = {Jason R. Wilson},
  journal= {arXiv preprint arXiv:2603.13184},
  year   = {2026}
}

Comments

9 pages