Accuracy-Privacy Trade-off in Deep Ensemble: A Membership Inference Perspective
Shahbaz Rezaei, Zubair Shafiq, Xin Liu

TL;DR
This paper reveals a fundamental trade-off in deep ensemble learning where improving accuracy increases vulnerability to membership inference attacks, and proposes a defense to mitigate this issue.
Contribution
The paper empirically demonstrates the accuracy-privacy trade-off in deep ensembles and introduces a novel defense method to enhance both simultaneously.
Findings
Membership inference attack effectiveness increases with ensemble accuracy.
Regularization and differential privacy defenses reduce attack success but lower accuracy.
Proposed defense breaks the accuracy-privacy trade-off, improving both.
Abstract
Deep ensemble learning has been shown to improve accuracy by training multiple neural networks and averaging their outputs. Ensemble learning has also been suggested to defend against membership inference attacks that undermine privacy. In this paper, we empirically demonstrate a trade-off between these two goals, namely accuracy and privacy (in terms of membership inference attacks), in deep ensembles. Using a wide range of datasets and model architectures, we show that the effectiveness of membership inference attacks increases when ensembling improves accuracy. We analyze the impact of various factors in deep ensembles and demonstrate the root cause of the trade-off. Then, we evaluate common defenses against membership inference attacks based on regularization and differential privacy. We show that while these defenses can mitigate the effectiveness of membership inference attacks,…
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
TopicsPrivacy-Preserving Technologies in Data · Adversarial Robustness in Machine Learning · Artificial Intelligence in Healthcare and Education
MethodsSnapshot Ensembles: Train 1, get M for free
