paper-with-me

Papers

Input-agnostic Certified Group Fairness via Gaussian Parameter Smoothing

2022-06-22 · Jiayin Jin, Zeru Zhang, Yang Zhou, Lingfei Wu

Only recently, researchers attempt to provide classification algorithms with provable group fairness guarantees. Most of these algorithms suffer from harassment caused by the requirement that the training and deployment data follow the same distribution. This paper proposes an input-agnostic certified group fairness algorithm, FairSmooth, for improving the fairness of classification models while maintaining the remarkable prediction accuracy. A Gaussian parameter smoothing method is developed to transform base classifiers into their smooth versions. An optimal individual smooth classifier is learnt for each group with only the data regarding the group and an overall smooth classifier for all groups is generated by averaging the parameters of all the individual smooth ones. By leveraging the theory of nonlinear functional analysis, the smooth classifiers are reformulated as output functions of a Nemytskii operator. Theoretical analysis is conducted to derive that the Nemytskii operator is smooth and induces a Frechet differentiable smooth manifold. We theoretically demonstrate that the smooth manifold has a global Lipschitz constant that is independent of the domain of the input data, which derives the input-agnostic certified group fairness.

📄 PDF Abstract BibTeX arXiv:2206.11423

Code (0)

등록된 구현이 없습니다.

Tasks

Fairness

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Distribution-Specific Auditing For Subgroup Fairness

2024-01-27 · Daniel Hsu, Jizhou Huang, Brendan Juba

We study the problem of auditing classifiers with the notion of statistical subgroup fairness. Kearns et al. (2018) has shown that the problem of auditing combinatorial subgroups fairness is as hard as agnostic learning.…

Fairness

Certifying Some Distributional Fairness with Subpopulation Decomposition

2022-05-31 · Mintong Kang, Linyi Li, Maurice Weber, Yang Liu 외

Extensive efforts have been made to understand and improve the fairness of machine learning models based on observational metrics, especially in high-stakes domains such as medical insurance, education, and hiring decisi…

Fairness

From Fragile to Certified: Wasserstein Audits of Group Fairness Under Distribution Shift

2025-09-30 · Ahmad-Reza Ehyaei, Golnoosh Farnadi, Samira Samadi arxiv

Group-fairness metrics (e.g., equalized odds) can vary sharply across resamples and are especially brittle under distribution shift, undermining reliable audits. We propose a Wasserstein distributionally robust framework…

Does Robustness Improve Fairness? Approaching Fairness with Word Substitution Robustness Methods for Text Classification

2021-06-21 · Findings (ACL) 2021 8 · Yada Pruksachatkun, Satyapriya Krishna, Jwala Dhamala, Rahul Gupta 외

Existing bias mitigation methods to reduce disparities in model outcomes across cohorts have focused on data augmentation, debiasing model embeddings, or adding fairness-based optimization objectives during training. Sep…

Data AugmentationFairnesstext-classificationText Classification

FairDP: Certified Fairness with Differential Privacy

2023-05-25 · Khang Tran, Ferdinando Fioretto, Issa Khalil, My T. Thai 외

This paper introduces FairDP, a novel training mechanism designed to provide group fairness certification for the trained model's decisions, along with a differential privacy (DP) guarantee to protect training data. The …

Fairness