paper-with-me

Papers

Classification with Fairness Constraints: A Meta-Algorithm with Provable Guarantees

2018-06-15 · L. Elisa Celis, Lingxiao Huang, Vijay Keswani, Nisheeth K. Vishnoi

Developing classification algorithms that are fair with respect to sensitive attributes of the data has become an important problem due to the growing deployment of classification algorithms in various social contexts. Several recent works have focused on fairness with respect to a specific metric, modeled the corresponding fair classification problem as a constrained optimization problem, and developed tailored algorithms to solve them. Despite this, there still remain important metrics for which we do not have fair classifiers and many of the aforementioned algorithms do not come with theoretical guarantees; perhaps because the resulting optimization problem is non-convex. The main contribution of this paper is a new meta-algorithm for classification that takes as input a large class of fairness constraints, with respect to multiple non-disjoint sensitive attributes, and which comes with provable guarantees. This is achieved by first developing a meta-algorithm for a large family of classification problems with convex constraints, and then showing that classification problems with general types of fairness constraints can be reduced to those in this family. We present empirical results that show that our algorithm can achieve near-perfect fairness with respect to various fairness metrics, and that the loss in accuracy due to the imposed fairness constraints is often small. Overall, this work unifies several prior works on fair classification, presents a practical algorithm with theoretical guarantees, and can handle fairness metrics that were previously not possible.

📄 PDF Abstract BibTeX arXiv:1806.06055

Code (4)

DaveFClarke/ml_bias_checking tf
aradhanacha/aif360 tf
bspanjers/AIFBAREND tf
vijaykeswani/FairClassification

Tasks

ClassificationFairnessGeneral Classification

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

Fairness-Aware Online Meta-learning

2021-08-21 · Chen Zhao, Feng Chen, Bhavani Thuraisingham

In contrast to offline working fashions, two research paradigms are devised for online learning: (1) Online Meta Learning (OML) learns good priors over model parameters (or learning to learn) in a sequential setting wher…

ClassificationFairnessMeta-LearningZero-shot Generalization

Provable Fairness Repair for Deep Neural Networks

2026-05-19 · Jianan Ma, Jingyi Wang, Qi Xuan, Zhen Wang arxiv

Deep neural networks (DNNs) are suffering from ethical issues such as individual discrimination. In response, extensive NN repair techniques have been developed to adjust models and mitigate such undesired behaviors. How…

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 metric…

BIG-bench Machine LearningFairness

Fair Ranking with Noisy Protected Attributes

2022-11-30 · Anay Mehrotra, Nisheeth K. Vishnoi

The fair-ranking problem, which asks to rank a given set of items to maximize utility subject to group fairness constraints, has received attention in the fairness, information retrieval, and machine learning literature.…

FairnessInformation RetrievalRetrieval