paper-with-me

Papers

SMI: Statistical Membership Inference for Reliable Unlearned Model Auditing

2026-02-01 · Jialong Sun, Zeming Wei, Jiaxuan Zou, Jiacheng Gong, Jie Fu, Chengyang Dong, Heng Xu, Jialong Li, Bo Liu arxiv

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 unlearned model auditing, where samples that evade membership detection are regarded as successfully forgotten. We show this assumption is fundamentally flawed: failed membership inference does not imply true forgetting. We prove that unlearned samples occupy fundamentally different positions in the feature space than non-member samples, making this alignment bias unavoidable and unobservable, which leads to systematically optimistic evaluations of unlearning performance. Meanwhile, training shadow models for MIA incurs substantial computational overhead. To address both limitations, we propose Statistical Membership Inference (SMI), a training-free auditing framework that reformulates auditing as estimating the non-member mixture proportion in the unlearned feature distribution. Beyond estimating the forgetting rate, SMI also provides bootstrap reference ranges for quantified auditing reliability. Extensive experiments show that SMI consistently outperforms all MIA-based baselines, with no shadow model training required. Overall, SMI establishes a principled and efficient alternative to MIA-based auditing methods, with both theoretical guarantees and strong empirical performance.

📄 PDF Abstract BibTeX arXiv:2602.01150

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Instance-Level Data-Use Auditing of Visual ML Models

2025-03-28 · Zonghao Huang, Neil Zhenqiang Gong, Michael K. Reiter

The growing trend of legal disputes over the unauthorized use of data in machine learning (ML) systems highlights the urgent need for reliable data-use auditing mechanisms to ensure accountability and transparency in ML.…

Auditing Approximate Machine Unlearning for Differentially Private Models

2025-08-26 · Yuechun Gu, Jiajie He, Keke Chen arxiv

Approximate machine unlearning aims to remove the effect of specific data from trained models to ensure individuals' privacy. Existing methods focus on the removed records and assume the retained ones are unaffected. How…

Data Augmentation

Textual Unlearning Gives a False Sense of Unlearning

2024-06-19 · Jiacheng Du, Zhibo Wang, Jie Zhang, Xiaoyi Pang 외

Language Models (LMs) are prone to ''memorizing'' training data, including substantial sensitive user information. To mitigate privacy risks and safeguard the right to be forgotten, machine unlearning has emerged as a pr…

Machine Unlearning

Apollo: A Posteriori Label-Only Membership Inference Attack Towards Machine Unlearning

2025-06-11 · Liou Tang, James Joshi, Ashish Kundu

Machine Unlearning (MU) aims to update Machine Learning (ML) models following requests to remove training samples and their influences on a trained model efficiently without retraining the original ML model from scratch.…

Inference AttackMachine UnlearningMembership Inference Attack

Unlearning Inversion Attacks for Graph Neural Networks

2025-06-01 · Jiahao Zhang, Yilong Wang, Zhiwei Zhang, Xiaorui Liu 외

Graph unlearning methods aim to efficiently remove the impact of sensitive data from trained GNNs without full retraining, assuming that deleted information cannot be recovered. In this work, we challenge this assumption…