Adversarial Training for Defense Against Label Poisoning Attacks
Melis Ilayda Bal, Volkan Cevher, Michael Muehlebach
TL;DR
This work tackles the vulnerability of predictive models to label poisoning by introducing Floral, a kernel SVM–based adversarial training defense formulated as a non-zero-sum Stackelberg game between an attacker and the learner. Floral solves a bilevel optimization with a PGD-based algorithm, focusing on adversarial updates to the labels of influential training points to robustify the decision boundary. The authors provide a local stability analysis and demonstrate through Moon, MNIST, and IMDB experiments that Floral achieves higher robust accuracy than robust baselines and even RoBERTa–based systems, while maintaining competitive clean accuracy. The approach is adaptable to multi-class settings and neural networks, and generalizes to several label-poisoning attacks, highlighting its practical significance for robust deployment in adversarial environments.
Abstract
As machine learning models grow in complexity and increasingly rely on publicly sourced data, such as the human-annotated labels used in training large language models, they become more vulnerable to label poisoning attacks. These attacks, in which adversaries subtly alter the labels within a training dataset, can severely degrade model performance, posing significant risks in critical applications. In this paper, we propose FLORAL, a novel adversarial training defense strategy based on support vector machines (SVMs) to counter these threats. Utilizing a bilevel optimization framework, we cast the training process as a non-zero-sum Stackelberg game between an attacker, who strategically poisons critical training labels, and the model, which seeks to recover from such attacks. Our approach accommodates various model architectures and employs a projected gradient descent algorithm with kernel SVMs for adversarial training. We provide a theoretical analysis of our algorithm's convergence properties and empirically evaluate FLORAL's effectiveness across diverse classification tasks. Compared to robust baselines and foundation models such as RoBERTa, FLORAL consistently achieves higher robust accuracy under increasing attacker budgets. These results underscore the potential of FLORAL to enhance the resilience of machine learning models against label poisoning threats, thereby ensuring robust classification in adversarial settings.
