paper-with-me

Papers

When Fair Classification Meets Noisy Protected Attributes

2023-07-06 · Avijit Ghosh, Pablo Kvitca, Christo Wilson

The operationalization of algorithmic fairness comes with several practical challenges, not the least of which is the availability or reliability of protected attributes in datasets. In real-world contexts, practical and legal impediments may prevent the collection and use of demographic data, making it difficult to ensure algorithmic fairness. While initial fairness algorithms did not consider these limitations, recent proposals aim to achieve algorithmic fairness in classification by incorporating noisiness in protected attributes or not using protected attributes at all. To the best of our knowledge, this is the first head-to-head study of fair classification algorithms to compare attribute-reliant, noise-tolerant and attribute-blind algorithms along the dual axes of predictivity and fairness. We evaluated these algorithms via case studies on four real-world datasets and synthetic perturbations. Our study reveals that attribute-blind and noise-tolerant fair classifiers can potentially achieve similar level of performance as attribute-reliant algorithms, even when protected attributes are noisy. However, implementing them in practice requires careful nuance. Our study provides insights into the practical implications of using fair classification algorithms in scenarios where protected attributes are noisy or partially available.

📄 PDF Abstract BibTeX arXiv:2307.03306

Code (1)

evijit/awareness_vs_unawareness 공식 구현 tf

Tasks

AttributeClassificationFairness

Similar Papers 제목 키워드 기반

Fair Classification with Noisy Protected Attributes: A Framework with Provable Guarantees

2020-06-08 · L. Elisa Celis, Lingxiao Huang, Vijay Keswani, Nisheeth K. Vishnoi

We present an optimization framework for learning a fair classifier in the presence of noisy perturbations in the protected attributes. Compared to prior work, our framework can be employed with a very general class of l…

FairnessGeneral Classification

Preserving AUC Fairness in Learning with Noisy Protected Groups

2025-05-24 · Mingyang Wu, Li Lin, Wenbin Zhang, Xin Wang 외

The Area Under the ROC Curve (AUC) is a key metric for classification, especially under class imbalance, with growing research focus on optimizing AUC over accuracy in applications like medical image analysis and deepfak…

DeepFake DetectionFace SwappingFairnessMedical Image Analysis

Robust Optimization for Fairness with Noisy Protected Groups

2020-02-21 · NeurIPS 2020 12 · Serena Wang, Wenshuo Guo, Harikrishna Narasimhan, Andrew Cotter 외

Many existing fairness criteria for machine learning involve equalizing some metric across protected groups such as race or gender. However, practitioners trying to audit or enforce such group-based criteria can easily f…

Fairness

Mitigating Bias in Set Selection with Noisy Protected Attributes

2020-11-09 · Anay Mehrotra, L. Elisa Celis

Subset selection algorithms are ubiquitous in AI-driven applications, including, online recruiting portals and image search engines, so it is imperative that these tools are not discriminatory on the basis of protected a…

FairnessImage Retrieval

Learning Fair Representations via an Adversarial Framework

2019-04-30 · Rui Feng, Yang Yang, Yuehan Lyu, Chenhao Tan 외

Fairness has become a central issue for our research community as classification algorithms are adopted in societally critical domains such as recidivism prediction and loan approval. In this work, we consider the potent…

ClassificationFairnessGeneral Classification