paper-with-me

Papers

BEAS: Blockchain Enabled Asynchronous & Secure Federated Machine Learning

2022-02-06 · Arup Mondal, Harpreet Virk, Debayan Gupta

Federated Learning (FL) enables multiple parties to distributively train a ML model without revealing their private datasets. However, it assumes trust in the centralized aggregator which stores and aggregates model updates. This makes it prone to gradient tampering and privacy leakage by a malicious aggregator. Malicious parties can also introduce backdoors into the joint model by poisoning the training data or model gradients. To address these issues, we present BEAS, the first blockchain-based framework for N-party FL that provides strict privacy guarantees of training data using gradient pruning (showing improved differential privacy compared to existing noise and clipping based techniques). Anomaly detection protocols are used to minimize the risk of data-poisoning attacks, along with gradient pruning that is further used to limit the efficacy of model-poisoning attacks. We also define a novel protocol to prevent premature convergence in heterogeneous learning environments. We perform extensive experiments on multiple datasets with promising results: BEAS successfully prevents privacy leakage from dataset reconstruction attacks, and minimizes the efficacy of poisoning attacks. Moreover, it achieves an accuracy similar to centralized frameworks, and its communication and computation overheads scale linearly with the number of participants.

📄 PDF Abstract BibTeX arXiv:2202.02817

Code (1)

harpreetvirkk/beas 공식 구현

Tasks

Anomaly DetectionBIG-bench Machine LearningData PoisoningFederated LearningModel Poisoning

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Blockchain-based Federated Learning with Secure Aggregation in Trusted Execution Environment for Internet-of-Things

2023-04-25 · Aditya Pribadi Kalapaaking, Ibrahim Khalil, Mohammad Saidur Rahman, Mohammed Atiquzzaman 외

This paper proposes a blockchain-based Federated Learning (FL) framework with Intel Software Guard Extension (SGX)-based Trusted Execution Environment (TEE) to securely aggregate local models in Industrial Internet-of-Th…

Federated Learning

FedBlockHealth: A Synergistic Approach to Privacy and Security in IoT-Enabled Healthcare through Federated Learning and Blockchain

2023-04-16 · Nazar Waheed, Ateeq Ur Rehman, Anushka Nehra, Mahnoor Farooq 외

The rapid adoption of Internet of Things (IoT) devices in healthcare has introduced new challenges in preserving data privacy, security and patient safety. Traditional approaches need to ensure security and privacy while…

Computational EfficiencyFederated Learning

Enhancing Scalability and Reliability in Semi-Decentralized Federated Learning With Blockchain: Trust Penalization and Asynchronous Functionality

2023-10-30 · Ajay Kumar Shrestha, Faijan Ahamad Khan, Mohammed Afaan Shaikh, Amir Jaberzadeh 외

The paper presents an innovative approach to address the challenges of scalability and reliability in Distributed Federated Learning by leveraging the integration of blockchain technology. The paper focuses on enhancing …

Federated Learning

DAG-AFL:Directed Acyclic Graph-based Asynchronous Federated Learning

2025-07-28 · Shuaipeng Zhang, Lanju Kong, Yixin Zhang, Wei He 외 arxiv

Due to the distributed nature of federated learning (FL), the vulnerability of the global model and the need for coordination among many client devices pose significant challenges. As a promising decentralized, scalable …

Federated Learning

Reputation-Driven Asynchronous Federated Learning for Enhanced Trajectory Prediction with Blockchain

2024-07-28 · Weiliang Chen, Li Jia, Yang Zhou, Qianqian Ren

Federated learning combined with blockchain empowers secure data sharing in autonomous driving applications. Nevertheless, with the increasing granularity and complexity of vehicle-generated data, the lack of data qualit…

Autonomous DrivingDeep Reinforcement LearningFederated LearningGraph Neural Network+3