Skip to content

Is it possible to use Differential Privacy on the DoppelGANger architecture? #152

Answered by lipikaramaswamy
geheim01 asked this question in Q&A
Discussion options

You must be logged in to vote

Hello! We do not offer differential privacy with DoppelGANger at present. You could fork the repo and swap out the optimizer in the discriminator with a differentially private one from Opacus, the DP optimizer library for torch. Note that the generator's optimizer needn't be changed since it never directly uses the training data, and would be covered by the post processing property of DP on the discriminator. Let us know how it goes!

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by lipikaramaswamy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants