paper-with-me

Papers

FAIRER: Fairness as Decision Rationale Alignment

2023-06-27 · Tianlin Li, Qing Guo, Aishan Liu, Mengnan Du, Zhiming Li, Yang Liu

Deep neural networks (DNNs) have made significant progress, but often suffer from fairness issues, as deep models typically show distinct accuracy differences among certain subgroups (e.g., males and females). Existing research addresses this critical issue by employing fairness-aware loss functions to constrain the last-layer outputs and directly regularize DNNs. Although the fairness of DNNs is improved, it is unclear how the trained network makes a fair prediction, which limits future fairness improvements. In this paper, we investigate fairness from the perspective of decision rationale and define the parameter parity score to characterize the fair decision process of networks by analyzing neuron influence in various subgroups. Extensive empirical studies show that the unfair issue could arise from the unaligned decision rationales of subgroups. Existing fairness regularization terms fail to achieve decision rationale alignment because they only constrain last-layer outputs while ignoring intermediate neuron alignment. To address the issue, we formulate the fairness as a new task, i.e., decision rationale alignment that requires DNNs' neurons to have consistent responses on subgroups at both intermediate processes and the final prediction. To make this idea practical during optimization, we relax the naive objective function and propose gradient-guided parity alignment, which encourages gradient-weighted consistency of neurons across subgroups. Extensive experiments on a variety of datasets show that our method can significantly enhance fairness while sustaining a high level of accuracy and outperforming other approaches by a wide margin.

📄 PDF Abstract BibTeX arXiv:2306.15299

Code (0)

등록된 구현이 없습니다.

Tasks

Fairness

Methods 이 논문이 사용한 방법론

fail 설명 없음

Similar Papers 제목 키워드 기반

On the Interplay between Fairness and Explainability

2023-10-25 · Stephanie Brandl, Emanuele Bugliarello, Ilias Chalkidis

In order to build reliable and trustworthy NLP applications, models need to be both fair across different demographics and explainable. Usually these two objectives, fairness and explainability, are optimized and/or exam…

FairnessMulti Class Text Classificationtext-classificationText Classification

Fairer Preferences Elicit Improved Human-Aligned Large Language Model Judgments

2024-06-17 · Han Zhou, Xingchen Wan, Yinhong Liu, Nigel Collier 외

Large language models (LLMs) have shown promising abilities as cost-effective and reference-free evaluators for assessing language generation quality. In particular, pairwise LLM evaluators, which compare two generated t…

FairnessLanguage ModelingLanguage ModellingLarge Language Model+2

Software Engineering for Fairness: A Case Study with Hyperparameter Optimization

2019-05-14 · Joymallya Chakraborty, Tianpei Xia, Fahmid M. Fahid, Tim Menzies

We assert that it is the ethical duty of software engineers to strive to reduce software discrimination. This paper discusses how that might be done. This is an important topic since machine learning software is increasi…

BIG-bench Machine LearningFairnessHyperparameter Optimization

Can Active Learning Preemptively Mitigate Fairness Issues?

2021-04-14 · Frédéric Branchaud-Charron, Parmida Atighehchian, Pau Rodríguez, Grace Abuhamad 외

Dataset bias is one of the prevailing causes of unfairness in machine learning. Addressing fairness at the data collection and dataset preparation stages therefore becomes an essential part of training fairer algorithms.…

Active LearningFairness

Software Engineering Principles for Fairer Systems: Experiments with GroupCART

2025-04-17 · Kewen Peng, Hao Zhuo, Yicheng Yang, Tim Menzies

Discrimination-aware classification aims to make accurate predictions while satisfying fairness constraints. Traditional decision tree learners typically optimize for information gain in the target attribute alone, which…

AttributeFairness