English

A Differentially Private Linear-Time fPTAS for the Minimum Enclosing Ball Problem

Data Structures and Algorithms 2022-12-26 v2

Abstract

The Minimum Enclosing Ball (MEB) problem is one of the most fundamental problems in clustering, with applications in operations research, statistics and computational geometry. In this works, we give the first differentially private (DP) fPTAS for the Minimum Enclosing Ball problem, improving both on the runtime and the utility bound of the best known DP-PTAS for the problem, of Ghazi et al. (2020). Given nn points in Rd\R^d that are covered by the ball B(θopt,ropt)B(\theta_{opt},r_{opt}), our simple iterative DP-algorithm returns a ball B(θ,r)B(\theta,r) where r(1+γ)roptr\leq (1+\gamma)r_{opt} and which leaves at most O~(dγϵ)\tilde O(\frac{\sqrt d}{\gamma\epsilon}) points uncovered in O~(\nicefracnγ2)\tilde O(\nicefrac n {\gamma^2})-time. We also give a local-model version of our algorithm, that leaves at most O~(ndγϵ)\tilde O(\frac{\sqrt {nd}}{\gamma\epsilon}) points uncovered, improving on the n0.67n^{0.67}-bound of Nissim and Stemmer (2018) (at the expense of other parameters). In addition, we test our algorithm empirically and discuss future open problems.

Keywords

Cite

@article{arxiv.2206.03319,
  title  = {A Differentially Private Linear-Time fPTAS for the Minimum Enclosing Ball Problem},
  author = {Bar Mahpud and Or Sheffet},
  journal= {arXiv preprint arXiv:2206.03319},
  year   = {2022}
}
R2 v1 2026-06-24T11:42:09.739Z