paper-with-me

홈 › Papers

Adversarial Fairness Network

2021-09-29 · Taeuk Jang, Xiaoqian Wang, Heng Huang

Fairness is becoming a rising concern in machine learning. Recent research has discovered that state-of-the-art models are amplifying social bias by making biased predictions towards some population groups (characterized by sensitive features like race or gender). Such unfair prediction among groups renders trust issues and ethical concerns in machine learning, especially for sensitive fields such as employment, criminal justice, and trust score assessment. In this paper, we introduce a new framework to improve machine learning fairness. The goal of our model is to minimize the influence of sensitive feature from the perspectives of both data input and predictive model. To achieve this goal, we reformulate the data input by eliminating the sensitive information and strengthen model fairness by minimizing the marginal contribution of the sensitive feature. We propose to learn the sensitive-irrelevant input via sampling among features and design an adversarial network to minimize the dependence between the reformulated input and the sensitive information. Empirical results validate that our model achieves comparable or better results than related state-of-the-art methods w.r.t. both fairness metrics and prediction performance.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine LearningFairness

Similar Papers 제목 키워드 기반

To be Robust and to be Fair: Aligning Fairness with Robustness

2023-03-31 · Junyi Chai, Xiaoqian Wang

Adversarial training has been shown to be reliable in improving robustness against adversarial samples. However, the problem of adversarial training in terms of fairness has not yet been properly studied, and the relatio…

Adversarial AttackFairness

Improving Robust Fairness via Balance Adversarial Training

2022-09-15 · ChunYu Sun, Chenye Xu, Chengyuan Yao, Siyuan Liang 외

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 prop…

Fairness

The Double-Edged Sword of Input Perturbations to Robust Accurate Fairness

2024-04-01 · Xuran Li, Peng Wu, Yanting Chen, Xingjun Ma 외

Deep neural networks (DNNs) are known to be sensitive to adversarial input perturbations, leading to a reduction in either prediction accuracy or individual fairness. To jointly characterize the susceptibility of predict…

Adversarial AttackFairness

FARMUR: Fair Adversarial Retraining to Mitigate Unfairness in Robustness

2023-07-01 · ADBIS 2023 2023 7 · Seyed Ali Mousavi, Hamid Mousavi2, Masoud Daneshtalab

Deep Neural Networks (DNNs) have been deployed in safetycritical real-world applications, including automated decision-making systems. There are often concerns about two aspects of these systems: the fairness of the pred…

Decision MakingFairness

Adversarial Inter-Group Link Injection Degrades the Fairness of Graph Neural Networks

2022-09-13 · Hussain Hussain, Meng Cao, Sandipan Sikdar, Denis Helic 외

We present evidence for the existence and effectiveness of adversarial attacks on graph neural networks (GNNs) that aim to degrade fairness. These attacks can disadvantage a particular subgroup of nodes in GNN-based node…

FairnessNode Classification