Statistical MIA: Rethinking Membership Inference Attack for Reliable Unlearning Auditing

arXiv:2602.01150v1
Originality Highly original
AI Analysis

This addresses the need for reliable auditing in machine unlearning to enforce data privacy rights, offering a more trustworthy alternative to current methods.

The paper tackles the problem of reliably auditing machine unlearning by showing that existing membership inference attack (MIA) methods are flawed, as failed membership detection does not guarantee true forgetting, and proposes Statistical MIA (SMIA), a training-free framework that uses statistical tests to compare distributions, providing a forgetting rate with confidence intervals and reducing computational cost significantly.

Machine unlearning (MU) is essential for enforcing the right to be forgotten in machine learning systems. A key challenge of MU is how to reliably audit whether a model has truly forgotten specified training data. Membership Inference Attacks (MIAs) are widely used for unlearning auditing, where samples that evade membership detection are often regarded as successfully forgotten. After carefully revisiting the reliability of MIA, we show that this assumption is flawed: failed membership inference does not imply true forgetting. We theoretically demonstrate that MIA-based auditing, when formulated as a binary classification problem, inevitably incurs statistical errors whose magnitude cannot be observed during the auditing process. This leads to overly optimistic evaluations of unlearning performance, while incurring substantial computational overhead due to shadow model training. To address these limitations, we propose Statistical Membership Inference Attack (SMIA), a novel training-free and highly effective auditing framework. SMIA directly compares the distributions of member and non-member data using statistical tests, eliminating the need for learned attack models. Moreover, SMIA outputs both a forgetting rate and a corresponding confidence interval, enabling quantified reliability of the auditing results. Extensive experiments show that SMIA provides more reliable auditing with significantly lower computational cost than existing MIA-based approaches. Notably, the theoretical guarantees and empirical effectiveness of SMIA suggest it as a new paradigm for reliable machine unlearning auditing.

Foundations

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

Your Notes