paper-with-me

Papers

Enhancing Fairness and Performance in Machine Learning Models: A Multi-Task Learning Approach with Monte-Carlo Dropout and Pareto Optimality

2024-04-12 · Khadija Zanna, Akane Sano

Bias originates from both data and algorithmic design, often exacerbated by traditional fairness methods that fail to address the subtle impacts of protected attributes. This study introduces an approach to mitigate bias in machine learning by leveraging model uncertainty. Our approach utilizes a multi-task learning (MTL) framework combined with Monte Carlo (MC) Dropout to assess and mitigate uncertainty in predictions related to protected labels. By incorporating MC Dropout, our framework quantifies prediction uncertainty, which is crucial in areas with vague decision boundaries, thereby enhancing model fairness. Our methodology integrates multi-objective learning through pareto-optimality to balance fairness and performance across various applications. We demonstrate the effectiveness and transferability of our approach across multiple datasets and enhance model explainability through saliency maps to interpret how input features influence predictions, thereby enhancing the interpretability of machine learning models in practical applications.

📄 PDF Abstract BibTeX arXiv:2404.08230

Code (0)

등록된 구현이 없습니다.

Tasks

Decision MakingFairnessMulti-Task Learning

Methods 이 논문이 사용한 방법론

Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

FAIREDU: A Multiple Regression-Based Method for Enhancing Fairness in Machine Learning Models for Educational Applications

2024-10-08 · Nga Pham, Minh Kha Do, Tran Vu Dai, Pham Ngoc Hung 외

Fairness in artificial intelligence and machine learning (AI/ML) models is becoming critically important, especially as decisions made by these systems impact diverse groups. In education, a vital sector for all countrie…

Fairness

Fairness-Aware Client Selection for Federated Learning

2023-07-20 · Yuxin Shi, Zelei Liu, Zhuan Shi, Han Yu

Federated learning (FL) has enabled multiple data owners (a.k.a. FL clients) to train machine learning models collaboratively without revealing private data. Since the FL server can only engage a limited number of client…

FairnessFederated Learning

Cascaded Debiasing: Studying the Cumulative Effect of Multiple Fairness-Enhancing Interventions

2022-02-08 · Bhavya Ghai, Mihir Mishra, Klaus Mueller

Understanding the cumulative effect of multiple fairness enhancing interventions at different stages of the machine learning (ML) pipeline is a critical and underexplored facet of the fairness literature. Such knowledge …

Fairness

Fairness-Driven Private Collaborative Machine Learning

2021-09-29 · Dana Pessach, Tamir Tassa, Erez Shmueli

The performance of machine learning algorithms can be considerably improved when trained over larger datasets. In many domains, such as medicine and finance, larger datasets can be obtained if several parties, each havin…

BIG-bench Machine LearningFairnessPrivacy Preserving

The Effect of Enforcing Fairness on Reshaping Explanations in Machine Learning Models

2025-12-01 · Joshua Wolff Anderson, Shyam Visweswaran arxiv

Trustworthy machine learning in healthcare requires strong predictive performance, fairness, and explanations. While it is known that improving fairness can affect predictive performance, little is known about how fairne…

Feature Importance