๐ค AI Summary
This work proposes a novel fairness metric that addresses the limitation of existing algorithmic fairness measures, which typically rely on absolute differences or ratios of error rates and fail to capture the statistical significance of observed disparities. The proposed measure quantifies bias by the minimum sample size required to detect a statistically significant difference in classification error rates between groupsโlarger required sample sizes indicate smaller bias. Leveraging an approximate sample size formula from chi-squared tests and nonparametric error rate estimation, the method yields a fairness index with strong theoretical properties. Both theoretical analysis and empirical experiments demonstrate that this metric is fundamentally distinct from conventional approaches, often yielding different rankings of algorithmic bias, and naturally generalizes to multi-group settings, offering a more robust tool for evaluating fairness in machine learning.
๐ Abstract
We propose the use of a simple intuitive principle for measuring algorithmic classification bias: the significance of the differences in a classifier's error rates across the various demographics is inversely commensurate with the sample size required to statistically detect them. That is, if large sample sizes are required to statistically establish biased behavior, the algorithm is less biased, and vice versa. In a simple setting, we assume two distinct demographics, and non-parametric estimates of the error rates on them, e1 and e2, respectively. We use a well-known approximate formula for the sample size of the chi-squared test, and verify some basic desirable properties of the proposed measure. Next, we compare the proposed measure with two other commonly used statistics, the difference e2-e1 and the ratio e2/e1 of the error rates. We establish that the proposed measure is essentially different in that it can rank algorithms for bias differently, and we discuss some of its advantages over the other two measures. Finally, we briefly discuss how some of the desirable properties of the proposed measure emanate from fundamental characteristics of the method, rather than the approximate sample size formula we used, and thus, are expected to hold in more complex settings with more than two demographics.