On Robustness of Linear Classifiers to Targeted Data Poisoning
Nakshatra Gupta, Sumanth Prabhu, Supratik Chakraborty, R Venkatesh
TL;DR
This work addresses the problem of robustness of linear classifiers to targeted data poisoning via label perturbations in a black-box setting. It proves NP-Completeness for deciding robustness and introduces two scalable bound techniques: a partition-based MILP lower bound and an augmentation-based upper bound implemented in the RobustRange tool. Through experiments on 15 public datasets, the approach yields tight robustness intervals and demonstrates that poisoning guided by the upper bound can effectively flip targeted test points, while outperforming a state-of-the-art white-box method in several scenarios. The methods provide practical, pointwise insight into dataset trustworthiness and offer a foundation for contesting model decisions when training data integrity is in question.
Abstract
Data poisoning is a training-time attack that undermines the trustworthiness of learned models. In a targeted data poisoning attack, an adversary manipulates the training dataset to alter the classification of a targeted test point. Given the typically large size of training dataset, manual detection of poisoning is difficult. An alternative is to automatically measure a dataset's robustness against such an attack, which is the focus of this paper. We consider a threat model wherein an adversary can only perturb the labels of the training dataset, with knowledge limited to the hypothesis space of the victim's model. In this setting, we prove that finding the robustness is an NP-Complete problem, even when hypotheses are linear classifiers. To overcome this, we present a technique that finds lower and upper bounds of robustness. Our implementation of the technique computes these bounds efficiently in practice for many publicly available datasets. We experimentally demonstrate the effectiveness of our approach. Specifically, a poisoning exceeding the identified robustness bounds significantly impacts test point classification. We are also able to compute these bounds in many more cases where state-of-the-art techniques fail.
