paper-with-me

Papers

Active Membership Inference Attack under Local Differential Privacy in Federated Learning

2023-02-24 · Truc Nguyen, Phung Lai, Khang Tran, NhatHai Phan, My T. Thai

Federated learning (FL) was originally regarded as a framework for collaborative learning among clients with data privacy protection through a coordinating server. In this paper, we propose a new active membership inference (AMI) attack carried out by a dishonest server in FL. In AMI attacks, the server crafts and embeds malicious parameters into global models to effectively infer whether a target data sample is included in a client's private training data or not. By exploiting the correlation among data features through a non-linear decision boundary, AMI attacks with a certified guarantee of success can achieve severely high success rates under rigorous local differential privacy (LDP) protection; thereby exposing clients' training data to significant privacy risk. Theoretical and experimental results on several benchmark datasets show that adding sufficient privacy-preserving noise to prevent our attack would significantly damage FL's model utility.

📄 PDF Abstract BibTeX arXiv:2302.12685

Code (1)

trucndt/ami 공식 구현 pytorch

Tasks

Federated LearningInference AttackMembership Inference AttackPrivacy Preserving

Similar Papers 제목 키워드 기반

Comprehensive Privacy Analysis of Deep Learning: Passive and Active White-box Inference Attacks against Centralized and Federated Learning

2018-12-03 · Milad Nasr, Reza Shokri, Amir Houmansadr

Deep neural networks are susceptible to various inference attacks as they remember information about their training data. We design white-box inference attacks to perform a comprehensive privacy analysis of deep learning…

Deep LearningFederated Learning

Explanations Leak: Membership Inference with Differential Privacy and Active Learning Defense

2026-02-03 · Fatima Ezzeddine, Osama Zammar, Silvia Giordano, Omran Ayoub arxiv

Counterfactual explanations (CFs) are increasingly integrated into Machine Learning as a Service (MLaaS) systems to improve transparency; however, ML models deployed via APIs are already vulnerable to privacy attacks suc…

Model extractionActive Learning

Interaction-level Membership Inference Attack Against Federated Recommender Systems

2023-01-26 · Wei Yuan, Chaoqun Yang, Quoc Viet Hung Nguyen, Lizhen Cui 외

The marriage of federated learning and recommender system (FedRec) has been widely used to address the growing data privacy concerns in personalized recommendation services. In FedRecs, users' attribute information and b…

AttributeFederated LearningInference AttackMembership Inference Attack+1

LeakBoost: Perceptual-Loss-Based Membership Inference Attack

2026-02-05 · Amit Kravchik Taub, Fred M. Grabovski, Guy Amit, Yisroel Mirsky arxiv

Membership inference attacks (MIAs) aim to determine whether a sample was part of a model's training set, posing serious privacy risks for modern machine-learning systems. Existing MIAs primarily rely on static indicator…

Image Classification

On the (In)Feasibility of Attribute Inference Attacks on Machine Learning Models

2021-03-12 · Benjamin Zi Hao Zhao, Aviral Agrawal, Catisha Coburn, Hassan Jameel Asghar 외

With an increase in low-cost machine learning APIs, advanced machine learning models may be trained on private datasets and monetized by providing them as a service. However, privacy researchers have demonstrated that th…

AttributeBIG-bench Machine LearningInference Attack