FNNC: Achieving Fairness through Neural Networks
In classification models fairness can be ensured by solving a constrained optimization problem. We focus on fairness constraints like Disparate Impact, Demographic Parity, and Equalized Odds, which are non-decomposable and non-convex. Researchers define convex surrogates of the constraints and then apply convex optimization frameworks to obtain fair classifiers. Surrogates serve only as an upper bound to the actual constraints, and convexifying fairness constraints might be challenging. We propose a neural network-based framework, \emph{FNNC}, to achieve fairness while maintaining high accuracy in classification. The above fairness constraints are included in the loss using Lagrangian multipliers. We prove bounds on generalization errors for the constrained losses which asymptotically go to zero. The network is optimized using two-step mini-batch stochastic gradient descent. Our experiments show that FNNC performs as good as the state of the art, if not better. The experimental evidence supplements our theoretical guarantees. In summary, we have an automated solution to achieve fairness in classification, which is easily extendable to many fairness constraints.
Code (0)
등록된 구현이 없습니다.
Tasks
ClassificationDecision MakingFairnessGeneral ClassificationSimilar Papers 제목 키워드 기반
Achieving Fairness Through Channel Pruning for Dermatological Disease Diagnosis
Numerous studies have revealed that deep learning-based medical image classification models may exhibit bias towards specific demographic attributes, such as race, gender, and age. Existing bias mitigation methods often …
Fairnessimage-classificationImage ClassificationMedical Image ClassificationFair Uncertainty Quantification for Depression Prediction
Trustworthy depression prediction based on deep learning, incorporating both predictive reliability and algorithmic fairness across diverse demographic groups, is crucial for clinical application. Recently, achieving rel…
Conformal PredictionFairnessPredictionUncertainty Quantification+1Achieving Fairness at No Utility Cost via Data Reweighing with Influence
With the fast development of algorithmic governance, fairness has become a compulsory property for machine learning models to suppress unintentional discrimination. In this paper, we focus on the pre-processing aspect fo…
BIG-bench Machine LearningFairnessAchieving Fairness Across Local and Global Models in Federated Learning
Achieving fairness across diverse clients in Federated Learning (FL) remains a significant challenge due to the heterogeneity of the data and the inaccessibility of sensitive attributes from clients' private datasets. Th…
FairnessFederated LearningPersonalized Counterfactual Fairness in Recommendation
Recommender systems are gaining increasing and critical impacts on human and society since a growing number of users use them for information seeking and decision making. Therefore, it is crucial to address the potential…
counterfactualDecision MakingFairnessRecommendation Systems