paper-with-me

Papers

Robust Fairness under Covariate Shift

2020-10-11 · Ashkan Rezaei, Anqi Liu, Omid Memarrast, Brian Ziebart

Making predictions that are fair with regard to protected group membership (race, gender, age, etc.) has become an important requirement for classification algorithms. Existing techniques derive a fair model from sampled labeled data relying on the assumption that training and testing data are identically and independently drawn (iid) from the same distribution. In practice, distribution shift can and does occur between training and testing datasets as the characteristics of individuals interacting with the machine learning system change. We investigate fairness under covariate shift, a relaxation of the iid assumption in which the inputs or covariates change while the conditional label distribution remains the same. We seek fair decisions under these assumptions on target data with unknown labels. We propose an approach that obtains the predictor that is robust to the worst-case in terms of target performance while satisfying target fairness requirements and matching statistical properties of the source data. We demonstrate the benefits of our approach on benchmark prediction tasks.

📄 PDF Abstract BibTeX arXiv:2010.05166

Code (1)

arezae4/fair_covariate_shift 공식 구현

Tasks

Fairness

Similar Papers 제목 키워드 기반

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

Learning Fair Invariant Representations under Covariate and Correlation Shifts Simultaneously

2024-08-18 · Dong Li, Chen Zhao, Minglai Shao, Wenjun Wang

Achieving the generalization of an invariant classifier from training domains to shifted test domains while simultaneously considering model fairness is a substantial and complex challenge in machine learning. Existing m…

Domain GeneralizationFairness

Algorithmic Fairness Generalization under Covariate and Dependence Shifts Simultaneously

2023-11-23 · Chen Zhao, Kai Jiang, Xintao Wu, Haoliang Wang 외

The endeavor to preserve the generalization of a fair and invariant classifier across domains, especially in the presence of distribution shifts, becomes a significant and intricate challenge in machine learning. In resp…

Domain GeneralizationFairnessNavigate

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

Towards Collaborative Fairness in Federated Learning Under Imbalanced Covariate Shift

2025-07-11 · Tianrun Yu, Jiaqi Wang, Haoyu Wang, Mingquan Lin 외

Collaborative fairness is a crucial challenge in federated learning. However, existing approaches often overlook a practical yet complex form of heterogeneity: imbalanced covariate shift. We provide a theoretical analysi…

Collaborative FairnessFairnessFederated LearningKnowledge Distillation