Guarding the Privacy of Label-Only Access to Neural Network Classifiers via iDP Verification
Anan Kabaha, Dana Drachsler-Cohen

TL;DR
This paper introduces LUCID, a formal verification method that identifies inputs satisfying individual differential privacy (iDP) in neural networks, enabling label-only access with minimal accuracy loss.
Contribution
LUCID is the first approach to compute tight iDP bounds for neural networks, allowing privacy guarantees with significantly less accuracy decrease than traditional DP training.
Findings
LUCID achieves 0-iDP with only 1.4% accuracy decrease.
For relaxed ε-iDP, accuracy decreases by 1.2%.
Compared to 12.7% decrease in standard DP training algorithms.
Abstract
Neural networks are susceptible to privacy attacks that can extract private information of the training set. To cope, several training algorithms guarantee differential privacy (DP) by adding noise to their computation. However, DP requires to add noise considering every possible training set. This leads to a significant decrease in the network's accuracy. Individual DP (iDP) restricts DP to a given training set. We observe that some inputs deterministically satisfy iDP without any noise. By identifying them, we can provide iDP label-only access to the network with a minor decrease to its accuracy. However, identifying the inputs that satisfy iDP without any noise is highly challenging. Our key idea is to compute the iDP deterministic bound (iDP-DB), which overapproximates the set of inputs that do not satisfy iDP, and add noise only to their predicted labels. To compute the tightest…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Privacy-Preserving Technologies in Data · Cryptography and Data Security
MethodsSparse Evolutionary Training
