paper-with-me

홈 › Papers

FAIR: Fair Adversarial Instance Re-weighting

2020-11-15 · Andrija Petrović, Mladen Nikolić, Sandro Radovanović, Boris Delibašić, Miloš Jovanović

With growing awareness of societal impact of artificial intelligence, fairness has become an important aspect of machine learning algorithms. The issue is that human biases towards certain groups of population, defined by sensitive features like race and gender, are introduced to the training data through data collection and labeling. Two important directions of fairness ensuring research have focused on (i) instance weighting in order to decrease the impact of more biased instances and (ii) adversarial training in order to construct data representations informative of the target variable, but uninformative of the sensitive attributes. In this paper we propose a Fair Adversarial Instance Re-weighting (FAIR) method, which uses adversarial training to learn instance weighting function that ensures fair predictions. Merging the two paradigms, it inherits desirable properties from both -- interpretability of reweighting and end-to-end trainability of adversarial training. We propose four different variants of the method and, among other things, demonstrate how the method can be cast in a fully probabilistic framework. Additionally, theoretical analysis of FAIR models' properties have been studied extensively. We compare FAIR models to 7 other related and state-of-the-art models and demonstrate that FAIR is able to achieve a better trade-off between accuracy and unfairness. To the best of our knowledge, this is the first model that merges reweighting and adversarial approaches by means of a weighting function that can provide interpretable information about fairness of individual instances.

📄 PDF Abstract BibTeX arXiv:2011.07495

Code (0)

등록된 구현이 없습니다.

Tasks

Fairness

Methods 이 논문이 사용한 방법론

Interpretability 설명 없음

Similar Papers 제목 키워드 기반

Adversarial Reweighting for Speaker Verification Fairness

2022-07-15 · Minho Jin, Chelsea J. -T. Ju, Zeya Chen, Yi-Chieh Liu 외

We address performance fairness for speaker verification using the adversarial reweighting (ARW) method. ARW is reformulated for speaker verification with metric learning, and shown to improve results across different su…

FairnessMetric LearningSpeaker Verification

On the Fairness ROAD: Robust Optimization for Adversarial Debiasing

2023-10-27 · Vincent Grari, Thibault Laugel, Tatsunori Hashimoto, Sylvain Lamprier 외

In the field of algorithmic fairness, significant attention has been put on group fairness criteria, such as Demographic Parity and Equalized Odds. Nevertheless, these objectives, measured as global averages, have raised…

AttributeFairness

Towards Algorithmic Fairness by means of Instance-level Data Re-weighting based on Shapley Values

2023-03-03 · Adrian Arnaiz-Rodriguez, Nuria Oliver

Algorithmic fairness is of utmost societal importance, yet state-of-the-art large-scale machine learning models require training with massive datasets that are frequently biased. In this context, pre-processing methods t…

Data ValuationDecision MakingFairnessGender Bias Detection+1

RobustFair: Adversarial Evaluation through Fairness Confusion Directed Gradient Search

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

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

Data AugmentationFairnessquantile regression

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