Privacy Leaks by Adversaries: Adversarial Iterations for Membership Inference Attack
Guang Dai, Haishan Ye, Jing Xue, Luo Luo, Xiangyu Chang, Zhishen Sun
aaai
Research metadataShow detailsHide details
- Affiliations
- Not available
- Published
- 2026-03-17
- Processed
- 7/25/2026, 12:58:21 PM
- Analysis model
- gemini-2.5-flash
- Analysis status
- analyzed
- Local PDF artifact
- papers/pdf/2026/privacy-leaks-by-adversaries-adversarial-iterations-for-memb.pdf
Summary
This paper introduces Iterations for Membership Inference Attack (IMIA), a novel method for evaluating the privacy risks of machine learning models. IMIA infers whether a specific sample was part of a model's training set by analyzing the number of iterations required to generate its adversarial sample. The core idea is that member samples generally require more iterations to generate adversarial examples than non-member samples. The paper empirically claims that IMIA achieves strong performance in both black-box and white-box attack scenarios across multiple models and datasets, providing a universal and adaptable approach for privacy leakage assessment.
Problem
Traditional Membership Inference Attack (MIA) methods face several limitations:
- Resource-intensive for distribution-based MIA: These methods exploit distributional differences between training and test data but typically require large datasets and shadow models, making them resource-intensive.
- Limited to soft outputs for metric-based MIA: Metric-based MIA methods, such as Softmax Response, infer membership from model outputs like confidence scores. However, they are effective only when the target model exposes soft outputs (e.g., probabilities) and fail when only hard labels are available.