paper-with-me

홈 › Papers

PPBFL: A Privacy Protected Blockchain-based Federated Learning Model

2024-01-02 · Yang Li, Chunhe Xia, Wanshuang Lin, Tianbo Wang

With the rapid development of machine learning and a growing concern for data privacy, federated learning has become a focal point of attention. However, attacks on model parameters and a lack of incentive mechanisms hinder the effectiveness of federated learning. Therefore, we propose A Privacy Protected Blockchain-based Federated Learning Model (PPBFL) to enhance the security of federated learning and encourage active participation of nodes in model training. Blockchain technology ensures the integrity of model parameters stored in the InterPlanetary File System (IPFS), providing protection against tampering. Within the blockchain, we introduce a Proof of Training Work (PoTW) consensus algorithm tailored for federated learning, aiming to incentive training nodes. This algorithm rewards nodes with greater computational power, promoting increased participation and effort in the federated learning process. A novel adaptive differential privacy algorithm is simultaneously applied to local and global models. This safeguards the privacy of local data at training clients, preventing malicious nodes from launching inference attacks. Additionally, it enhances the security of the global model, preventing potential security degradation resulting from the combination of numerous local models. The possibility of security degradation is derived from the composition theorem. By introducing reverse noise in the global model, a zero-bias estimate of differential privacy noise between local and global models is achieved. Furthermore, we propose a new mix transactions mechanism utilizing ring signature technology to better protect the identity privacy of local training clients. Security analysis and experimental results demonstrate that PPBFL, compared to baseline methods, not only exhibits superior model performance but also achieves higher security.

📄 PDF Abstract BibTeX arXiv:2401.01204

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

A blockchain-orchestrated Federated Learning architecture for healthcare consortia

2019-10-12 · Jonathan Passerat-Palmbach, Tyler Farnan, Robert Miller, Marielle S. Gross 외

We propose a novel architecture for federated learning within healthcare consortia. At the heart of the solution is a unique integration of privacy preserving technologies, built upon native enterprise blockchain compone…

Federated LearningPrivacy Preserving

FBChain: A Blockchain-based Federated Learning Model with Efficiency and Secure Communication

2023-11-21 · Yang Li, Chunhe Xia, Tianbo Wang

Privacy and security in the parameter transmission process of federated learning are currently among the most prominent concerns. However, there are two thorny problems caused by unprotected communication methods: "param…

Federated Learning

Blockchain-based Monitoring for Poison Attack Detection in Decentralized Federated Learning

2022-09-30 · Ranwa Al Mallah, David Lopez

Federated Learning (FL) is a machine learning technique that addresses the privacy challenges in terms of access rights of local datasets by enabling the training of a model across nodes holding their data samples locall…

Federated Learning

A Survey on Blockchain-Based Federated Learning and Data Privacy

2023-06-29 · Bipin Chhetri, Saroj Gopali, Rukayat Olapojoye, Samin Dehbash 외

Federated learning is a decentralized machine learning paradigm that allows multiple clients to collaborate by leveraging local computational power and the models transmission. This method reduces the costs and privacy c…

Federated LearningPrivacy PreservingSurvey

A Differentially Private Blockchain-Based Approach for Vertical Federated Learning

2024-07-09 · Linh Tran, Sanjay Chari, Md. Saikat Islam Khan, Aaron Zachariah 외

We present the Differentially Private Blockchain-Based Vertical Federal Learning (DP-BBVFL) algorithm that provides verifiability and privacy guarantees for decentralized applications. DP-BBVFL uses a smart contract to a…

Federated LearningVertical Federated Learning