paper-with-me

Papers

Adversarial Attacks on Data Attribution

2024-09-09 · Xinhe Wang, Pingbang Hu, Junwei Deng, Jiaqi W. Ma

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.

📄 PDF Abstract BibTeX arXiv:2409.05657

Code (1)

trais-lab/adversarial-attack-data-attribution 공식 구현 pytorch

Tasks

Adversarial AttackAdversarial Robustnessimage-classificationImage ClassificationInductive BiasText Generation

Similar Papers 제목 키워드 기반

SHIELD: Thwarting Code Authorship Attribution

2023-04-26 · Mohammed Abuhamad, Changhun Jung, David Mohaisen, DaeHun Nyang

Authorship attribution has become increasingly accurate, posing a serious privacy risk for programmers who wish to remain anonymous. In this paper, we introduce SHIELD to examine the robustness of different code authorsh…

Authorship Attribution

Attribution of Gradient Based Adversarial Attacks for Reverse Engineering of Deceptions

2021-03-19 · Michael Goebel, Jason Bunk, Srinjoy Chattopadhyay, Lakshmanan Nataraj 외

Machine Learning (ML) algorithms are susceptible to adversarial attacks and deception both during training and deployment. Automatic reverse engineering of the toolchains behind these adversarial machine learning attacks…

AttributeBIG-bench Machine Learning

Improving Adversarial Transferability via Neuron Attribution-Based Attacks

2022-03-31 · CVPR 2022 1 · Jianping Zhang, Weibin Wu, Jen-tse Huang, Yizhan Huang 외

Deep neural networks (DNNs) are known to be vulnerable to adversarial examples. It is thus imperative to devise effective attack algorithms to identify the deficiencies of DNNs beforehand in security-sensitive applicatio…

Attribute

Interpreting Attributions and Interactions of Adversarial Attacks

2021-08-16 · ICCV 2021 10 · Xin Wang, Shuyun Lin, Hao Zhang, Yufei Zhu 외

This paper aims to explain adversarial attacks in terms of how adversarial perturbations contribute to the attacking task. We estimate attributions of different image regions to the decrease of the attacking cost based o…

Adversarial Attacks on Knowledge Graph Embeddings via Instance Attribution Methods

2021-11-04 · EMNLP 2021 11 · Peru Bhardwaj, John Kelleher, Luca Costabello, Declan O'Sullivan

Despite the widespread use of Knowledge Graph Embeddings (KGE), little is known about the security vulnerabilities that might disrupt their intended behaviour. We study data poisoning attacks against KGE models for link …

Data PoisoningInterpretable Machine LearningKnowledge Graph EmbeddingsLink Prediction