paper-with-me

홈 › Papers

Source Inference Attacks in Federated Learning

2021-09-13 · Hongsheng Hu, Zoran Salcic, Lichao Sun, Gillian Dobbie, Xuyun Zhang

Federated learning (FL) has emerged as a promising privacy-aware paradigm that allows multiple clients to jointly train a model without sharing their private data. Recently, many studies have shown that FL is vulnerable to membership inference attacks (MIAs) that can distinguish the training members of the given model from the non-members. However, existing MIAs ignore the source of a training member, i.e., the information of which client owns the training member, while it is essential to explore source privacy in FL beyond membership privacy of examples from all clients. The leakage of source information can lead to severe privacy issues. For example, identification of the hospital contributing to the training of an FL model for COVID-19 pandemic can render the owner of a data record from this hospital more prone to discrimination if the hospital is in a high risk region. In this paper, we propose a new inference attack called source inference attack (SIA), which can derive an optimal estimation of the source of a training member. Specifically, we innovatively adopt the Bayesian perspective to demonstrate that an honest-but-curious server can launch an SIA to steal non-trivial source information of the training members without violating the FL protocol. The server leverages the prediction loss of local models on the training members to achieve the attack effectively and non-intrusively. We conduct extensive experiments on one synthetic and five real datasets to evaluate the key factors in an SIA, and the results show the efficacy of the proposed source inference attack.

📄 PDF Abstract BibTeX arXiv:2109.05659

Code (1)

hongshenghu/source-inference-fl 공식 구현 pytorch

Tasks

Federated LearningInference Attack

Similar Papers 제목 키워드 기반

Backdoor Attacks on Federated Learning with Lottery Ticket Hypothesis

2021-09-22 · Zeyuan Yin, Ye Yuan, Panfeng Guo, Pan Zhou

Edge devices in federated learning usually have much more limited computation and communication resources compared to servers in a data center. Recently, advanced model compression methods, like the Lottery Ticket Hypoth…

Backdoor AttackFederated LearningModel Compression

ALI-DPFL: Differentially Private Federated Learning with Adaptive Local Iterations

2023-08-21 · XinPeng Ling, Jie Fu, Kuncan Wang, Haitao Liu 외

Federated Learning (FL) is a distributed machine learning technique that allows model training among multiple devices or organizations by sharing training parameters instead of raw data. However, adversaries can still in…

Federated Learning

RobustFed: A Truth Inference Approach for Robust Federated Learning

2021-07-18 · Farnaz Tahmasebian, Jian Lou, Li Xiong

Federated learning is a prominent framework that enables clients (e.g., mobile devices or organizations) to train a collaboratively global model under a central server's orchestration while keeping local training dataset…

Federated Learning

Eluding Secure Aggregation in Federated Learning via Model Inconsistency

2021-11-14 · Dario Pasquini, Danilo Francati, Giuseppe Ateniese

Secure aggregation is a cryptographic protocol that securely computes the aggregation of its inputs. It is pivotal in keeping model updates private in federated learning. Indeed, the use of secure aggregation prevents th…

Federated Learning

KDk: A Defense Mechanism Against Label Inference Attacks in Vertical Federated Learning

2024-04-18 · Marco Arazzi, Serena Nicolazzo, Antonino Nocera

Vertical Federated Learning (VFL) is a category of Federated Learning in which models are trained collaboratively among parties with vertically partitioned data. Typically, in a VFL scenario, the labels of the samples ar…

Federated LearningKnowledge DistillationVertical Federated Learning