Inserire una breve descrizione delle modifiche fatte
(Richiesto)
Minor changes are by default collapsed in the page history.
No changes
The page does not exist yet.
Failed to load changes
Version by on
Leave Collaboration
Are you sure you want to leave the realtime collaboration and continue editing alone? The changes you save while editing alone will lead to merge conflicts with the changes auto-saved by the realtime editing session.
Fairness Techniques Analysis
Fairness has become a crucial issue in the development of AI systems, especially in the context of ML. ML models are often trained on datasets that are biased towards certain groups of individuals, and the bias impacts on the predictions of the model. This can lead to unfair outcomes, which may be detrimental to the individuals from the disadvantaged groups—in terms of gender, ethnicity, age, religion, political views, etc.
In the literature there are several techniques whose purpose is to reduce the unfairness of ML algorithm. A not exhaustive list is: - FaUCI - FNNC - Cho et al. - Wagner et al. - Jiang et al.
With this work we want to analyse how these methods perform with different batch size (BS). BS is a paramount hyper-parameter for fairness method because they all work by estimating distribution from the BS. The bigger the BS the more accurate the distributions are but the slower the method. We want to analyse the techniques also using multiple datasets and different types of data (e.g., binary, categoric, numeric).