Answering Private Linear Queries Adaptively using the Common Mechanism
Yingtai Xiao, Guanhong Wang, Danfeng Zhang, Daniel Kifer

TL;DR
This paper introduces a method for adaptively choosing between different privacy mechanisms for linear queries without sacrificing privacy budget, by decomposing mechanisms into shared and specific parts.
Contribution
It proposes a novel decomposition of mechanisms into shared and specific components, enabling adaptive mechanism selection without privacy budget loss.
Findings
Mechanism decomposition captures shared and unique information.
Adaptive mechanism choice does not waste privacy budget.
Improves accuracy of query answers in privacy-preserving data analysis.
Abstract
When analyzing confidential data through a privacy filter, a data scientist often needs to decide which queries will best support their intended analysis. For example, an analyst may wish to study noisy two-way marginals in a dataset produced by a mechanism M1. But, if the data are relatively sparse, the analyst may choose to examine noisy one-way marginals, produced by a mechanism M2 instead. Since the choice of whether to use M1 or M2 is data-dependent, a typical differentially private workflow is to first split the privacy loss budget rho into two parts: rho1 and rho2, then use the first part rho1 to determine which mechanism to use, and the remainder rho2 to obtain noisy answers from the chosen mechanism. In a sense, the first step seems wasteful because it takes away part of the privacy loss budget that could have been used to make the query answers more accurate. In this paper,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsPrivacy-Preserving Technologies in Data · Cryptography and Data Security · Stochastic Gradient Optimization Techniques
