paper-with-me

Papers

Post-processing for Fair Regression via Explainable SVD

2025-04-04 · Zhiqun Zuo, Ding Zhu, Mohammad Mahdi Khalili

This paper presents a post-processing algorithm for training fair neural network regression models that satisfy statistical parity, utilizing an explainable singular value decomposition (SVD) of the weight matrix. We propose a linear transformation of the weight matrix, whereby the singular values derived from the SVD of the transformed matrix directly correspond to the differences in the first and second moments of the output distributions across two groups. Consequently, we can convert the fairness constraints into constraints on the singular values. We analytically solve the problem of finding the optimal weights under these constraints. Experimental validation on various datasets demonstrates that our method achieves a similar or superior fairness-accuracy trade-off compared to the baselines without using the sensitive attribute at the inference time.

📄 PDF Abstract BibTeX arXiv:2504.03093

Code (1)

osu-srml/svd_fairness 공식 구현 pytorch

Tasks

AttributeFairnessregression

Similar Papers 제목 키워드 기반

Explainable post-training bias mitigation with distribution-based fairness metrics

2025-04-01 · Ryan Franks, Alexey Miroshnikov

We develop a novel optimization framework with distribution-based fairness constraints for efficiently producing demographically blind, explainable models across a wide range of fairness levels. This is accomplished thro…

Explainable ModelsFairness

Multicalibrated Regression for Downstream Fairness

2022-09-15 · Ira Globus-Harris, Varun Gupta, Christopher Jung, Michael Kearns 외

We show how to take a regression function $\hat{f}$ that is appropriately ``multicalibrated'' and efficiently post-process it into an approximately error minimizing classifier satisfying a large variety of fairness const…

Fairnessregression

Meta Optimality for Demographic Parity Constrained Regression via Post-Processing

2025-06-16 · Kazuto Fukuchi

We address the regression problem under the constraint of demographic parity, a commonly used fairness definition. Recent studies have revealed fair minimax optimal regression algorithms, the most accurate algorithms tha…

Fairnessregression

Implementing Fair Regression In The Real World

2021-04-09 · Boris Ruf, Marcin Detyniecki

Most fair regression algorithms mitigate bias towards sensitive sub populations and therefore improve fairness at group level. In this paper, we investigate the impact of such implementation of fair regression on the ind…

Fairnessregression

Differentially Private Post-Processing for Fair Regression

2024-05-07 · Ruicheng Xian, Qiaobo Li, Gautam Kamath, Han Zhao

This paper describes a differentially private post-processing algorithm for learning fair regressors satisfying statistical parity, addressing privacy concerns of machine learning models trained on sensitive data, as wel…

Density EstimationFairnessregression