CRAPAug 26, 2021

Subspace Differential Privacy

arXiv:2108.11527v218 citations
AI Analysis

This addresses privacy concerns for data curators needing to maintain invariant constraints, offering a method to avoid post-processing and preserve transparency, though it is incremental as it builds on existing differential privacy mechanisms.

The paper tackles the challenge of applying differential privacy while respecting data invariants, proposing subspace differential privacy to characterize output dependence on confidential data and demonstrating mechanisms that minimize error for linear queries.

Many data applications have certain invariant constraints due to practical needs. Data curators who employ differential privacy need to respect such constraints on the sanitized data product as a primary utility requirement. Invariants challenge the formulation, implementation, and interpretation of privacy guarantees. We propose subspace differential privacy, to honestly characterize the dependence of the sanitized output on confidential aspects of the data. We discuss two design frameworks that convert well-known differentially private mechanisms, such as the Gaussian and the Laplace mechanisms, to subspace differentially private ones that respect the invariants specified by the curator. For linear queries, we discuss the design of near-optimal mechanisms that minimize the mean squared error. Subspace differentially private mechanisms rid the need for post-processing due to invariants, preserve transparency and statistical intelligibility of the output, and can be suitable for distributed implementation. We showcase the proposed mechanisms on the 2020 Census Disclosure Avoidance demonstration data, and a spatio-temporal dataset of mobile access point connections on a large university campus.

Foundations

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

Your Notes