paper-with-me

Papers

Transferable Availability Poisoning Attacks

2023-10-08 · Yiyong Liu, Michael Backes, Xiao Zhang

We consider availability data poisoning attacks, where an adversary aims to degrade the overall test accuracy of a machine learning model by crafting small perturbations to its training data. Existing poisoning strategies can achieve the attack goal but assume the victim to employ the same learning method as what the adversary uses to mount the attack. In this paper, we argue that this assumption is strong, since the victim may choose any learning algorithm to train the model as long as it can achieve some targeted performance on clean data. Empirically, we observe a large decrease in the effectiveness of prior poisoning attacks if the victim employs an alternative learning algorithm. To enhance the attack transferability, we propose Transferable Poisoning, which first leverages the intrinsic characteristics of alignment and uniformity to enable better unlearnability within contrastive learning, and then iteratively utilizes the gradient information from supervised and unsupervised contrastive learning paradigms to generate the poisoning perturbations. Through extensive experiments on image benchmarks, we show that our transferable poisoning attack can produce poisoned samples with significantly improved transferability, not only applicable to the two learners used to devise the attack but also to learning algorithms and even paradigms beyond.

📄 PDF Abstract BibTeX arXiv:2310.05141

Code (1)

trustmlrg/transpoison 공식 구현 pytorch

Tasks

Contrastive LearningData PoisoningOverall - Test

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Transferable Clean-Label Poisoning Attacks on Deep Neural Nets

2019-05-15 · Chen Zhu, W. Ronny Huang, Ali Shafahi, Hengduo Li 외

Clean-label poisoning attacks inject innocuous looking (and "correctly" labeled) poison images into training data, causing a model to misclassify a targeted image after being trained on this data. We consider transferabl…

Transfer Learning

APBench: A Unified Benchmark for Availability Poisoning Attacks and Defenses

2023-08-07 · Tianrui Qin, Xitong Gao, Juanjuan Zhao, Kejiang Ye 외

The efficacy of availability poisoning, a method of poisoning data by injecting imperceptible perturbations to prevent its use in model training, has been a hot subject of investigation. Previous research suggested that …

Data Augmentation

Inverting Gradient Attacks Makes Powerful Data Poisoning

2024-10-28 · Wassim Bouaziz, El-Mahdi El-Mhamdi, Nicolas Usunier

Gradient attacks and data poisoning tamper with the training of machine learning algorithms to maliciously alter them and have been proven to be equivalent in convex settings. The extent of harm these attacks can produce…

Data Poisoning

Sonic: Fast and Transferable Data Poisoning on Clustering Algorithms

2024-08-14 · Francesco Villani, Dario Lazzaro, Antonio Emanuele Cinà, Matteo Dell'Amico 외

Data poisoning attacks on clustering algorithms have received limited attention, with existing methods struggling to scale efficiently as dataset sizes and feature counts increase. These attacks typically require re-clus…

ClusteringData Poisoning

Towards Class-Oriented Poisoning Attacks Against Neural Networks

2020-07-31 · Bingyin Zhao, Yingjie Lao

Poisoning attacks on machine learning systems compromise the model performance by deliberately injecting malicious samples in the training dataset to influence the training process. Prior works focus on either availabili…