paper-with-me

Papers

Chasing Fairness Under Distribution Shift: A Model Weight Perturbation Approach

2023-03-06 · NeurIPS 2023 11 · Zhimeng Jiang, Xiaotian Han, Hongye Jin, Guanchu Wang, Rui Chen, Na Zou, Xia Hu

Fairness in machine learning has attracted increasing attention in recent years. The fairness methods improving algorithmic fairness for in-distribution data may not perform well under distribution shifts. In this paper, we first theoretically demonstrate the inherent connection between distribution shift, data perturbation, and model weight perturbation. Subsequently, we analyze the sufficient conditions to guarantee fairness (i.e., low demographic parity) for the target dataset, including fairness for the source dataset, and low prediction difference between the source and target datasets for each sensitive attribute group. Motivated by these sufficient conditions, we propose robust fairness regularization (RFR) by considering the worst case within the model weight perturbation ball for each sensitive attribute group. We evaluate the effectiveness of our proposed RFR algorithm on synthetic and real distribution shifts across various datasets. Experimental results demonstrate that RFR achieves better fairness-accuracy trade-off performance compared with several baselines. The source code is available at \url{https://github.com/zhimengj0326/RFR_NeurIPS23}.

📄 PDF Abstract BibTeX arXiv:2303.03300

Code (1)

zhimengj0326/rfr_neurips23 공식 구현 pytorch

Tasks

AttributeFairness

Similar Papers 제목 키워드 기반

Fix Representation (Optimally) Before Fairness: Finite-Sample Shrinkage Population Correction and the True Price of Fairness Under Subpopulation Shift

2026-02-05 · Amir Asiaee, Kaveh Aryan arxiv

Machine learning practitioners frequently observe tension between predictive accuracy and group fairness constraints -- yet sometimes fairness interventions appear to improve accuracy. We show that both phenomena can be …

How Robust is Your Fairness? Evaluating and Sustaining Fairness under Unseen Distribution Shifts

2022-07-04 · Haotao Wang, Junyuan Hong, Jiayu Zhou, Zhangyang Wang

Increasing concerns have been raised on deep learning fairness in recent years. Existing fairness-aware machine learning methods mainly focus on the fairness of in-distribution data. However, in real-world applications, …

Fairness

Transferring Fairness under Distribution Shifts via Fair Consistency Regularization

2022-06-26 · Bang An, Zora Che, Mucong Ding, Furong Huang

The increasing reliance on ML models in high-stakes tasks has raised a major concern on fairness violations. Although there has been a surge of work that improves algorithmic fairness, most of them are under the assumpti…

Fairness

Fairness under Covariate Shift: Improving Fairness-Accuracy tradeoff with few Unlabeled Test Samples

2023-10-11 · Shreyas Havaldar, Jatin Chauhan, Karthikeyan Shanmugam, Jay Nandy 외

Covariate shift in the test data is a common practical phenomena that can significantly downgrade both the accuracy and the fairness performance of the model. Ensuring fairness across different sensitive groups under cov…

FairnessOut-of-Distribution Generalization

Domain Adaptation meets Individual Fairness. And they get along

2022-05-01 · Debarghya Mukherjee, Felix Petersen, Mikhail Yurochkin, Yuekai Sun

Many instances of algorithmic bias are caused by distributional shifts. For example, machine learning (ML) models often perform worse on demographic groups that are underrepresented in the training data. In this paper, w…

Domain AdaptationFairness