LGAICRMay 31, 2021

Gradient-based Data Subversion Attack Against Binary Classifiers

arXiv:2105.14803v1
Originality Incremental advance
AI Analysis

This addresses security concerns for machine learning systems using external data sources, though it is incremental as it builds on existing data poisoning methods.

The authors tackled the problem of label contamination attacks on binary classifiers by developing Gradient-based Data Subversion strategies, which achieved model degradation with limited knowledge of the victim model and outperformed baselines in computational efficiency.

Machine learning based data-driven technologies have shown impressive performances in a variety of application domains. Most enterprises use data from multiple sources to provide quality applications. The reliability of the external data sources raises concerns for the security of the machine learning techniques adopted. An attacker can tamper the training or test datasets to subvert the predictions of models generated by these techniques. Data poisoning is one such attack wherein the attacker tries to degrade the performance of a classifier by manipulating the training data. In this work, we focus on label contamination attack in which an attacker poisons the labels of data to compromise the functionality of the system. We develop Gradient-based Data Subversion strategies to achieve model degradation under the assumption that the attacker has limited-knowledge of the victim model. We exploit the gradients of a differentiable convex loss function (residual errors) with respect to the predicted label as a warm-start and formulate different strategies to find a set of data instances to contaminate. Further, we analyze the transferability of attacks and the susceptibility of binary classifiers. Our experiments show that the proposed approach outperforms the baselines and is computationally efficient.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes