paper-with-me

홈 › Papers

Wicked Oddities: Selectively Poisoning for Effective Clean-Label Backdoor Attacks

2024-07-15 · Quang H. Nguyen, Nguyen Ngoc-Hieu, The-Anh Ta, Thanh Nguyen-Tang, Kok-Seng Wong, Hoang Thanh-Tung, Khoa D. Doan

Deep neural networks are vulnerable to backdoor attacks, a type of adversarial attack that poisons the training data to manipulate the behavior of models trained on such data. Clean-label attacks are a more stealthy form of backdoor attacks that can perform the attack without changing the labels of poisoned data. Early works on clean-label attacks added triggers to a random subset of the training set, ignoring the fact that samples contribute unequally to the attack's success. This results in high poisoning rates and low attack success rates. To alleviate the problem, several supervised learning-based sample selection strategies have been proposed. However, these methods assume access to the entire labeled training set and require training, which is expensive and may not always be practical. This work studies a new and more practical (but also more challenging) threat model where the attacker only provides data for the target class (e.g., in face recognition systems) and has no knowledge of the victim model or any other classes in the training set. We study different strategies for selectively poisoning a small set of training samples in the target class to boost the attack success rate in this setting. Our threat model poses a serious threat in training machine learning models with third-party datasets, since the attack can be performed effectively with limited information. Experiments on benchmark datasets illustrate the effectiveness of our strategies in improving clean-label backdoor attacks.

📄 PDF Abstract BibTeX arXiv:2407.10825

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial AttackFace Recognition

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

BadSampler: Harnessing the Power of Catastrophic Forgetting to Poison Byzantine-robust Federated Learning

2024-06-18 · Yi Liu, Cong Wang, Xingliang Yuan

Federated Learning (FL) is susceptible to poisoning attacks, wherein compromised clients manipulate the global model by modifying local datasets or sending manipulated model updates. Experienced defenders can readily det…

Data PoisoningFederated Learning

WiCkeD: A Simple Method to Make Multiple Choice Benchmarks More Challenging

2025-02-25 · Ahmed Elhady, Eneko Agirre, Mikel Artetxe

We introduce WiCkeD, a simple method to increase the complexity of existing multiple-choice benchmarks by randomly replacing a choice with "None of the above", a method often used in educational tests. We show that WiCke…

MMLUMultiple-choice

Noise-Robustness Through Noise: Asymmetric LoRA Adaption with Poisoning Expert

2025-05-29 · Zhaokun Wang, Jinyu Guo, Jingwen Pu, Lingfeng Chen 외

Current parameter-efficient fine-tuning methods for adapting pre-trained language models to downstream tasks are susceptible to interference from noisy data. Conventional noise-handling approaches either rely on laboriou…

Mixture-of-Expertsparameter-efficient fine-tuning

Deep k-NN Defense against Clean-label Data Poisoning Attacks

2019-09-29 · Neehar Peri, Neal Gupta, W. Ronny Huang, Liam Fowl 외

Targeted clean-label data poisoning is a type of adversarial attack on machine learning systems in which an adversary injects a few correctly-labeled, minimally-perturbed samples into the training data, causing a model t…

Adversarial AttackData Poisoning

Self-Purification Mitigates Backdoors in Multimodal Diffusion Language Models

2026-02-24 · Guangnian Wan, Qi Li, Gongfan Fang, Xinyin Ma 외 arxiv

Multimodal Diffusion Language Models (MDLMs) have recently emerged as a competitive alternative to their autoregressive counterparts. Yet their vulnerability to backdoor attacks remains largely unexplored. In this work, …