Context-aware Privacy Bounds for Linear Queries
Heng Zhao, Sara Saeidian, Tobias J. Oechtering
TL;DR
The paper addresses the excess noise induced by context-free differential privacy in releasing linear queries. It adopts pointwise maximal leakage (PML) to incorporate a prior lower bound on class probabilities, deriving a tight context-aware leakage bound for Laplace-released linear queries and proving it strictly improves over the standard DP bound while converging to DP as the prior bound vanishes. Theoretical results include a main bound $\\ell(D_i \\to y) \\le \\max_{\\mathcal{I} \\subseteq [m]} \\\log \left( \frac{e^{-c_{j_*}^{\\mathcal{I}}/b}}{\alpha \sum_{j=1}^k e^{-c_j^{\\mathcal{I}}/b} + (1 - k\alpha) e^{-c_{j^*}^{\\mathcal{I}}/b}} \right)$ and a simplified corollary bound, both tight under certain conditions. Numerical evaluations across histogram, range, and Haar-like workloads show that the PML bounds enable reduced noise scales for the same privacy level, highlighting a practical utility gain from context-aware privacy. Overall, the work advances privacy analysis by integrating prior knowledge into DP via PML, with implications for design of more efficient privacy-preserving data-release mechanisms.
Abstract
Linear queries, as the basis of broad analysis tasks, are often released through privacy mechanisms based on differential privacy (DP), the most popular framework for privacy protection. However, DP adopts a context-free definition that operates independently of the data-generating distribution. In this paper, we revisit the privacy analysis of the Laplace mechanism through the lens of pointwise maximal leakage (PML). We demonstrate that the distribution-agnostic definition of the DP framework often mandates excessive noise. To address this, we incorporate an assumption about the prior distribution by lower-bounding the probability of any single record belonging to any specific class. With this assumption, we derive a tight, context-aware leakage bound for general linear queries, and prove that our derived bound is strictly tighter than the standard DP guarantee and converges to the DP guarantee as this probability lower bound approaches zero. Numerical evaluations demonstrate that by exploiting this prior knowledge, the required noise scale can be reduced while maintaining privacy guarantees.
