DBCRNov 2, 2020

Budget Sharing for Multi-Analyst Differential Privacy

arXiv:2011.01192v52 citations
AI Analysis

This addresses the need for organizations like the US Census Bureau to release useful summary data while protecting privacy for multiple stakeholders, though it is incremental as it builds on existing DP mechanisms.

The paper tackles the problem of answering overlapping but not identical queries from multiple analysts under differential privacy, introducing a joint optimization problem for privacy budget sharing. It presents novel algorithms that satisfy three desiderata (Sharing Incentive, Non-Interference, Adaptivity) and empirically shows low error on realistic tasks.

Large organizations that collect data about populations (like the US Census Bureau) release summary statistics that are used by multiple stakeholders for resource allocation and policy making problems. These organizations are also legally required to protect the privacy of individuals from whom they collect data. Differential Privacy (DP) provides a solution to release useful summary data while preserving privacy. Most DP mechanisms are designed to answer a single set of queries. In reality, there are often multiple stakeholders that use a given data release and have overlapping but not-identical queries. This introduces a novel joint optimization problem in DP where the privacy budget must be shared among different analysts. We initiate study into the problem of DP query answering across multiple analysts. To capture the competing goals and priorities of multiple analysts, we formulate three desiderata that any mechanism should satisfy in this setting -- The Sharing Incentive, Non-Interference, and Adaptivity -- while still optimizing for overall error. We demonstrate how existing DP query answering mechanisms in the multi-analyst settings fail to satisfy at least one of the desiderata. We present novel DP algorithms that provably satisfy all our desiderata and empirically show that they incur low error on realistic tasks.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes