LGAICYMay 18, 2023

RobustFair: Adversarial Evaluation through Fairness Confusion Directed Gradient Search

arXiv:2305.10906v2
Originality Incremental advance
AI Analysis

This addresses the need for more comprehensive adversarial evaluation in AI systems, particularly for fairness and robustness, though it appears incremental as it builds on existing concepts like fairness confusion matrices.

The paper tackles the problem of evaluating deep neural networks' vulnerability to adversarial perturbations that affect both accuracy and fairness, introducing RobustFair to generate adversarial instances that reveal intertwined robustness and individual fairness issues, with empirical studies on benchmark datasets demonstrating its effectiveness.

Deep neural networks (DNNs) often face challenges due to their vulnerability to various adversarial perturbations, including false perturbations that undermine prediction accuracy and biased perturbations that cause biased predictions for similar inputs. This paper introduces a novel approach, RobustFair, to evaluate the accurate fairness of DNNs when subjected to these false or biased perturbations. RobustFair employs the notion of the fairness confusion matrix induced in accurate fairness to identify the crucial input features for perturbations. This matrix categorizes predictions as true fair, true biased, false fair, and false biased, and the perturbations guided by it can produce a dual impact on instances and their similar counterparts to either undermine prediction accuracy (robustness) or cause biased predictions (individual fairness). RobustFair then infers the ground truth of these generated adversarial instances based on their loss function values approximated by the total derivative. To leverage the generated instances for trustworthiness improvement, RobustFair further proposes a data augmentation strategy to prioritize adversarial instances resembling the original training set, for data augmentation and model retraining. Notably, RobustFair excels at detecting intertwined issues of robustness and individual fairness, which are frequently overlooked in standard robustness and individual fairness evaluations. This capability empowers RobustFair to enhance both robustness and individual fairness evaluations by concurrently identifying defects in either domain. Empirical case studies and quantile regression analyses on benchmark datasets demonstrate the effectiveness of the fairness confusion matrix guided perturbation for false or biased adversarial instance generation.

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