One Parameter Defense -- Defending against Data Inference Attacks via Differential Privacy
Dayong Ye, Sheng Shen, Tianqing Zhu, Bo Liu, Wanlei Zhou

TL;DR
This paper introduces a time-efficient differential privacy-based defense that protects machine learning models against both membership inference and model inversion attacks by tuning only one parameter, the privacy budget.
Contribution
It proposes a novel method that modifies confidence score vectors with differential privacy to defend against multiple attack types without sacrificing accuracy.
Findings
Effective against membership inference attacks
Protects against model inversion attacks
Maintains classification accuracy
Abstract
Machine learning models are vulnerable to data inference attacks, such as membership inference and model inversion attacks. In these types of breaches, an adversary attempts to infer a data record's membership in a dataset or even reconstruct this data record using a confidence score vector predicted by the target model. However, most existing defense methods only protect against membership inference attacks. Methods that can combat both types of attacks require a new model to be trained, which may not be time-efficient. In this paper, we propose a differentially private defense method that handles both types of attacks in a time-efficient manner by tuning only one parameter, the privacy budget. The central idea is to modify and normalize the confidence score vectors with a differential privacy mechanism which preserves privacy and obscures membership and reconstructed data. Moreover,…
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.
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
