paper-with-me

홈 › Papers

A New Implementation of Federated Learning for Privacy and Security Enhancement

2022-08-03 · Xiang Ma, Haijian Sun, Rose Qingyang Hu, Yi Qian

Motivated by the ever-increasing concerns on personal data privacy and the rapidly growing data volume at local clients, federated learning (FL) has emerged as a new machine learning setting. An FL system is comprised of a central parameter server and multiple local clients. It keeps data at local clients and learns a centralized model by sharing the model parameters learned locally. No local data needs to be shared, and privacy can be well protected. Nevertheless, since it is the model instead of the raw data that is shared, the system can be exposed to the poisoning model attacks launched by malicious clients. Furthermore, it is challenging to identify malicious clients since no local client data is available on the server. Besides, membership inference attacks can still be performed by using the uploaded model to estimate the client's local data, leading to privacy disclosure. In this work, we first propose a model update based federated averaging algorithm to defend against Byzantine attacks such as additive noise attacks and sign-flipping attacks. The individual client model initialization method is presented to provide further privacy protections from the membership inference attacks by hiding the individual local machine learning model. When combining these two schemes, privacy and security can be both effectively enhanced. The proposed schemes are proved to converge experimentally under non-IID data distribution when there are no attacks. Under Byzantine attacks, the proposed schemes perform much better than the classical model based FedAvg algorithm.

📄 PDF Abstract BibTeX arXiv:2208.01826

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Gradient Obfuscation Gives a False Sense of Security in Federated Learning

2022-06-08 · Kai Yue, Richeng Jin, Chau-Wai Wong, Dror Baron 외

Federated learning has been proposed as a privacy-preserving machine learning framework that enables multiple clients to collaborate without sharing raw data. However, client privacy protection is not guaranteed by desig…

Federated Learningimage-classificationImage ClassificationPrivacy Preserving+2

Federated Learning with Blockchain-Enhanced Machine Unlearning: A Trustworthy Approach

2024-05-27 · Xuhan Zuo, Minghao Wang, Tianqing Zhu, Lefeng Zhang 외

With the growing need to comply with privacy regulations and respond to user data deletion requests, integrating machine unlearning into IoT-based federated learning has become imperative. Traditional unlearning methods,…

Federated LearningMachine UnlearningManagement

Research on Large Language Model Cross-Cloud Privacy Protection and Collaborative Training based on Federated Learning

2025-03-15 · Ze Yang, Yihong Jin, Yihan Zhang, Juntian Liu 외

The fast development of large language models (LLMs) and popularization of cloud computing have led to increasing concerns on privacy safeguarding and data security of cross-cloud model deployment and training as the key…

Cloud ComputingFederated LearningLanguage ModelingLanguage Modelling+2

Hijack Vertical Federated Learning Models As One Party

2022-12-01 · Pengyu Qiu, Xuhong Zhang, Shouling Ji, Changjiang Li 외

Vertical federated learning (VFL) is an emerging paradigm that enables collaborators to build machine learning models together in a distributed fashion. In general, these parties have a group of users in common but own d…

Federated LearningVertical Federated Learning

Federated Learning in Adversarial Environments: Testbed Design and Poisoning Resilience in Cybersecurity

2024-09-15 · Hao Jian Huang, Hakan T. Otal, M. Abdullah Canbaz

This paper presents the design and implementation of a Federated Learning (FL) testbed, focusing on its application in cybersecurity and evaluating its resilience against poisoning attacks. Federated Learning allows mult…

Federated LearningIntrusion Detection