LGCRCYMLApr 15, 2020

Poisoning Attacks on Algorithmic Fairness

arXiv:2004.07401v398 citations
AI Analysis

This work addresses vulnerabilities in algorithmic fairness for machine learning systems, potentially leading to more robust algorithms, though it is incremental in extending adversarial attacks to fairness metrics.

The paper tackles the problem of poisoning attacks compromising algorithmic fairness by introducing an optimization framework and gradient-based attack that creates classification disparities among groups, showing effectiveness in both white-box and black-box settings with empirical results.

Research in adversarial machine learning has shown how the performance of machine learning models can be seriously compromised by injecting even a small fraction of poisoning points into the training data. While the effects on model accuracy of such poisoning attacks have been widely studied, their potential effects on other model performance metrics remain to be evaluated. In this work, we introduce an optimization framework for poisoning attacks against algorithmic fairness, and develop a gradient-based poisoning attack aimed at introducing classification disparities among different groups in the data. We empirically show that our attack is effective not only in the white-box setting, in which the attacker has full access to the target model, but also in a more challenging black-box scenario in which the attacks are optimized against a substitute model and then transferred to the target model. We believe that our findings pave the way towards the definition of an entirely novel set of adversarial attacks targeting algorithmic fairness in different scenarios, and that investigating such vulnerabilities will help design more robust algorithms and countermeasures in the future.

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