Data Challenge proposed by IDEMIA in the Advanced Master in Artificial Intelligence at Télécom Paris (2021-2022).
This is my work for the Data Challenge proposed by IDEMIA dealing with fairness in face recognition system.
In the past few years, Face Recognition (FR) systems have reached extremely high levels of performance, paving the way to a broader range of applications, where the reliability levels were previously prohibitive to consider automation. This is mainly due to the adoption of deep learning techniques in computer vision. The most adopted paradigm consists in training a network
In this data challenge, you are ask to train a machine learning model which, from a vector
You are asked to minimize the sum of the False Positive Rate (FPR) and the False Negative Rate (FNR). Your score is calculated using below equation.
score = 1 - (FPR + FNR)