paper-with-me

Papers

Predicting Early Dropout: Calibration and Algorithmic Fairness Considerations

2021-03-16 · Marzieh Karimi-Haghighi, Carlos Castillo, Davinia Hernandez-Leo, Veronica Moreno Oliver

In this work, the problem of predicting dropout risk in undergraduate studies is addressed from a perspective of algorithmic fairness. We develop a machine learning method to predict the risks of university dropout and underperformance. The objective is to understand if such a system can identify students at risk while avoiding potential discriminatory biases. When modeling both risks, we obtain prediction models with an Area Under the ROC Curve (AUC) of 0.77-0.78 based on the data available at the enrollment time, before the first year of studies starts. This data includes the students' demographics, the high school they attended, and their admission (average) grade. Our models are calibrated: they produce estimated probabilities for each risk, not mere scores. We analyze if this method leads to discriminatory outcomes for some sensitive groups in terms of prediction accuracy (AUC) and error rates (Generalized False Positive Rate, GFPR, or Generalized False Negative Rate, GFNR). The models exhibit some equity in terms of AUC and GFNR along groups. The similar GFNR means a similar probability of failing to detect risk for students who drop out. The disparities in GFPR are addressed through a mitigation process that does not affect the calibration of the model.

📄 PDF Abstract BibTeX arXiv:2103.09068

Code (0)

등록된 구현이 없습니다.

Tasks

Fairness

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 제목 키워드 기반

Evaluation of Fairness Trade-offs in Predicting Student Success

2020-06-30 · Hansol Lee, René F. Kizilcec

Predictive models for identifying at-risk students early can help teaching staff direct resources to better support them, but there is a growing concern about the fairness of algorithmic systems in education. Predictive …

Fairness

An Empirical Characterization of Fair Machine Learning For Clinical Risk Prediction

2020-07-20 · Stephen R. Pfohl, Agata Foryciarz, Nigam H. Shah

The use of machine learning to guide clinical decision making has the potential to worsen existing health disparities. Several recent works frame the problem as that of algorithmic fairness, a framework that has attracte…

BIG-bench Machine LearningDecision MakingFairness

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…

Decision MakingFairnessMulti-Task Learning

The Connection Between Popularity Bias, Calibration, and Fairness in Recommendation

2020-08-21 · Himan Abdollahpouri, Masoud Mansoury, Robin Burke, Bamshad Mobasher

Recently there has been a growing interest in fairness-aware recommender systems including fairness in providing consistent performance across different users or groups of users. A recommender system could be considered …

FairnessRecommendation Systems

A Possibility in Algorithmic Fairness: Can Calibration and Equal Error Rates Be Reconciled?

2020-02-18 · Claire Lazar Reich, Suhas Vijaykumar

Decision makers increasingly rely on algorithmic risk scores to determine access to binary treatments including bail, loans, and medical interventions. In these settings, we reconcile two fairness criteria that were prev…

Fairness