paper-with-me

홈 › Papers

Towards Fair and Calibrated Models

2023-10-16 · Anand Brahmbhatt, Vipul Rathore, Mausam, Parag Singla

Recent literature has seen a significant focus on building machine learning models with specific properties such as fairness, i.e., being non-biased with respect to a given set of attributes, calibration i.e., model confidence being aligned with its predictive accuracy, and explainability, i.e., ability to be understandable to humans. While there has been work focusing on each of these aspects individually, researchers have shied away from simultaneously addressing more than one of these dimensions. In this work, we address the problem of building models which are both fair and calibrated. We work with a specific definition of fairness, which closely matches [Biswas et. al. 2019], and has the nice property that Bayes optimal classifier has the maximum possible fairness under our definition. We show that an existing negative result towards achieving a fair and calibrated model [Kleinberg et. al. 2017] does not hold for our definition of fairness. Further, we show that ensuring group-wise calibration with respect to the sensitive attributes automatically results in a fair model under our definition. Using this result, we provide a first cut approach for achieving fair and calibrated models, via a simple post-processing technique based on temperature scaling. We then propose modifications of existing calibration losses to perform group-wise calibration, as a way of achieving fair and calibrated models in a variety of settings. Finally, we perform extensive experimentation of these techniques on a diverse benchmark of datasets, and present insights on the pareto-optimality of the resulting solutions.

📄 PDF Abstract BibTeX arXiv:2310.10399

Code (0)

등록된 구현이 없습니다.

Tasks

Fairness

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

FairlyUncertain: A Comprehensive Benchmark of Uncertainty in Algorithmic Fairness

2024-10-02 · Lucas Rosenblatt, R. Teal Witter

Fair predictive algorithms hinge on both equality and trust, yet inherent uncertainty in real-world data challenges our ability to make consistent, fair, and calibrated decisions. While fairly managing predictive error h…

Fairness

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

From Soft Classifiers to Hard Decisions: How fair can we be?

2018-10-03 · Ran Canetti, Aloni Cohen, Nishanth Dikkala, Govind Ramnarayan 외

A popular methodology for building binary decision-making classifiers in the presence of imperfect information is to first construct a non-binary "scoring" classifier that is calibrated over all protected groups, and the…

Decision MakingFairness

When the Server Steps In: Calibrated Updates for Fair Federated Learning

2026-01-08 · Tianrun Yu, Kaixiang Zhao, Cheng Zhang, Anjun Gao 외 arxiv

Federated learning (FL) has emerged as a transformative distributed learning paradigm, enabling multiple clients to collaboratively train a global model under the coordination of a central server without sharing their ra…

Federated Learning

Calibrated Data-Dependent Constraints with Exact Satisfaction Guarantees

2023-01-15 · Songkai Xue, Yuekai Sun, Mikhail Yurochkin

We consider the task of training machine learning models with data-dependent constraints. Such constraints often arise as empirical versions of expected value constraints that enforce fairness or stability goals. We refo…

FairnessStochastic Optimization