LGCYSEJan 15, 2024

Data vs. Model Machine Learning Fairness Testing: An Empirical Study

arXiv:2401.07697v18 citationsh-index: 11DeepTest
Originality Incremental advance
AI Analysis

This work addresses fairness testing for ML developers by offering an incremental improvement to existing methods.

The paper tackles the problem of evaluating fairness in machine learning systems by proposing a holistic approach that tests for fairness both before and after model training, finding a linear relationship between data and model fairness metrics across 1600 evaluation cycles. This approach can catch biased data early and reduce development costs.

Although several fairness definitions and bias mitigation techniques exist in the literature, all existing solutions evaluate fairness of Machine Learning (ML) systems after the training stage. In this paper, we take the first steps towards evaluating a more holistic approach by testing for fairness both before and after model training. We evaluate the effectiveness of the proposed approach and position it within the ML development lifecycle, using an empirical analysis of the relationship between model dependent and independent fairness metrics. The study uses 2 fairness metrics, 4 ML algorithms, 5 real-world datasets and 1600 fairness evaluation cycles. We find a linear relationship between data and model fairness metrics when the distribution and the size of the training data changes. Our results indicate that testing for fairness prior to training can be a ``cheap'' and effective means of catching a biased data collection process early; detecting data drifts in production systems and minimising execution of full training cycles thus reducing development time and costs.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes