LGAICRDec 16, 2020

Exacerbating Algorithmic Bias through Fairness Attacks

arXiv:2012.08723v176 citations
AI Analysis

This work addresses a critical oversight in adversarial machine learning by demonstrating how an adversary can intentionally target and worsen algorithmic fairness, posing a significant risk for anyone deploying fair machine learning models.

This paper introduces two data poisoning attacks, anchoring and influence attacks, designed to intentionally exacerbate algorithmic bias in machine learning systems. The attacks effectively skew decision boundaries and maximize covariance between sensitive attributes and decision outcomes, demonstrating their effectiveness in extensive experiments.

Algorithmic fairness has attracted significant attention in recent years, with many quantitative measures suggested for characterizing the fairness of different machine learning algorithms. Despite this interest, the robustness of those fairness measures with respect to an intentional adversarial attack has not been properly addressed. Indeed, most adversarial machine learning has focused on the impact of malicious attacks on the accuracy of the system, without any regard to the system's fairness. We propose new types of data poisoning attacks where an adversary intentionally targets the fairness of a system. Specifically, we propose two families of attacks that target fairness measures. In the anchoring attack, we skew the decision boundary by placing poisoned points near specific target points to bias the outcome. In the influence attack on fairness, we aim to maximize the covariance between the sensitive attributes and the decision outcome and affect the fairness of the model. We conduct extensive experiments that indicate the effectiveness of our proposed attacks.

Code Implementations1 repo
Foundations

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

Your Notes