paper-with-me

홈 › Papers

Kernel-based Equalized Odds: A Quantification of Accuracy-Fairness Trade-off in Fair Representation Learning

2025-08-20 · Yijin Ni, Xiaoming Huo arxiv

This paper introduces a novel kernel-based formulation of the Equalized Odds (EO) criterion, denoted as $EO_k$, for fair representation learning (FRL) in supervised settings. The central goal of FRL is to mitigate discrimination regarding a sensitive attribute $S$ while preserving prediction accuracy for the target variable $Y$. Our proposed criterion enables a rigorous and interpretable quantification of three core fairness objectives: independence (prediction $\hat{Y}$ is independent of $S$), separation (also known as equalized odds; prediction $\hat{Y}$ is independent with $S$ conditioned on target attribute $Y$), and calibration ($Y$ is independent of $S$ conditioned on the prediction $\hat{Y}$). Under both unbiased ($Y$ is independent of $S$) and biased ($Y$ depends on $S$) conditions, we show that $EO_k$ satisfies both independence and separation in the former, and uniquely preserves predictive accuracy while lower bounding independence and calibration in the latter, thereby offering a unified analytical characterization of the tradeoffs among these fairness criteria. We further define the empirical counterpart, $\hat{EO}_k$, a kernel-based statistic that can be computed in quadratic time, with linear-time approximations also available. A concentration inequality for $\hat{EO}_k$ is derived, providing performance guarantees and error bounds, which serve as practical certificates of fairness compliance. While our focus is on theoretical development, the results lay essential groundwork for principled and provably fair algorithmic design in future empirical studies.

📄 PDF Abstract BibTeX arXiv:2508.15084

Code (0)

등록된 구현이 없습니다.

Tasks

Representation Learning

Similar Papers 제목 키워드 기반

Achieving Equalized Odds by Resampling Sensitive Attributes

2020-06-08 · NeurIPS 2020 12 · Yaniv Romano, Stephen Bates, Emmanuel J. Candès

We present a flexible framework for learning predictive models that approximately satisfy the equalized odds notion of fairness. This is achieved by introducing a general discrepancy functional that rigorously quantifies…

AttributeFairnessMulti-class ClassificationTwo-sample testing+1

FairBalance: How to Achieve Equalized Odds With Data Pre-processing

2021-07-17 · Zhe Yu, Joymallya Chakraborty, Tim Menzies

This research seeks to benefit the software engineering society by providing a simple yet effective pre-processing approach to achieve equalized odds fairness in machine learning software. Fairness issues have attracted …

BIG-bench Machine LearningFairness

Unravelling the (In)compatibility of Statistical-Parity and Equalized-Odds

2026-01-26 · Mortaza S. Bargh, Sunil Choenni, Floris ter Braak arxiv

A key challenge in employing data, algorithms and data-driven systems is to adhere to the principle of fairness and justice. Statistical fairness measures belong to an important category of technical/formal mechanisms fo…

FairICP: Encouraging Equalized Odds via Inverse Conditional Permutation

2024-04-08 · Yuheng Lai, Leying Guan

$\textit{Equalized odds}$, an important notion of algorithmic fairness, aims to ensure that sensitive variables, such as race and gender, do not unfairly influence the algorithm's prediction when conditioning on the true…

AttributeFairness

Exploring Text Specific and Blackbox Fairness Algorithms in Multimodal Clinical NLP

2020-11-19 · EMNLP (ClinicalNLP) 2020 11 · John Chen, Ian Berlot-Attwell, Safwan Hossain, Xindi Wang 외

Clinical machine learning is increasingly multimodal, collected in both structured tabular formats and unstructured forms such as freetext. We propose a novel task of exploring fairness on a multimodal clinical dataset, …

FairnessWord Embeddings