paper-with-me

Papers

A Unified Post-Processing Framework for Group Fairness in Classification

2024-05-07 · Ruicheng Xian, Han Zhao

We present a post-processing algorithm for fair classification that covers group fairness criteria including statistical parity, equal opportunity, and equalized odds under a single framework, and is applicable to multiclass problems in both attribute-aware and attribute-blind settings. Our algorithm, called "LinearPost", achieves fairness post-hoc by linearly transforming the predictions of the (unfair) base predictor with a "fairness risk" according to a weighted combination of the (predicted) group memberships. It yields the Bayes optimal fair classifier if the base predictors being post-processed are Bayes optimal, otherwise, the resulting classifier may not be optimal, but fairness is guaranteed as long as the group membership predictor is multicalibrated. The parameters of the post-processing can be efficiently computed and estimated from solving an empirical linear program. Empirical evaluations demonstrate the advantage of our algorithm in the high fairness regime compared to existing post-processing and in-processing fair classification algorithms.

📄 PDF Abstract BibTeX arXiv:2405.04025

Code (2)

rxian/fair-classification 공식 구현
uiuctml/fair-classification 공식 구현

Tasks

AttributeFairness

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Post-Fair Federated Learning: Achieving Group and Community Fairness in Federated Learning via Post-processing

2024-05-28 · Yuying Duan, Yijun Tian, Nitesh Chawla, Michael Lemmon

Federated Learning (FL) is a distributed machine learning framework in which a set of local communities collaboratively learn a shared global model while retaining all training data locally within each community. Two not…

FairnessFederated Learning

FRAPPE: A Group Fairness Framework for Post-Processing Everything

2023-12-05 · Alexandru Tifrea, Preethi Lahoti, Ben Packer, Yoni Halpern 외

Despite achieving promising fairness-error trade-offs, in-processing mitigation techniques for group fairness cannot be employed in numerous practical applications with limited computation resources or no access to the t…

Fairness

Bias Mitigation Post-processing for Individual and Group Fairness

2018-12-14 · Pranay K. Lohia, Karthikeyan Natesan Ramamurthy, Manish Bhide, Diptikalyan Saha 외

Whereas previous post-processing approaches for increasing the fairness of predictions of biased classifiers address only group fairness, we propose a method for increasing both individual and group fairness. Our novel f…

FairnessGeneral Classification

Optimizing Group-Fair Plackett-Luce Ranking Models for Relevance and Ex-Post Fairness

2023-08-25 · Sruthi Gorantla, Eshaan Bhansali, Amit Deshpande, Anand Louis

In learning-to-rank (LTR), optimizing only the relevance (or the expected ranking utility) can cause representational harm to certain categories of items. Moreover, if there is implicit bias in the relevance scores, LTR …

FairnessLearning-To-Rank

FairRR: Pre-Processing for Group Fairness through Randomized Response

2024-03-12 · Xianli Zeng, Joshua Ward, Guang Cheng

The increasing usage of machine learning models in consequential decision-making processes has spurred research into the fairness of these systems. While significant work has been done to study group fairness in the in-p…

Decision MakingFairness