paper-with-me

Papers

Minimax Optimal Fair Classification with Bounded Demographic Disparity

2024-03-27 · Xianli Zeng, Guang Cheng, Edgar Dobriban

Mitigating the disparate impact of statistical machine learning methods is crucial for ensuring fairness. While extensive research aims to reduce disparity, the effect of using a \emph{finite dataset} -- as opposed to the entire population -- remains unclear. This paper explores the statistical foundations of fair binary classification with two protected groups, focusing on controlling demographic disparity, defined as the difference in acceptance rates between the groups. Although fairness may come at the cost of accuracy even with infinite data, we show that using a finite sample incurs additional costs due to the need to estimate group-specific acceptance thresholds. We study the minimax optimal classification error while constraining demographic disparity to a user-specified threshold. To quantify the impact of fairness constraints, we introduce a novel measure called \emph{fairness-aware excess risk} and derive a minimax lower bound on this measure that all classifiers must satisfy. Furthermore, we propose FairBayes-DDP+, a group-wise thresholding method with an offset that we show attains the minimax lower bound. Our lower bound proofs involve several innovations. Experiments support that FairBayes-DDP+ controls disparity at the user-specified level, while being faster and having a more favorable fairness-accuracy tradeoff than several baselines.

📄 PDF Abstract BibTeX arXiv:2403.18216

Code (1)

xianlizeng/fairbayes-ddp-plus 공식 구현 pytorch

Tasks

Binary ClassificationClassificationFairness

Similar Papers 제목 키워드 기반

Meta Optimality for Demographic Parity Constrained Regression via Post-Processing

2025-06-16 · Kazuto Fukuchi

We address the regression problem under the constraint of demographic parity, a commonly used fairness definition. Recent studies have revealed fair minimax optimal regression algorithms, the most accurate algorithms tha…

Fairnessregression

Demographic Parity Constrained Minimax Optimal Regression under Linear Model

2022-06-23 · NeurIPS 2023 11

We explore the minimax optimal error associated with a demographic parity-constrained regression problem within the context of a linear model. Our proposed model encompasses a broader range of discriminatory bias sources…

regression

Minimax Rate Optimal Adaptive Nearest Neighbor Classification and Regression

2019-10-22 · Puning Zhao, Lifeng Lai

k Nearest Neighbor (kNN) method is a simple and popular statistical method for classification and regression. For both classification and regression problems, existing works have shown that, if the distribution of the fe…

ClassificationGeneral Classificationregression

Minimax Demographic Group Fairness in Federated Learning

2022-01-20 · Afroditi Papadaki, Natalia Martinez, Martin Bertran, Guillermo Sapiro 외

Federated learning is an increasingly popular paradigm that enables a large number of entities to collaboratively learn better models. In this work, we study minimax group fairness in federated learning scenarios where d…

FairnessFederated Learning

Demographic parity in regression and classification within the unawareness framework

2024-09-04 · Vincent Divol, Solenne Gaucher

This paper explores the theoretical foundations of fair regression under the constraint of demographic parity within the unawareness framework, where disparate treatment is prohibited, extending existing results where su…

regression