Privacy Amplification by Missing Data
Simon Roburin, Rafaël Pinot, Erwan Scornet
TL;DR
Privacy Amplification by Missing Data shows that missingness can strengthen differential privacy guarantees when data are MAR or MCAR, by modeling the data-release process as a composition of a missing-data mechanism and a DP procedure. It introduces a formal framework for incomplete-data DP, derives a general amplification bound $\epsilon' = \ln(1 + p_{\ast}(e^{\epsilon}-1))$ with $\delta' \le p_{\ast}\delta$, and provides practical results for feature-wise Lipschitz queries under Laplace and Gaussian mechanisms that also depend on the observed-feature fraction $\rho$. The work identifies scenarios where amplification occurs even when all records are partially observed (e.g., certain MAR mechanisms) and clarifies limitations under MNAR and per-sample independence assumptions, suggesting new directions for privacy-preserving algorithm design that leverage missing data as a principled amplification resource. Overall, it reframes missing data from a nuisance to a tunable privacy resource, with potential implications for DP pipelines in sensitive domains. The findings bridge missing-data theory and differential privacy, offering concrete tools for quantifying privacy gains and guiding the design of privacy-aware data collection and analysis strategies.
Abstract
Privacy preservation is a fundamental requirement in many high-stakes domains such as medicine and finance, where sensitive personal data must be analyzed without compromising individual confidentiality. At the same time, these applications often involve datasets with missing values due to non-response, data corruption, or deliberate anonymization. Missing data is traditionally viewed as a limitation because it reduces the information available to analysts and can degrade model performance. In this work, we take an alternative perspective and study missing data from a privacy preservation standpoint. Intuitively, when features are missing, less information is revealed about individuals, suggesting that missingness could inherently enhance privacy. We formalize this intuition by analyzing missing data as a privacy amplification mechanism within the framework of differential privacy. We show, for the first time, that incomplete data can yield privacy amplification for differentially private algorithms.
