Missing Pieces: How Data Imputation Techniques Influence Fairness in Machine Learning Models

Tuesday 08 April 2025


The quest for fairness in machine learning has taken a significant step forward, as researchers have shed light on how missing data can impact the accuracy of these algorithms. The study, which analyzed three popular datasets, reveals that simple imputation techniques can often lead to higher fairness than more complex methods.


Machine learning models are increasingly being used to make important decisions in our daily lives, from loan approvals to criminal sentencing. However, these algorithms are only as good as the data they’re trained on, and missing values can significantly skew their results. The problem is particularly acute when it comes to fairness, as biased datasets can perpetuate existing inequalities.


To tackle this issue, researchers used a combination of three popular datasets – German credit, COMPAS recidivism risk scores, and Adult income – to test the impact of different imputation techniques on fairness. They found that simple methods like mode imputation, which replaces missing values with the most common value in the dataset, often led to higher fairness than more complex approaches.


One key finding was that when missingness is present in a variable strongly related to the outcome variable, the fairness distribution for MAR (missing at random) often stands out. This suggests that care should be taken when handling missing data in these situations, as even simple imputation techniques can have a significant impact on fairness.


Another interesting result was the performance of LD (listwise deletion), which removes entire rows or columns with missing values. While this method often led to lower accuracy, it also resulted in higher fairness – a trade-off that may be worth considering in certain situations.


The study highlights the importance of understanding the relationships between variables in a dataset when handling missing data. By taking these relationships into account, researchers can develop more effective imputation techniques that prioritize fairness.


The findings have significant implications for the development and deployment of machine learning models in areas such as criminal justice, employment, and finance. As we increasingly rely on these algorithms to make important decisions, it’s crucial that we ensure they’re not perpetuating existing biases.


In addition to its practical applications, the study also underscores the need for more nuanced discussions around fairness in machine learning. Rather than relying solely on metrics like accuracy, researchers must consider the broader social implications of their work and prioritize fairness as a key consideration.


As we move forward with developing more sophisticated imputation techniques and fairness-aware algorithms, it’s clear that the quest for fairness in machine learning is far from over.


Cite this article: “Missing Pieces: How Data Imputation Techniques Influence Fairness in Machine Learning Models”, The Science Archive, 2025.


Machine Learning, Missing Data, Imputation Techniques, Fairness, Accuracy, Biased Datasets, Inequality, German Credit, Compas, Adult Income


Reference: Aeysha Bhatti, Trudie Sandrock, Johane Nienkemper-Swanepoel, “The influence of missing data mechanisms and simple missing data handling techniques on fairness” (2025).


Leave a Reply