paper-with-me

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, Aravindan Raghuveer

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 covariate shift is of paramount importance due to societal implications like criminal justice. We operate in the unsupervised regime where only a small set of unlabeled test samples along with a labeled training set is available. Towards improving fairness under this highly challenging yet realistic scenario, we make three contributions. First is a novel composite weighted entropy based objective for prediction accuracy which is optimized along with a representation matching loss for fairness. We experimentally verify that optimizing with our loss formulation outperforms a number of state-of-the-art baselines in the pareto sense with respect to the fairness-accuracy tradeoff on several standard datasets. Our second contribution is a new setting we term Asymmetric Covariate Shift that, to the best of our knowledge, has not been studied before. Asymmetric covariate shift occurs when distribution of covariates of one group shifts significantly compared to the other groups and this happens when a dominant group is over-represented. While this setting is extremely challenging for current baselines, We show that our proposed method significantly outperforms them. Our third contribution is theoretical, where we show that our weighted entropy term along with prediction loss on the training set approximates test loss under covariate shift. Empirically and through formal sample complexity bounds, we show that this approximation to the unseen test loss does not depend on importance sampling variance which affects many other baselines.

📄 PDF Abstract BibTeX arXiv:2310.07535

Code (1)

google/uafcs 공식 구현 pytorch

Tasks

FairnessOut-of-Distribution Generalization

Similar Papers 제목 키워드 기반

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

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

Fairness Violations and Mitigation under Covariate Shift

2019-11-02 · Harvineet Singh, Rina Singh, Vishwali Mhasawade, Rumi Chunara

We study the problem of learning fair prediction models for unseen test sets distributed differently from the train set. Stability against changes in data distribution is an important mandate for responsible deployment o…

Domain AdaptationFairnessfeature selectionPrediction+1

Causal Pre-training Under the Fairness Lens: An Empirical Study of TabPFN

2026-01-25 · Qinyi Liu, Mohammad Khalil, Naman Goel arxiv

Foundation models for tabular data, such as the Tabular Prior-data Fitted Network (TabPFN), are pre-trained on a massive number of synthetic datasets generated by structural causal models (SCM). They leverage in-context …

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