paper-with-me

홈 › Papers

Fairness Uncertainty Quantification: How certain are you that the model is fair?

2023-04-27 · Abhishek Roy, Prasant Mohapatra

Fairness-aware machine learning has garnered significant attention in recent years because of extensive use of machine learning in sensitive applications like judiciary systems. Various heuristics, and optimization frameworks have been proposed to enforce fairness in classification \cite{del2020review} where the later approaches either provides empirical results or provides fairness guarantee for the exact minimizer of the objective function \cite{celis2019classification}. In modern machine learning, Stochastic Gradient Descent (SGD) type algorithms are almost always used as training algorithms implying that the learned model, and consequently, its fairness properties are random. Hence, especially for crucial applications, it is imperative to construct Confidence Interval (CI) for the fairness of the learned model. In this work we provide CI for test unfairness when a group-fairness-aware, specifically, Disparate Impact (DI), and Disparate Mistreatment (DM) aware linear binary classifier is trained using online SGD-type algorithms. We show that asymptotically a Central Limit Theorem holds for the estimated model parameter of both DI and DM-aware models. We provide online multiplier bootstrap method to estimate the asymptotic covariance to construct online CI. To do so, we extend the known theoretical guarantees shown on the consistency of the online bootstrap method for unconstrained SGD to constrained optimization which could be of independent interest. We illustrate our results on synthetic and real datasets.

📄 PDF Abstract BibTeX arXiv:2304.13950

Code (0)

등록된 구현이 없습니다.

Tasks

FairnessUncertainty Quantification

Methods 이 논문이 사용한 방법론

Test 설명 없음
SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…
AWARE We propose to theoretically and empirically examine the effect of incorporating weighting schemes into walk-aggregating GNNs. To this end, we propose a simple, interpretable, and…

Similar Papers 제목 키워드 기반

Fair Uncertainty Quantification for Depression Prediction

2025-05-08 · Yonghong Li, Xiuzhuang Zhou

Trustworthy depression prediction based on deep learning, incorporating both predictive reliability and algorithmic fairness across diverse demographic groups, is crucial for clinical application. Recently, achieving rel…

Conformal PredictionFairnessPredictionUncertainty Quantification+1

A Distributionally Robust Approach to Fair Classification

2020-07-18 · Bahar Taskesen, Viet Anh Nguyen, Daniel Kuhn, Jose Blanchet

We propose a distributionally robust logistic regression model with an unfairness penalty that prevents discrimination with respect to sensitive attributes such as gender or ethnicity. This model is equivalent to a tract…

ClassificationFairnessGeneral Classificationregression+1

Achieving Distributive Justice in Federated Learning via Uncertainty Quantification

2025-04-22 · Alycia Carey, Xintao Wu

Client-level fairness metrics for federated learning are used to ensure that all clients in a federation either: a) have similar final performance on their local data distributions (i.e., client parity), or b) obtain fin…

EthicsFairnessFederated LearningGeneralization Bounds+1

Evaluating the Fairness of Deep Learning Uncertainty Estimates in Medical Image Analysis

2023-03-06 · Raghav Mehta, Changjian Shui, Tal Arbel

Although deep learning (DL) models have shown great success in many medical image analysis tasks, deployment of the resulting models into real clinical contexts requires: (1) that they exhibit robustness and fairness acr…

FairnessLesion ClassificationMedical Image AnalysisSkin Lesion Classification+1

Counterfactually Fair Conformal Prediction

2025-10-09 · Ozgur Guldogan, Neeraj Sarna, Yuanyuan Li, Michael Berger arxiv

While counterfactual fairness of point predictors is well studied, its extension to prediction sets--central to fair decision-making under uncertainty--remains underexplored. On the other hand, conformal prediction (CP) …