paper-with-me

홈 › Papers

On Model Protection in Federated Learning against Eavesdropping Attacks

2025-04-02 · Dipankar Maity, Kushal Chakrabarti

In this study, we investigate the protection offered by federated learning algorithms against eavesdropping adversaries. In our model, the adversary is capable of intercepting model updates transmitted from clients to the server, enabling it to create its own estimate of the model. Unlike previous research, which predominantly focuses on safeguarding client data, our work shifts attention protecting the client model itself. Through a theoretical analysis, we examine how various factors, such as the probability of client selection, the structure of local objective functions, global aggregation at the server, and the eavesdropper's capabilities, impact the overall level of protection. We further validate our findings through numerical experiments, assessing the protection by evaluating the model accuracy achieved by the adversary. Finally, we compare our results with methods based on differential privacy, underscoring their limitations in this specific context.

📄 PDF Abstract BibTeX arXiv:2504.02114

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Concealing Sensitive Samples against Gradient Leakage in Federated Learning

2022-09-13 · Jing Wu, Munawar Hayat, Mingyi Zhou, Mehrtash Harandi

Federated Learning (FL) is a distributed learning paradigm that enhances users privacy by eliminating the need for clients to share raw, private data with the server. Despite the success, recent studies expose the vulner…

Federated LearningStochastic Optimization

Ensuring System-Level Protection against Eavesdropping Adversaries in Distributed Dynamical Systems

2024-09-14 · Dipankar Maity, Van Sy Mai

In this work, we address the objective of protecting the states of a distributed dynamical system from eavesdropping adversaries. We prove that state-of-the-art distributed algorithms, which rely on communicating the age…

GANcrop: A Contrastive Defense Against Backdoor Attacks in Federated Learning

2024-05-31 · Xiaoyun Gan, Shanyu Gan, Taizhi Su, Peng Liu

With heightened awareness of data privacy protection, Federated Learning (FL) has attracted widespread attention as a privacy-preserving distributed machine learning method. However, the distributed nature of federated l…

Contrastive LearningFederated LearningPrivacy Preserving

FIDELIS: Blockchain-Enabled Protection Against Poisoning Attacks in Federated Learning

2025-08-11 · Jane Carney, Kushal Upreti, Gaby G. Dagher, Tim Andersen arxiv

Federated learning enhances traditional deep learning by enabling the joint training of a model with the use of IoT device's private data. It ensures privacy for clients, but is susceptible to data poisoning attacks duri…

Federated Learning

No Vandalism: Privacy-Preserving and Byzantine-Robust Federated Learning

2024-06-03 · Zhibo Xing, Zijian Zhang, Zi'ang Zhang, Jiamou Liu 외

Federated learning allows several clients to train one machine learning model jointly without sharing private data, providing privacy protection. However, traditional federated learning is vulnerable to poisoning attacks…

Federated LearningModel PoisoningPrivacy Preserving