paper-with-me

홈 › Papers

Differentially Private Clustering via Maximum Coverage

2020-08-27 · Matthew Jones, Huy Lê Nguyen, Thy Nguyen

This paper studies the problem of clustering in metric spaces while preserving the privacy of individual data. Specifically, we examine differentially private variants of the k-medians and Euclidean k-means problems. We present polynomial algorithms with constant multiplicative error and lower additive error than the previous state-of-the-art for each problem. Additionally, our algorithms use a clustering algorithm without differential privacy as a black-box. This allows practitioners to control the trade-off between runtime and approximation factor by choosing a suitable clustering algorithm to use.

📄 PDF Abstract BibTeX arXiv:2008.12388

Code (0)

등록된 구현이 없습니다.

Tasks

Clustering

Similar 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 t…

ClusteringPrivacy Preserving

Differentially Private Correlation Clustering

2021-02-17 · Mark Bun, Marek Eliáš, Janardhan Kulkarni

Correlation clustering is a widely used technique in unsupervised machine learning. Motivated by applications where individual privacy is a concern, we initiate the study of differentially private correlation clustering.…

BIG-bench Machine LearningClustering

Differentially-Private Clustering of Easy Instances

2021-12-29 · Edith Cohen, Haim Kaplan, Yishay Mansour, Uri Stemmer 외

Clustering is a fundamental problem in data analysis. In differentially private clustering, the goal is to identify $k$ cluster centers without disclosing information on individual data points. Despite significant resear…

Clustering

Differentially Private k-Means Clustering with Guaranteed Convergence

2020-02-03 · Zhigang Lu, Hong Shen

Iterative clustering algorithms help us to learn the insights behind the data. Unfortunately, this may allow adversaries to infer the privacy of individuals with some background knowledge. In the worst case, the adversar…

ClusteringInference Attack

A note on differentially private clustering with large additive error

2020-09-28 · Huy L. Nguyen

In this note, we describe a simple approach to obtain a differentially private algorithm for k-clustering with nearly the same multiplicative factor as any non-private counterpart at the cost of a large polynomial additi…

Clustering