LGAIFeb 11, 2021

Investigating Trade-offs in Utility, Fairness and Differential Privacy in Neural Networks

arXiv:2102.05975v130 citations
AI Analysis

It addresses the challenge of balancing privacy, fairness, and performance in machine learning for ethical applications, though it is incremental as it builds on prior work.

This paper investigates the trade-offs between utility, fairness, and differential privacy in neural networks by comparing different models, finding that a differentially private and fair neural network achieves better fairness with only slightly lower accuracy under high privacy constraints.

To enable an ethical and legal use of machine learning algorithms, they must both be fair and protect the privacy of those whose data are being used. However, implementing privacy and fairness constraints might come at the cost of utility (Jayaraman & Evans, 2019; Gong et al., 2020). This paper investigates the privacy-utility-fairness trade-off in neural networks by comparing a Simple (S-NN), a Fair (F-NN), a Differentially Private (DP-NN), and a Differentially Private and Fair Neural Network (DPF-NN) to evaluate differences in performance on metrics for privacy (epsilon, delta), fairness (risk difference), and utility (accuracy). In the scenario with the highest considered privacy guarantees (epsilon = 0.1, delta = 0.00001), the DPF-NN was found to achieve better risk difference than all the other neural networks with only a marginally lower accuracy than the S-NN and DP-NN. This model is considered fair as it achieved a risk difference below the strict (0.05) and lenient (0.1) thresholds. However, while the accuracy of the proposed model improved on previous work from Xu, Yuan and Wu (2019), the risk difference was found to be worse.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes