tensorflow / privacy

Library for training machine learning models with privacy for training data
Apache License 2.0
1.93k stars 447 forks source link

Sparsity Preserving DP-SGD in TF Privacy [2 of 5] #574

Closed copybara-service[bot] closed 2 months ago

copybara-service[bot] commented 3 months ago

Sparsity Preserving DP-SGD in TF Privacy [2 of 5]

Adds sparse noise utilities to privately select sparse indices from contribution counts.

See https://research.google/blog/sparsity-preserving-differentially-private-training/ for more details on the algorithm.