Fundamental Limits of Membership Inference Attacks on Machine Learning Models
Eric Aubinais, Elisabeth Gassiat, Pablo Piantanida
TL;DR
This paper develops a theory for membership inference attacks (MIAs) that is model-agnostic and statistically grounded. It introduces the central quantity $\Delta_{\nu,\lambda,n}(P,\mathcal{A})$, an $f$-divergence that bounds the best possible MIA accuracy and thus defines Membership Inference Security (MIS) for a learning procedure. The authors prove that overfitting dramatically degrades security, while for empirical-mean learners and discrete data, $\Delta_{\nu,\lambda,n}(P,\mathcal{A})$ can be controlled with explicit rates, notably $O(n^{-1/2})$, and that data discretization via $C_K(P)$ can improve privacy without heavily sacrificing accuracy. Numerical experiments corroborate the theory, showing that overfitting enables highly effective MIAs and that discretization reduces leakage, providing practical guidance for privacy-aware data analysis and learning. The work also clarifies interactions with differential privacy, positioning MIS as a complementary, attack-centric privacy metric rather than a DP guarantee.
Abstract
Membership inference attacks (MIA) can reveal whether a particular data point was part of the training dataset, potentially exposing sensitive information about individuals. This article provides theoretical guarantees by exploring the fundamental statistical limitations associated with MIAs on machine learning models at large. More precisely, we first derive the statistical quantity that governs the effectiveness and success of such attacks. We then theoretically prove that in a non-linear regression setting with overfitting learning procedures, attacks may have a high probability of success. Finally, we investigate several situations for which we provide bounds on this quantity of interest. Interestingly, our findings indicate that discretizing the data might enhance the learning procedure's security. Specifically, it is demonstrated to be limited by a constant, which quantifies the diversity of the underlying data distribution. We illustrate those results through simple simulations.
