arXiv:2511.16792cs.CRcs.LG2025-11被引 1

发现非过拟合模型仍会泄露训练数据,根源是类内异常样本。

Membership Inference Attacks Beyond Overfitting

  • 分析非过拟合模型中易被攻击的训练样本特征
  • 发现漏洞主要来自类内噪声或难分类的异常样本
  • 提出针对性防御策略保护敏感数据隐私

针对机器学习模型的成员推断攻击(MIAs)旨在判断某个数据点是否曾用于模型训练。此类攻击可能对训练数据中个体的隐私造成严重威胁,促使人们采用差分隐私等防御手段,但常伴随显著精度损失。现有研究认为模型过拟合是导致成员与非成员预测行为差异的主要原因,从而促成攻击成功。然而,文献也表明,即使在不过拟合、具有良好泛化能力的模型中,仍可能泄露少量训练数据信息。本文深入探究了超越传统过拟合范畴的成员推断漏洞根源,通过实证分析发现:这些易受攻击的样本通常是其类别中的异常值(如噪声数据或难以分类的样本)。基于此,我们提出针对性防御策略,以保护这些脆弱样本,提升模型的隐私保护能力。代码已开源于 https://github.com/najeebjebreel/mia_analysis。

原文摘要 · Abstract (English)

Membership inference attacks (MIAs) against machine learning (ML) models aim to determine whether a given data point was part of the model training data. These attacks may pose significant privacy risks to individuals whose sensitive data were used for training, which motivates the use of defenses such as differential privacy, often at the cost of high accuracy losses. MIAs exploit the differences in the behavior of a model when making predictions on samples it has seen during training (members) versus those it has not seen (non-members). Several studies have pointed out that model overfitting is the major factor contributing to these differences in behavior and, consequently, to the success of MIAs. However, the literature also shows that even non-overfitted ML models can leak information about a small subset of their training data. In this paper, we investigate the root causes of membership inference vulnerabilities beyond traditional overfitting concerns and suggest targeted defenses. We empirically analyze the characteristics of the training data samples vulnerable to MIAs in models that are not overfitted (and hence able to generalize). Our findings reveal that these samples are often outliers within their classes (e.g., noisy or hard to classify). We then propose potential defensive strategies to protect these vulnerable samples and enhance the privacy-preserving capabilities of ML models. Our code is available at https://github.com/najeebjebreel/mia_analysis.

成员推断隐私保护异常检测模型安全

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。