攻击数据贡献度评估,让造假数据骗更多补偿
Adversarial Attacks on Data Attribution
- 用影子训练和异常样本生成恶意数据集
- 图像与文本任务中补偿金额最高暴涨643%
- 揭示数据估值机制漏洞,适合安全与合规研究者
数据贡献度旨在量化单个训练数据对AI模型输出的贡献,已用于衡量数据价值并制定补偿机制。鉴于其影响金融决策与数据提供方收益,数据贡献度方法的对抗鲁棒性成为关键问题。本文首次系统研究该风险,提出两种攻击方法:影子攻击(Shadow Attack)利用数据分布知识,通过影子训练生成扰动;异常攻击(Outlier Attack)无需分布知识,仅通过黑盒查询,利用多数贡献度方法对异常点的敏感性,生成对抗样本。在图像分类与文本生成任务中,影子攻击使补偿提升至少200%,异常攻击提升185%至643%。代码已开源。
原文摘要 · Abstract (English)
Data attribution aims to quantify the contribution of individual training data points to the outputs of an AI model, which has been used to measure the value of training data and compensate data providers. Given the impact on financial decisions and compensation mechanisms, a critical question arises concerning the adversarial robustness of data attribution methods. However, there has been little to no systematic research addressing this issue. In this work, we aim to bridge this gap by detailing a threat model with clear assumptions about the adversary's goal and capabilities and proposing principled adversarial attack methods on data attribution. We present two methods, Shadow Attack and Outlier Attack, which generate manipulated datasets to inflate the compensation adversarially. The Shadow Attack leverages knowledge about the data distribution in the AI applications, and derives adversarial perturbations through "shadow training", a technique commonly used in membership inference attacks. In contrast, the Outlier Attack does not assume any knowledge about the data distribution and relies solely on black-box queries to the target model's predictions. It exploits an inductive bias present in many data attribution methods - outlier data points are more likely to be influential - and employs adversarial examples to generate manipulated datasets. Empirically, in image classification and text generation tasks, the Shadow Attack can inflate the data-attribution-based compensation by at least 200%, while the Outlier Attack achieves compensation inflation ranging from 185% to as much as 643%. Our implementation is ready at https://github.com/TRAIS-Lab/adversarial-attack-data-attribution.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。