English

Improved Differentially Private Euclidean Distance Approximation

Data Structures and Algorithms 2022-03-23 v1

Abstract

This work shows how to privately and more accurately estimate Euclidean distance between pairs of vectors. Input vectors xx and yy are mapped to differentially private sketches xx' and yy', from which one can estimate the distance between xx and yy. Our estimator relies on the Sparser Johnson-Lindenstrauss constructions by Kane \& Nelson (Journal of the ACM 2014), which for any 0<α,β<1/20<\alpha,\beta<1/2 have optimal output dimension k=Θ(α2log(1/β))k=\Theta(\alpha^{-2}\log(1/\beta)) and sparsity s=O(α1log(1/β))s=O(\alpha^{-1}\log(1/\beta)). We combine the constructions of Kane \& Nelson with either the Laplace or the Gaussian mechanism from the differential privacy literature, depending on the privacy parameters ε\varepsilon and δ\delta. We also suggest a differentially private version of Fast Johnson-Lindenstrauss Transform (FJLT) by Ailon \& Chazelle (SIAM Journal of Computing 2009) which offers a tradeoff in speed for variance for certain parameters. We answer an open question by Kenthapadi et al.~(Journal of Privacy and Confidentiality 2013) by analyzing the privacy and utility guarantees of an estimator for Euclidean distance, relying on Laplacian rather than Gaussian noise. We prove that the Laplace mechanism yields lower variance than the Gaussian mechanism whenever δ<βO(1/α)\delta<\beta^{O(1/\alpha)}. Thus, our work poses an improvement over the work of Kenthapadi et al.~by giving a more efficient estimator with lower variance for sufficiently small δ\delta. Our sketch also achieves \emph{pure} differential privacy as a neat side-effect of the Laplace mechanism rather than the \emph{approximate} differential privacy guarantee of the Gaussian mechanism, which may not be sufficiently strong for some settings.

Keywords

Cite

@article{arxiv.2203.11561,
  title  = {Improved Differentially Private Euclidean Distance Approximation},
  author = {Nina Mesing Stausholm},
  journal= {arXiv preprint arXiv:2203.11561},
  year   = {2022}
}
R2 v1 2026-06-24T10:21:40.807Z