English

On Differential Privacy for Adaptively Solving Search Problems via Sketching

Data Structures and Algorithms 2025-06-09 v1

Abstract

Recently differential privacy has been used for a number of streaming, data structure, and dynamic graph problems as a means of hiding the internal randomness of the data structure, so that multiple possibly adaptive queries can be made without sacrificing the correctness of the responses. Although these works use differential privacy to show that for some problems it is possible to tolerate TT queries using O~(T)\widetilde{O}(\sqrt{T}) copies of a data structure, such results only apply to numerical estimation problems, and only return the cost of an optimization problem rather than the solution itself. In this paper, we investigate the use of differential privacy for adaptive queries to search problems, which are significantly more challenging since the responses to queries can reveal much more about the internal randomness than a single numerical query. We focus on two classical search problems: nearest neighbor queries and regression with arbitrary turnstile updates. We identify key parameters to these problems, such as the number of cc-approximate near neighbors and the matrix condition number, and use different differential privacy techniques to design algorithms returning the solution vector with memory and time depending on these parameters. We give algorithms for each of these problems that achieve similar tradeoffs.

Keywords

Cite

@article{arxiv.2506.05503,
  title  = {On Differential Privacy for Adaptively Solving Search Problems via Sketching},
  author = {Shiyuan Feng and Ying Feng and George Z. Li and Zhao Song and David P. Woodruff and Lichen Zhang},
  journal= {arXiv preprint arXiv:2506.05503},
  year   = {2025}
}

Comments

ICML 2025

R2 v1 2026-07-01T03:02:30.051Z