paper-with-me

Papers

OmniFair: A Declarative System for Model-Agnostic Group Fairness in Machine Learning

2021-03-13 · Hantian Zhang, Xu Chu, Abolfazl Asudeh, Shamkant B. Navathe

Machine learning (ML) is increasingly being used to make decisions in our society. ML models, however, can be unfair to certain demographic groups (e.g., African Americans or females) according to various fairness metrics. Existing techniques for producing fair ML models either are limited to the type of fairness constraints they can handle (e.g., preprocessing) or require nontrivial modifications to downstream ML training algorithms (e.g., in-processing). We propose a declarative system OmniFair for supporting group fairness in ML. OmniFair features a declarative interface for users to specify desired group fairness constraints and supports all commonly used group fairness notions, including statistical parity, equalized odds, and predictive parity. OmniFair is also model-agnostic in the sense that it does not require modifications to a chosen ML algorithm. OmniFair also supports enforcing multiple user declared fairness constraints simultaneously while most previous techniques cannot. The algorithms in OmniFair maximize model accuracy while meeting the specified fairness constraints, and their efficiency is optimized based on the theoretically provable monotonicity property regarding the trade-off between accuracy and fairness that is unique to our system. We conduct experiments on commonly used datasets that exhibit bias against minority groups in the fairness literature. We show that OmniFair is more versatile than existing algorithmic fairness approaches in terms of both supported fairness constraints and downstream ML models. OmniFair reduces the accuracy loss by up to $94.8\%$ compared with the second best method. OmniFair also achieves similar running time to preprocessing methods, and is up to $270\times$ faster than in-processing methods.

📄 PDF Abstract BibTeX arXiv:2103.09055

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine LearningFairness

Similar Papers 제목 키워드 기반

FACT: A Diagnostic for Group Fairness Trade-offs

2020-04-07 · Joon Sik Kim, Jiahao Chen, Ameet Talwalkar

Group fairness, a class of fairness notions that measure how different groups of individuals are treated differently according to their protected attributes, has been shown to conflict with one another, often with a nece…

AttributeDiagnosticFairness

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 …

Fairness

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

InsightBoard: An Interactive Multi-Metric Visualization and Fairness Analysis Plugin for TensorBoard

2026-04-02 · Ray Zeyao Chen, Christan Grant arxiv

Modern machine learning systems deployed in safety-critical domains require visibility not only into aggregate performance but also into how training dynamics affect subgroup fairness over time. Existing training dashboa…

Fairness May Backfire: When Leveling-Down Occurs in Fair Machine Learning

2026-03-06 · Yi Yang, Xiangyu Chang, Pei-yu Chen arxiv

As machine learning (ML) systems increasingly shape access to credit, jobs, and other opportunities, the fairness of algorithmic decisions has become a central concern. Yet it remains unclear when enforcing fairness cons…

Binary Classification