Indiscriminate Data Poisoning Attacks on Neural Networks
Yiwei Lu, Gautam Kamath, Yaoliang Yu
TL;DR
The paper addresses indiscriminate data poisoning of neural networks by casting the problem as a Stackelberg game and introducing the Total Gradient Descent Ascent (TGDA) method, which leverages second-order information to compute a total derivative and update a separate attacker model. This enables batch generation of thousands of poisoned points in one pass, significantly improving both effectiveness and efficiency over prior sequential approaches. Empirical results on MNIST and CIFAR-10 demonstrate that TGDA outperforms baselines across multiple architectures, while producing poisoned samples visually similar to clean data (clean-label). The work also analyzes transferability and defenses, revealing strengths and weaknesses of TGDA and highlighting practical considerations for robust defense design and future poisoning research.
Abstract
Data poisoning attacks, in which a malicious adversary aims to influence a model by injecting "poisoned" data into the training process, have attracted significant recent attention. In this work, we take a closer look at existing poisoning attacks and connect them with old and new algorithms for solving sequential Stackelberg games. By choosing an appropriate loss function for the attacker and optimizing with algorithms that exploit second-order information, we design poisoning attacks that are effective on neural networks. We present efficient implementations that exploit modern auto-differentiation packages and allow simultaneous and coordinated generation of tens of thousands of poisoned points, in contrast to existing methods that generate poisoned points one by one. We further perform extensive experiments that empirically explore the effect of data poisoning attacks on deep neural networks.
