paper-with-me

홈 › Papers

Ensuring Fairness Beyond the Training Data

2020-07-12 · NeurIPS 2020 12 · Debmalya Mandal, Samuel Deng, Suman Jana, Jeannette M. Wing, Daniel Hsu

We initiate the study of fair classifiers that are robust to perturbations in the training distribution. Despite recent progress, the literature on fairness has largely ignored the design of fair and robust classifiers. In this work, we develop classifiers that are fair not only with respect to the training distribution, but also for a class of distributions that are weighted perturbations of the training samples. We formulate a min-max objective function whose goal is to minimize a distributionally robust training loss, and at the same time, find a classifier that is fair with respect to a class of distributions. We first reduce this problem to finding a fair classifier that is robust with respect to the class of distributions. Based on online learning algorithm, we develop an iterative algorithm that provably converges to such a fair and robust solution. Experiments on standard machine learning fairness datasets suggest that, compared to the state-of-the-art fair classifiers, our classifier retains fairness guarantees and test accuracy for a large class of perturbations on the test set. Furthermore, our experiments show that there is an inherent trade-off between fairness robustness and accuracy of such classifiers.

📄 PDF Abstract BibTeX arXiv:2007.06029

Code (2)

essdeee/Ensuring-Fairness-Beyond-the-Training-Data 공식 구현
essdeee/FairnessChecking 공식 구현

Tasks

Fairness

Similar Papers 제목 키워드 기반

Fair Recourse for All: Ensuring Individual and Group Fairness in Counterfactual Explanations

2026-01-28 · Fatima Ezzeddine, Obaida Ammar, Silvia Giordano, Omran Ayoub arxiv

Explainable Artificial Intelligence (XAI) is becoming increasingly essential for enhancing the transparency of machine learning (ML) models. Among the various XAI techniques, counterfactual explanations (CFs) hold a pivo…

Reinforcement Learning

Learning to Rank with Top-$K$ Fairness

2025-09-22 · Boyang Zhang, Quanqi Hu, Mingxuan Sun, Qihang Lin 외 arxiv

Fairness in ranking models is crucial, as disparities in exposure can disproportionately affect protected groups. Most fairness-aware ranking systems focus on ensuring comparable average exposure for groups across the en…

Stochastic Optimization

FinP: Fairness-in-Privacy in Federated Learning by Addressing Disparities in Privacy Risk

2025-02-25 · Tianyu Zhao, Mahmoud Srewa, Salma Elmalaki

Ensuring fairness in machine learning, particularly in human-centric applications, extends beyond algorithmic bias to encompass fairness in privacy, specifically the equitable distribution of privacy risk. This is critic…

Activity RecognitionFairnessFederated LearningHuman Activity Recognition

Bounding and Approximating Intersectional Fairness through Marginal Fairness

2022-06-12 · Mathieu Molina, Patrick Loiseau

Discrimination in machine learning often arises along multiple dimensions (a.k.a. protected attributes); it is then desirable to ensure \emph{intersectional fairness} -- i.e., that no subgroup is discriminated against. I…

DescriptiveFairness

Revisiting (Un)Fairness in Recourse by Minimizing Worst-Case Social Burden

2025-09-04 · Ainhize Barrainkua, Giovanni De Toni, Jose Antonio Lozano, Novi Quadrianto arxiv

Machine learning based predictions are increasingly used in sensitive decision-making applications that directly affect our lives. This has led to extensive research into ensuring the fairness of classifiers. Beyond just…