Normalise for Fairness: A Simple Normalisation Technique for Fairness in Regression Machine Learning Problems
Mostafa M. Amin, Björn W. Schuller
TL;DR
The paper addresses fairness in regression, focusing on bias in ground-truth labels (labelling bias) and proposes a simple normalisation-based approach (FaiReg) and a hybrid variant (FaiRegH) that also incorporates data balancing. It develops a theoretical framework linking the training objective to a fairness–performance trade-off via the loss $\mathcal{L}$ and covariance terms, and analyzes conditions for Statistical Parity and Equal Accuracy. The methods are validated on the First Impressions multimodal dataset with Big-Five and interview-invitation labels, showing that FaiReg and FaiRegH reduce Statistical Parity violations (as measured by PCC and SPM) with minimal degradation to the original task performance, outperforming data balancing and adversarial baselines. The work highlights practical impact for regression tasks in sensitive domains, while acknowledging distributional assumptions and potential misuse that necessitate fairness monitoring.
Abstract
Algorithms and Machine Learning (ML) are increasingly affecting everyday life and several decision-making processes, where ML has an advantage due to scalability or superior performance. Fairness in such applications is crucial, where models should not discriminate their results based on race, gender, or other protected groups. This is especially crucial for models affecting very sensitive topics, like interview invitation or recidivism prediction. Fairness is not commonly studied for regression problems compared to binary classification problems; hence, we present a simple, yet effective method based on normalisation (FaiReg), which minimises the impact of unfairness in regression problems, especially due to labelling bias. We present a theoretical analysis of the method, in addition to an empirical comparison against two standard methods for fairness, namely data balancing and adversarial training. We also include a hybrid formulation (FaiRegH), merging the presented method with data balancing, in an attempt to face labelling and sampling biases simultaneously. The experiments are conducted on the multimodal dataset First Impressions (FI) with various labels, namely Big-Five personality prediction and interview screening score. The results show the superior performance of diminishing the effects of unfairness better than data balancing, also without deteriorating the performance of the original problem as much as adversarial training. Fairness is evaluated based on the Equal Accuracy (EA) and Statistical Parity (SP) constraints. The experiments present a setup that enhances the fairness for several protected variables simultaneously.
