paper-with-me

홈 › Papers

Costs and Benefits of Fair Regression

2021-06-16 · Han Zhao

Real-world applications of machine learning tools in high-stakes domains are often regulated to be fair, in the sense that the predicted target should satisfy some quantitative notion of parity with respect to a protected attribute. However, the exact tradeoff between fairness and accuracy with a real-valued target is not entirely clear. In this paper, we characterize the inherent tradeoff between statistical parity and accuracy in the regression setting by providing a lower bound on the error of any fair regressor. Our lower bound is sharp, algorithm-independent, and admits a simple interpretation: when the moments of the target differ between groups, any fair algorithm has to make an error on at least one of the groups. We further extend this result to give a lower bound on the joint error of any (approximately) fair algorithm, using the Wasserstein distance to measure the quality of the approximation. With our novel lower bound, we also show that the price paid by a fair regressor that does not take the protected attribute as input is less than that of a fair regressor with explicit access to the protected attribute. On the upside, we establish the first connection between individual fairness, accuracy parity, and the Wasserstein distance by showing that if a regressor is individually fair, it also approximately verifies the accuracy parity, where the gap is given by the Wasserstein distance between the two groups. Inspired by our theoretical results, we develop a practical algorithm for fair regression through the lens of representation learning, and conduct experiments on a real-world dataset to corroborate our findings.

📄 PDF Abstract BibTeX arXiv:2106.08812

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeFairnessregressionRepresentation Learning

Similar Papers 제목 키워드 기반

Demographic parity in regression and classification within the unawareness framework

2024-09-04 · Vincent Divol, Solenne Gaucher

This paper explores the theoretical foundations of fair regression under the constraint of demographic parity within the unawareness framework, where disparate treatment is prohibited, extending existing results where su…

regression

Fairness for Robust Log Loss Classification

2019-03-10 · Ashkan Rezaei, Rizal Fathony, Omid Memarrast, Brian Ziebart

Developing classification methods with high accuracy that also avoid unfair treatment of different groups has become increasingly important for data-driven decision making in social applications. Many existing methods en…

ClassificationDecision MakingFairnessGeneral Classification+1

General Fair Empirical Risk Minimization

2019-01-29 · Luca Oneto, Michele Donini, Massimiliano Pontil

We tackle the problem of algorithmic fairness, where the goal is to avoid the unfairly influence of sensitive information, in the general context of regression with possible continuous sensitive attributes. We extend the…

Fairnessregression

Fair Regression for Health Care Spending

2019-01-28 · Anna Zink, Sherri Rose

The distribution of health care payments to insurance plans has substantial consequences for social policy. Risk adjustment formulas predict spending in health insurance markets in order to provide fair benefits and heal…

Fairnessregression

Fair Forests: Regularized Tree Induction to Minimize Model Bias

2017-12-21 · Edward Raff, Jared Sylvester, Steven Mills

The potential lack of fairness in the outputs of machine learning algorithms has recently gained attention both within the research community as well as in society more broadly. Surprisingly, there is no prior work devel…

AttributeFairness