Differentially Private Clustering via Maximum Coverage
Data Structures and Algorithms
2020-08-31 v1 Machine Learning
Abstract
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.
Cite
@article{arxiv.2008.12388,
title = {Differentially Private Clustering via Maximum Coverage},
author = {Matthew Jones and Huy Lê Nguyen and Thy Nguyen},
journal= {arXiv preprint arXiv:2008.12388},
year = {2020}
}