paper-with-me

Papers

RobustFair: Adversarial Evaluation through Fairness Confusion Directed Gradient Search

2023-05-18 · Xuran Li, Peng Wu, Kaixiang Dong, Zhen Zhang, Yanting Chen

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.

📄 PDF Abstract BibTeX arXiv:2305.10906

Code (1)

xuran-li/robustfairevaluation 공식 구현 tf

Tasks

Data AugmentationFairnessquantile regression

Similar Papers 제목 키워드 기반

E-ADDA: Unsupervised Adversarial Domain Adaptation Enhanced by a New Mahalanobis Distance Loss for Smart Computing

2022-01-24 · Ye Gao, Brian Baucom, Karen Rose, Kristina Gordon 외

In smart computing, the labels of training samples for a specific task are not always abundant. However, the labels of samples in a relevant but different dataset are available. As a result, researchers have relied on un…

Domain AdaptationOut-of-Distribution DetectionUnsupervised Domain Adaptation

Equal Confusion Fairness: Measuring Group-Based Disparities in Automated Decision Systems

2023-07-02 · Furkan Gursoy, Ioannis A. Kakadiaris

As artificial intelligence plays an increasingly substantial role in decisions affecting humans and society, the accountability of automated decision systems has been receiving increasing attention from researchers and p…

Fairness

Enhancing Robust Fairness via Confusional Spectral Regularization

2025-01-22 · Gaojie Jin, Sihao Wu, Jiaxu Liu, Tianjin Huang 외

Recent research has highlighted a critical issue known as ``robust fairness", where robust accuracy varies significantly across different classes, undermining the reliability of deep neural networks (DNNs). A common appr…

Fairness

Uncertainty in Fairness Assessment: Maintaining Stable Conclusions Despite Fluctuations

2023-02-02 · Ainhize Barrainkua, Paula Gordaliza, Jose A. Lozano, Novi Quadrianto

Several recent works encourage the use of a Bayesian framework when assessing performance and fairness metrics of a classification algorithm in a supervised setting. We propose the Uncertainty Matters (UM) framework that…

FairnessInformativeness

Principal Eigenvalue Regularization for Improved Worst-Class Certified Robustness of Smoothed Classifiers

2025-03-21 · Gaojie Jin, Tianjin Huang, Ronghui Mu, Xiaowei Huang

Recent studies have identified a critical challenge in deep neural networks (DNNs) known as ``robust fairness", where models exhibit significant disparities in robust accuracy across different classes. While prior work h…

Adversarial RobustnessFairness