paper-with-me

Papers

Normalise for Fairness: A Simple Normalisation Technique for Fairness in Regression Machine Learning Problems

2022-02-02 · Mostafa M. Amin, Björn W. Schuller

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.

📄 PDF Abstract BibTeX arXiv:2202.00993

Code (0)

등록된 구현이 없습니다.

Tasks

Binary ClassificationDecision MakingFairnessregression

Similar Papers 제목 키워드 기반

Practical Approaches for Fair Learning with Multitype and Multivariate Sensitive Attributes

2022-11-11 · Tennison Liu, Alex J. Chan, Boris van Breugel, Mihaela van der Schaar

It is important to guarantee that machine learning algorithms deployed in the real world do not result in unfairness or unintended social consequences. Fair ML has largely focused on the protection of single attributes i…

Fairness

Learning Energy-Based Models by Self-normalising the Likelihood

2025-03-10 · Hugo Senetaire, Paul Jeha, Pierre-Alexandre Mattei, Jes Frellsen

Training an energy-based model (EBM) with maximum likelihood is challenging due to the intractable normalisation constant. Traditional methods rely on expensive Markov chain Monte Carlo (MCMC) sampling to estimate the gr…

Density Estimation

The Impact of Data Preparation on the Fairness of Software Systems

2019-10-05 · Inês Valentim, Nuno Lourenço, Nuno Antunes

Machine learning models are widely adopted in scenarios that directly affect people. The development of software systems based on these models raises societal and legal concerns, as their decisions may lead to the unfair…

AttributeBIG-bench Machine LearningFairness

Supervised Quantile Normalisation

2017-06-01 · Marine Le Morvan, Jean-Philippe Vert

Quantile normalisation is a popular normalisation method for data subject to unwanted variations such as images, speech, or genomic data. It applies a monotonic transformation to the feature values of each sample to ensu…

Normalisation is dead, long live normalisation!

2022-01-17 · ICLR Track Blog 2022 5 · Anonymous

Since the advent of Batch Normalisation (BN) almost every state-of-the-art (SOTA) method uses some form of normalisation. After all, normalisation generally speeds up learning and leads to models that generalise better t…

Form