ResearchTrend.AI
  • Papers
  • Communities
  • Events
  • Blog
  • Pricing
Papers
Communities
Social Events
Terms and Conditions
Pricing
Parameter LabParameter LabTwitterGitHubLinkedInBlueskyYoutube

© 2025 ResearchTrend.AI, All rights reserved.

  1. Home
  2. Papers
  3. 2403.08917
47
4

Efficiently Computing Similarities to Private Datasets

13 March 2024
A. Backurs
Zinan Lin
S. Mahabadi
Sandeep Silwal
Jakub Tarnawski
ArXivPDFHTML
Abstract

Many methods in differentially private model training rely on computing the similarity between a query point (such as public or synthetic data) and private data. We abstract out this common subroutine and study the following fundamental algorithmic problem: Given a similarity function fff and a large high-dimensional private dataset X⊂RdX \subset \mathbb{R}^dX⊂Rd, output a differentially private (DP) data structure which approximates ∑x∈Xf(x,y)\sum_{x \in X} f(x,y)∑x∈X​f(x,y) for any query yyy. We consider the cases where fff is a kernel function, such as f(x,y)=e−∥x−y∥22/σ2f(x,y) = e^{-\|x-y\|_2^2/\sigma^2}f(x,y)=e−∥x−y∥22​/σ2 (also known as DP kernel density estimation), or a distance function such as f(x,y)=∥x−y∥2f(x,y) = \|x-y\|_2f(x,y)=∥x−y∥2​, among others. Our theoretical results improve upon prior work and give better privacy-utility trade-offs as well as faster query times for a wide range of kernels and distance functions. The unifying approach behind our results is leveraging `low-dimensional structures' present in the specific functions fff that we study, using tools such as provable dimensionality reduction, approximation theory, and one-dimensional decomposition of the functions. Our algorithms empirically exhibit improved query times and accuracy over prior state of the art. We also present an application to DP classification. Our experiments demonstrate that the simple methodology of classifying based on average similarity is orders of magnitude faster than prior DP-SGD based approaches for comparable accuracy.

View on arXiv
Comments on this paper