Private Geometric Median
Mahdi Haghifam, Thomas Steinke, Jonathan Ullman

TL;DR
This paper introduces differentially private algorithms for computing the geometric median that adapt to the data's effective diameter, improving privacy-utility trade-offs over traditional methods.
Contribution
The authors develop polynomial-time DP algorithms for geometric median with excess error depending on the data's effective diameter, not the worst-case radius.
Findings
Algorithms achieve excess error scaling with effective diameter
Proposed methods are computationally efficient
Lower bounds show optimal sample complexity
Abstract
In this paper, we study differentially private (DP) algorithms for computing the geometric median (GM) of a dataset: Given points, in , the goal is to find a point that minimizes the sum of the Euclidean distances to these points, i.e., . Off-the-shelf methods, such as DP-GD, require strong a priori knowledge locating the data within a ball of radius , and the excess risk of the algorithm depends linearly on . In this paper, we ask: can we design an efficient and private algorithm with an excess error guarantee that scales with the (unknown) radius containing the majority of the datapoints? Our main contribution is a pair of polynomial-time DP algorithms for the task of private GM with an excess error guarantee that scales with the effective diameter of the datapoints. Additionally, we propose an…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
Taxonomy
TopicsComputational Geometry and Mesh Generation · 3D Modeling in Geospatial Applications · Cryptography and Data Security
