paper-with-me

홈 › Papers

FNNC: Achieving Fairness through Neural Networks

2018-11-01 · Padala Manisha, Sujit Gujar

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.

📄 PDF Abstract BibTeX arXiv:1811.00247

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationDecision MakingFairnessGeneral Classification

Similar Papers 제목 키워드 기반

Achieving Fairness Through Channel Pruning for Dermatological Disease Diagnosis

2024-05-14 · Qingpeng Kong, Ching-Hao Chiu, Dewen Zeng, Yu-Jen Chen 외

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 Classification

Fair Uncertainty Quantification for Depression Prediction

2025-05-08 · Yonghong Li, Xiuzhuang Zhou

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+1

Achieving Fairness at No Utility Cost via Data Reweighing with Influence

2022-02-01 · Peizhao Li, Hongfu Liu

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 LearningFairness

Achieving Fairness Across Local and Global Models in Federated Learning

2024-06-24 · Disha Makhija, Xing Han, Joydeep Ghosh, Yejin Kim

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 Learning

Personalized Counterfactual Fairness in Recommendation

2021-05-20 · Yunqi Li, Hanxiong Chen, Shuyuan Xu, Yingqiang Ge 외

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