TL;DR
This paper investigates data poisoning attacks on linear classifiers, proposing a computationally efficient heuristic that effectively compromises model performance without the need for complex bi-level optimization.
Contribution
It introduces a novel heuristic and re-parameterization method to perform data poisoning attacks on linear models more efficiently than existing bi-level optimization approaches.
Findings
Heuristic achieves comparable attack success with less computation.
Re-parameterization reduces optimization complexity.
Efficient attacks outperform or match existing methods.
Abstract
One of the most concerning threats for modern AI systems is data poisoning, where the attacker injects maliciously crafted training data to corrupt the system's behavior at test time. Availability poisoning is a particularly worrisome subset of poisoning attacks where the attacker aims to cause a Denial-of-Service (DoS) attack. However, the state-of-the-art algorithms are computationally expensive because they try to solve a complex bi-level optimization problem (the "hammer"). We observed that in particular conditions, namely, where the target model is linear (the "nut"), the usage of computationally costly procedures can be avoided. We propose a counter-intuitive but efficient heuristic that allows contaminating the training set such that the target system's performance is highly compromised. We further suggest a re-parameterization trick to decrease the number of variables to be…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
