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

September 02, 2020 Β· Declared Dead Β· πŸ› arXiv.org

πŸ‘» CAUSE OF DEATH: Ghosted
No code link whatsoever

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Anamay Chaturvedi, Huy Nguyen, Eric Xu arXiv ID 2009.01220 Category cs.DS: Data Structures & Algorithms Cross-listed cs.CR, cs.LG Citations 9 Venue arXiv.org Last Checked 4 months ago
Abstract
We introduce a new $(Ξ΅_p, Ξ΄_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 $Ξ”$, our algorithm has an $O(Ξ”^2 (k \log^2 n \log(1/Ξ΄_p)/Ξ΅_p + k\sqrt{d \log(1/Ξ΄_p)}/Ξ΅_p))$ additive error whilst maintaining constant multiplicative error. We conclude with some experiments and find an improvement over previously implemented work for this problem.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

πŸ“œ Similar Papers

In the same crypt β€” Data Structures & Algorithms

Died the same way β€” πŸ‘» Ghosted