CRLGOct 8, 2023

Transferable Availability Poisoning Attacks

arXiv:2310.05141v25 citationsh-index: 3
Originality Incremental advance
AI Analysis

This addresses a practical limitation in poisoning attacks for security researchers, but it is incremental as it builds on prior work to enhance transferability.

The paper tackles the problem of availability data poisoning attacks losing effectiveness when the victim uses a different learning algorithm than the attacker, and it proposes Transferable Poisoning, which improves transferability across learning methods and paradigms, achieving up to a 30% accuracy drop on CIFAR-10.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes