Stochastic Differentially Private and Fair Learning
Andrew Lowy, Devansh Gupta, Meisam Razaviyayn

TL;DR
This paper introduces a novel stochastic differentially private algorithm for fair machine learning that guarantees convergence, supports multiple fairness notions, and is applicable to complex, large-scale, multi-attribute classification tasks.
Contribution
It presents the first convergent stochastic DP fair learning algorithm capable of handling multiple fairness criteria and non-binary attributes, with theoretical utility guarantees.
Findings
Significant performance improvements over existing baselines.
Supports multiple fairness notions including demographic parity and equalized odds.
Effective on large-scale, multi-attribute classification problems.
Abstract
Machine learning models are increasingly used in high-stakes decision-making systems. In such applications, a major concern is that these models sometimes discriminate against certain demographic groups such as individuals with certain race, gender, or age. Another major concern in these applications is the violation of the privacy of users. While fair learning algorithms have been developed to mitigate discrimination issues, these algorithms can still leak sensitive information, such as individuals' health or financial records. Utilizing the notion of differential privacy (DP), prior works aimed at developing learning algorithms that are both private and fair. However, existing algorithms for DP fair learning are either not guaranteed to converge or require full batch of data in each iteration of the algorithm to converge. In this paper, we provide the first stochastic differentially…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsPrivacy-Preserving Technologies in Data · Advanced Causal Inference Techniques
