paper-with-me

Papers

Accuracy-Privacy Trade-off in Deep Ensemble: A Membership Inference Perspective

2021-05-12 · Shahbaz Rezaei, Zubair Shafiq, Xin Liu

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, they simultaneously degrade ensemble accuracy. We illustrate similar trade-off in more advanced and state-of-the-art ensembling techniques, such as snapshot ensembles and diversified ensemble networks. Finally, we propose a simple yet effective defense for deep ensembles to break the trade-off and, consequently, improve the accuracy and privacy, simultaneously.

📄 PDF Abstract BibTeX arXiv:2105.05381

Code (1)

shrezaei/MI-on-EL 공식 구현 pytorch

Tasks

Ensemble LearningInference AttackMembership Inference Attack

Methods 이 논문이 사용한 방법론

Snapshot Ensembles The overhead cost of training multiple deep neural networks could be very high in terms of the training time, hardware, and computational resource requirement and…

Similar Papers 제목 키워드 기반

Accuracy-Privacy Trade-off in the Mitigation of Membership Inference Attack in Federated Learning

2024-07-26 · Sayyed Farid Ahamed, Soumya Banerjee, Sandip Roy, Devin Quinn 외

Over the last few years, federated learning (FL) has emerged as a prominent method in machine learning, emphasizing privacy preservation by allowing multiple clients to collaboratively build a model while keeping their t…

Federated LearningInference AttackMembership Inference Attack

Privacy Leakage Avoidance with Switching Ensembles

2019-11-18 · Rauf Izmailov, Peter Lin, Chris Mesterharm, Samyadeep Basu

We consider membership inference attacks, one of the main privacy issues in machine learning. These recently developed attacks have been proven successful in determining, with confidence better than a random guess, wheth…

BIG-bench Machine Learning

Mitigating Membership Inference Attacks by Self-Distillation Through a Novel Ensemble Architecture

2021-10-15 · Xinyu Tang, Saeed Mahloujifar, Liwei Song, Virat Shejwalkar 외

Membership inference attacks are a key measure to evaluate privacy leakage in machine learning (ML) models. These attacks aim to distinguish training members from non-members by exploiting differential behavior of the mo…

Privacy Preserving

A Blessing of Dimensionality in Membership Inference through Regularization

2022-05-27 · Jasper Tan, Daniel LeJeune, Blake Mason, Hamid Javadi 외

Is overparameterization a privacy liability? In this work, we study the effect that the number of parameters has on a classifier's vulnerability to membership inference attacks. We first demonstrate how the number of par…

Inference AttackMembership Inference Attack

Assessing differentially private deep learning with Membership Inference

2019-12-24 · Daniel Bernau, Philip-William Grassal, Jonas Robl, Florian Kerschbaum

Attacks that aim to identify the training data of public neural networks represent a severe threat to the privacy of individuals participating in the training data set. A possible protection is offered by anonymization o…

Deep LearningInference AttackMembership Inference Attack