paper-with-me

Papers

Stronger Data Poisoning Attacks Break Data Sanitization Defenses

2018-11-02 · Pang Wei Koh, Jacob Steinhardt, Percy Liang

Machine learning models trained on data from the outside world can be corrupted by data poisoning attacks that inject malicious points into the models' training sets. A common defense against these attacks is data sanitization: first filter out anomalous training points before training the model. In this paper, we develop three attacks that can bypass a broad range of common data sanitization defenses, including anomaly detectors based on nearest neighbors, training loss, and singular-value decomposition. By adding just 3% poisoned data, our attacks successfully increase test error on the Enron spam detection dataset from 3% to 24% and on the IMDB sentiment classification dataset from 12% to 29%. In contrast, existing attacks which do not explicitly account for these data sanitization defenses are defeated by them. Our attacks are based on two ideas: (i) we coordinate our attacks to place poisoned points near one another, and (ii) we formulate each attack as a constrained optimization problem, with constraints designed to ensure that the poisoned points evade detection. As this optimization involves solving an expensive bilevel problem, our three attacks correspond to different ways of approximating this problem, based on influence functions; minimax duality; and the Karush-Kuhn-Tucker (KKT) conditions. Our results underscore the need to develop more robust defenses against data poisoning attacks.

📄 PDF Abstract BibTeX arXiv:1811.00741

Code (2)

kohpangwei/data-poisoning-journal-release 공식 구현 tf
suyeecav/model-targeted-poisoning pytorch

Tasks

Data PoisoningSentiment AnalysisSentiment ClassificationSpam detection

Similar Papers 제목 키워드 기반

A Separation Result Between Data-oblivious and Data-aware Poisoning Attacks

2020-03-26 · NeurIPS 2021 12 · Samuel Deng, Sanjam Garg, Somesh Jha, Saeed Mahloujifar 외

Poisoning attacks have emerged as a significant security threat to machine learning algorithms. It has been demonstrated that adversaries who make small changes to the training set, such as adding specially crafted data …

feature selection

Friendly Noise against Adversarial Noise: A Powerful Defense against Data Poisoning Attacks

2022-08-14 · Tian Yu Liu, Yu Yang, Baharan Mirzasoleiman

A powerful category of (invisible) data poisoning attacks modify a subset of training examples by small adversarial perturbations to change the prediction of certain test-time data. Existing defense mechanisms are not de…

Data Poisoning

Certified Robustness to Clean-Label Poisoning Using Diffusion Denoising

2024-03-18 · Sanghyun Hong, Nicholas Carlini, Alexey Kurakin

We present a certified defense to clean-label poisoning attacks under $\ell_2$-norm. These attacks work by injecting a small number of poisoning samples (e.g., 1%) that contain bounded adversarial perturbations into the …

Adversarial RobustnessDenoising

Rapid Poison: Practical Poisoning Attacks Against the Rapid Response Framework

2026-06-15 · David Huang, Jaewon Chang, Avidan Shah, Prateek Mittal 외 arxiv

The Rapid Response (RR) framework, deployed in production systems, including Anthropic's ASL-3 safeguards, continuously improves jailbreak-detection classifiers. When new jailbreaks emerge that bypass these classifiers, …

DP-InstaHide: Provably Defusing Poisoning and Backdoor Attacks with Differentially Private Data Augmentations

2021-03-02 · Eitan Borgnia, Jonas Geiping, Valeriia Cherepanova, Liam Fowl 외

Data poisoning and backdoor attacks manipulate training data to induce security breaches in a victim model. These attacks can be provably deflected using differentially private (DP) training methods, although this comes …

Data Poisoning