paper-with-me

홈 › Papers

Differentially private $k$-means clustering via exponential mechanism and max cover

2020-09-02 · Anamay Chaturvedi, Huy Nguyen, Eric Xu

We introduce a new $(\epsilon_p, \delta_p)$-differentially private algorithm for the $k$-means clustering problem. Given a dataset in Euclidean space, the $k$-means clustering problem requires one to find $k$ points in that space such that the sum of squares of Euclidean distances between each data point and its closest respective point among the $k$ returned is minimised. Although there exist privacy-preserving methods with good theoretical guarantees to solve this problem [Balcan et al., 2017; Kaplan and Stemmer, 2018], in practice it is seen that it is the additive error which dictates the practical performance of these methods. By reducing the problem to a sequence of instances of maximum coverage on a grid, we are able to derive a new method that achieves lower additive error then previous works. For input datasets with cardinality $n$ and diameter $\Delta$, our algorithm has an $O(\Delta^2 (k \log^2 n \log(1/\delta_p)/\epsilon_p + k\sqrt{d \log(1/\delta_p)}/\epsilon_p))$ additive error whilst maintaining constant multiplicative error. We conclude with some experiments and find an improvement over previously implemented work for this problem.

📄 PDF Abstract BibTeX arXiv:2009.01220

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringPrivacy Preserving

Similar Papers 제목 키워드 기반

k-Means SubClustering: A Differentially Private Algorithm with Improved Clustering Quality

2023-01-07 · Devvrat Joshi, Janvi Thakkar

In today's data-driven world, the sensitivity of information has been a significant concern. With this data and additional information on the person's background, one can easily infer an individual's private data. Many d…

Clustering

Differential Privacy for Clustering Under Continual Observation

2023-07-07 · Max Dupré la Tour, Monika Henzinger, David Saulpic

We consider the problem of clustering privately a dataset in $\mathbb{R}^d$ that undergoes both insertion and deletion of points. Specifically, we give an $\varepsilon$-differentially private clustering mechanism for the…

ClusteringDimensionality Reduction

PE-means: Improved Differentially Private $k$-means Clustering through Private Evolution

2026-05-29 · Thomas Humphries, Zinan Lin, Sergey Yekhanin arxiv

We study the problem of differentially private (DP) $k$-means clustering in Euclidean space. Previous solutions rely on summing the private data directly, which induces a sensitivity proportional to the domain. We introd…

Synthetic Data Generation

Differentially-Private Sublinear-Time Clustering

2021-12-27 · Jeremiah Blocki, Elena Grigorescu, Tamalika Mukherjee

Clustering is an essential primitive in unsupervised machine learning. We bring forth the problem of sublinear-time differentially-private clustering as a natural and well-motivated direction of research. We combine the …

Clustering

Differentially Private Algorithms for Clustering with Stability Assumptions

2021-06-11 · Moshe Shechner

We study the problem of differentially private clustering under input-stability assumptions. Despite the ever-growing volume of works on differential privacy in general and differentially private clustering in particular…

Clustering