English

PLAN: Variance-Aware Private Mean Estimation

Cryptography and Security 2024-04-11 v3 Data Structures and Algorithms Machine Learning

Abstract

Differentially private mean estimation is an important building block in privacy-preserving algorithms for data analysis and machine learning. Though the trade-off between privacy and utility is well understood in the worst case, many datasets exhibit structure that could potentially be exploited to yield better algorithms. In this paper we present Private Limit Adapted Noise\textit{Private Limit Adapted Noise} (PLAN), a family of differentially private algorithms for mean estimation in the setting where inputs are independently sampled from a distribution D\mathcal{D} over Rd\mathbf{R}^d, with coordinate-wise standard deviations σRd\boldsymbol{\sigma} \in \mathbf{R}^d. Similar to mean estimation under Mahalanobis distance, PLAN tailors the shape of the noise to the shape of the data, but unlike previous algorithms the privacy budget is spent non-uniformly over the coordinates. Under a concentration assumption on D\mathcal{D}, we show how to exploit skew in the vector σ\boldsymbol{\sigma}, obtaining a (zero-concentrated) differentially private mean estimate with 2\ell_2 error proportional to σ1\|\boldsymbol{\sigma}\|_1. Previous work has either not taken σ\boldsymbol{\sigma} into account, or measured error in Mahalanobis distance \unicodex2013\unicode{x2013} in both cases resulting in 2\ell_2 error proportional to dσ2\sqrt{d}\|\boldsymbol{\sigma}\|_2, which can be up to a factor d\sqrt{d} larger. To verify the effectiveness of PLAN, we empirically evaluate accuracy on both synthetic and real world data.

Keywords

Cite

@article{arxiv.2306.08745,
  title  = {PLAN: Variance-Aware Private Mean Estimation},
  author = {Martin Aumüller and Christian Janos Lebeda and Boel Nelson and Rasmus Pagh},
  journal= {arXiv preprint arXiv:2306.08745},
  year   = {2024}
}
R2 v1 2026-06-28T11:05:24.529Z