GithubHelp home page GithubHelp logo

milkigit / differential-privacy-vs-fairness Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ebagdasa/differential-privacy-vs-fairness

0.0 1.0 0.0 2.93 MB

Code for "Differential Privacy Has Disparate Impact on Model Accuracy" NeurIPS'19

Home Page: https://arxiv.org/abs/1905.12101

Python 100.00%

differential-privacy-vs-fairness's Introduction

Readme

The paper discusses how Differential Privacy (specifically DPSGD from [1]) impacts model performance for underrepresented groups.

Usage

Configure environment by running: pip install -r requirements.txt

We use Python3.7 and GPU Nvidia TitanX.

File playing.py allows run the code. It uses utils/params.yaml to set parameters from the paper and builds a graph on Tensorboard. For Sentiment prediction we use playing_nlp.py.

Datasets:

  1. MNIST (part of PyTorch)
  2. Diversity in Faces (obtained from IBM here)
  3. iNaturalist (download from here)
  4. UTKFace (from here)
  5. AAE Twitter corpus (from here)

We use compute_dp_sgd_privacy.py copied from public repo

DP-FedAvg implementation is taken from public repo

Implementation of DPSGD is based on TF Privacy repo and papers:

[1] M. Abadi, A. Chu, I. Goodfellow, H. B. McMahan, I. Mironov, K. Talwar, and L. Zhang. Deep learning with differential privacy. In CCS, 2016.

[2] H. B. McMahan and G. Andrew. A general approach to adding differential privacy to iterative training procedures. arXiv:1812.06210, 2018

[3] H. B. McMahan, D. Ramage, K. Talwar, and L. Zhang. Learning differentially private recurrent language models. In ICLR, 2018

differential-privacy-vs-fairness's People

Contributors

ebagdasa avatar omidpoursaeed avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.