paper-with-me

Papers

Improving Robust Fairness via Balance Adversarial Training

2022-09-15 · ChunYu Sun, Chenye Xu, Chengyuan Yao, Siyuan Liang, Yichao Wu, Ding Liang, Xianglong Liu, Aishan Liu

Adversarial training (AT) methods are effective against adversarial attacks, yet they introduce severe disparity of accuracy and robustness between different classes, known as the robust fairness problem. Previously proposed Fair Robust Learning (FRL) adaptively reweights different classes to improve fairness. However, the performance of the better-performed classes decreases, leading to a strong performance drop. In this paper, we observed two unfair phenomena during adversarial training: different difficulties in generating adversarial examples from each class (source-class fairness) and disparate target class tendencies when generating adversarial examples (target-class fairness). From the observations, we propose Balance Adversarial Training (BAT) to address the robust fairness problem. Regarding source-class fairness, we adjust the attack strength and difficulties of each class to generate samples near the decision boundary for easier and fairer model learning; considering target-class fairness, by introducing a uniform distribution constraint, we encourage the adversarial example generation process for each class with a fair tendency. Extensive experiments conducted on multiple datasets (CIFAR-10, CIFAR-100, and ImageNette) demonstrate that our method can significantly outperform other baselines in mitigating the robust fairness problem (+5-10\% on the worst class accuracy)

📄 PDF Abstract BibTeX arXiv:2209.07534

Code (0)

등록된 구현이 없습니다.

Tasks

Fairness

Similar Papers 제목 키워드 기반

FairACE: Achieving Degree Fairness in Graph Neural Networks via Contrastive and Adversarial Group-Balanced Training

2025-04-12 · Jiaxin Liu, Xiaoqian Jiang, Xiang Li, Bohan Zhang 외

Fairness has been a significant challenge in graph neural networks (GNNs) since degree biases often result in un-equal prediction performance among nodes with varying degrees. Existing GNN models focus on prediction accu…

Contrastive LearningFairness

Fair Robust Active Learning by Joint Inconsistency

2022-09-22 · Tsung-Han Wu, Hung-Ting Su, Shang-Tse Chen, Winston H. Hsu

Fairness and robustness play vital roles in trustworthy machine learning. Observing safety-critical needs in various annotation-expensive vision applications, we introduce a novel learning framework, Fair Robust Active L…

Active LearningAdversarial AttackAdversarial RobustnessFairness

Automatic Feature Fairness in Recommendation via Adversaries

2023-09-27 · Hengchang Hu, Yiming Cao, Zhankui He, Samson Tan 외

Fairness is a widely discussed topic in recommender systems, but its practical implementation faces challenges in defining sensitive features while maintaining recommendation accuracy. We propose feature fairness as the …

FairnessRecommendation Systems

To be Robust or to be Fair: Towards Fairness in Adversarial Training

2020-10-13 · Han Xu, Xiaorui Liu, Yaxin Li, Anil K. Jain 외

Adversarial training algorithms have been proved to be reliable to improve machine learning models' robustness against adversarial examples. However, we find that adversarial training algorithms tend to introduce severe …

Fairness

Towards Accuracy-Fairness Paradox: Adversarial Example-based Data Augmentation for Visual Debiasing

2020-07-27 · Yi Zhang, Jitao Sang

Machine learning fairness concerns about the biases towards certain protected or sensitive group of people when addressing the target tasks. This paper studies the debiasing problem in the context of image classification…

Adversarial AttackAttributeData AugmentationFairness+3