Identifying, measuring, and mitigating individual unfairness for supervised learning models and application to credit risk models

Rasoul Shahsavarifar,Jithu Chandran,Mario Inchiosa,Amit Deshpande,Mario Schlener,Vishal Gossain,Yara Elias,Vinaya Murali
DOI: https://doi.org/10.48550/arXiv.2211.06106
2022-11-11
Abstract:In the past few years, Artificial Intelligence (AI) has garnered attention from various industries including financial services (FS). AI has made a positive impact in financial services by enhancing productivity and improving risk management. While AI can offer efficient solutions, it has the potential to bring unintended consequences. One such consequence is the pronounced effect of AI-related unfairness and attendant fairness-related harms. These fairness-related harms could involve differential treatment of individuals; for example, unfairly denying a loan to certain individuals or groups of individuals. In this paper, we focus on identifying and mitigating individual unfairness and leveraging some of the recently published techniques in this domain, especially as applicable to the credit adjudication use case. We also investigate the extent to which techniques for achieving individual fairness are effective at achieving group fairness. Our main contribution in this work is functionalizing a two-step training process which involves learning a fair similarity metric from a group sense using a small portion of the raw data and training an individually "fair" classifier using the rest of the data where the sensitive features are excluded. The key characteristic of this two-step technique is related to its flexibility, i.e., the fair metric obtained in the first step can be used with any other individual fairness algorithms in the second step. Furthermore, we developed a second metric (distinct from the fair similarity metric) to determine how fairly a model is treating similar individuals. We use this metric to compare a "fair" model against its baseline model in terms of their individual fairness value. Finally, some experimental results corresponding to the individual unfairness mitigation techniques are presented.
Machine Learning,Artificial Intelligence,Computers and Society
What problem does this paper attempt to address?
This paper aims to solve the problems of individual unfairness identification, measurement and mitigation in supervised learning models and apply them to credit risk models. Specifically, the paper focuses on how to ensure that machine - learning models can treat similar individuals fairly when processing individual data and avoid unjust results caused by algorithmic biases, such as unfairly rejecting loan applications from certain individuals or groups during the credit approval process. The paper mentions that the fairness of an algorithm can be measured from two perspectives: group fairness and individual fairness. Group fairness means that groups with different sensitive characteristics (such as race, gender, age, etc.) are treated similarly; while individual fairness means that similar individuals should be treated similarly. There may be incompatibilities between the two, that is, achieving one does not mean that the other can also be achieved. To meet this challenge, the author proposes a two - step training method. First, learn a fair similarity measure from a group perspective, and then use the remaining data (excluding sensitive features) to train a "fair" classifier. The key to this method lies in its flexibility, that is, the fair measure obtained in the first step can be combined with other individual fairness algorithms. In addition, the author has also developed a new metric to evaluate the fairness of the model to similar individuals, and through experiments has demonstrated the effect of individual unfairness mitigation techniques, while examining whether these techniques have an impact on group fairness. In summary, this paper is committed to improving the fairness of machine - learning models in the financial field through technical means, especially for the individual fairness problem in the credit approval process.