paper-with-me

Papers

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

2021-02-11 · Marlotte Pannekoek, Giacomo Spigler

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.

📄 PDF Abstract BibTeX arXiv:2102.05975

Code (0)

등록된 구현이 없습니다.

Tasks

Fairness

Similar Papers 제목 키워드 기반

Utility-Fairness Trade-Offs and How to Find Them

2024-04-15 · CVPR 2024 1 · Sepehr Dehdashtian, Bashir Sadeghi, Vishnu Naresh Boddeti

When building classification systems with demographic fairness considerations, there are two objectives to satisfy: 1) maximizing utility for the specific task and 2) ensuring fairness w.r.t. a known demographic attribut…

AttributeFairnessRepresentation Learning

Evaluating Trade-offs in Computer Vision Between Attribute Privacy, Fairness and Utility

2023-02-15 · William Paul, Philip Mathew, Fady Alajaji, Philippe Burlina

This paper investigates to what degree and magnitude tradeoffs exist between utility, fairness and attribute privacy in computer vision. Regarding privacy, we look at this important problem specifically in the context of…

AttributeFairness

Scoring Is Not Enough: Addressing Gaps in Utility-fairness Trade-offs for Ranking

2026-06-24 · Shubham Singh, Ian A. Kash, Mesrob I. Ohannessian arxiv

Scoring functions are used to represent the relevance of individual documents. In modern information retrieval or recommendation systems, they are often learned from data and play a pivotal role in ranking sets of docume…

Recommendation SystemsInformation Retrieval

Where to Intervene? Benchmarking Fairness-Aware Learning on Differentially Private Synthetic Tabular Data

2026-07-08 · Vinícius Gabriel Angelozzi, Héber H. Arcolezi arxiv

Machine learning models are increasingly deployed in high-stakes domains, raising concerns about both privacy and fairness. Differential Privacy (DP) has become a gold standard for privacy-preserving data analysis, while…

FairDP: Certified Fairness with Differential Privacy

2023-05-25 · Khang Tran, Ferdinando Fioretto, Issa Khalil, My T. Thai 외

This paper introduces FairDP, a novel training mechanism designed to provide group fairness certification for the trained model's decisions, along with a differential privacy (DP) guarantee to protect training data. The …

Fairness