paper-with-me

Papers

Bristle: Decentralized Federated Learning in Byzantine, Non-i.i.d. Environments

2021-10-21 · Joost Verbraeken, Martijn de Vos, Johan Pouwelse

Federated learning (FL) is a privacy-friendly type of machine learning where devices locally train a model on their private data and typically communicate model updates with a server. In decentralized FL (DFL), peers communicate model updates with each other instead. However, DFL is challenging since (1) the training data possessed by different peers is often non-i.i.d. (i.e., distributed differently between the peers) and (2) malicious, or Byzantine, attackers can share arbitrary model updates with other peers to subvert the training process. We address these two challenges and present Bristle, middleware between the learning application and the decentralized network layer. Bristle leverages transfer learning to predetermine and freeze the non-output layers of a neural network, significantly speeding up model training and lowering communication costs. To securely update the output layer with model updates from other peers, we design a fast distance-based prioritizer and a novel performance-based integrator. Their combined effect results in high resilience to Byzantine attackers and the ability to handle non-i.i.d. classes. We empirically show that Bristle converges to a consistent 95% accuracy in Byzantine environments, outperforming all evaluated baselines. In non-Byzantine environments, Bristle requires 83% fewer iterations to achieve 90% accuracy compared to state-of-the-art methods. We show that when the training classes are non-i.i.d., Bristle significantly outperforms the accuracy of the most Byzantine-resilient baselines by 2.3x while reducing communication costs by 90%.

📄 PDF Abstract BibTeX arXiv:2110.11006

Code (0)

등록된 구현이 없습니다.

Tasks

Federated LearningTransfer Learning

Similar Papers 제목 키워드 기반

Byzantine-Robust Aggregation for Securing Decentralized Federated Learning

2024-09-26 · Diego Cajaraville-Aboy, Ana Fernández-Vilas, Rebeca P. Díaz-Redondo, Manuel Fernández-Veiga

Federated Learning (FL) emerges as a distributed machine learning approach that addresses privacy concerns by training AI models locally on devices. Decentralized Federated Learning (DFL) extends the FL paradigm by elimi…

Federated Learningimage-classificationImage Classification

Decentralized Federated Policy Gradient with Byzantine Fault-Tolerance and Provably Fast Convergence

2024-01-07 · Philip Jordan, Florian Grötschla, Flint Xiaofeng Fan, Roger Wattenhofer

In Federated Reinforcement Learning (FRL), agents aim to collaboratively learn a common task, while each agent is acting in its local environment without exchanging raw trajectories. Existing approaches for FRL either (a…

Impact of Network Topology on Byzantine Resilience in Decentralized Federated Learning

2024-07-06 · Siddhartha Bhattacharya, Daniel Helo, Joshua Siegel

Federated learning (FL) enables a collaborative environment for training machine learning models without sharing training data between users. This is typically achieved by aggregating model gradients on a central server.…

Federated Learning

Online Decentralized Federated Multi-task Learning With Trustworthiness in Cyber-Physical Systems

2025-08-31 · Olusola Odeyomi, Sofiat Olaosebikan, Ajibuwa Opeyemi, Oluwadoyinsola Ige arxiv

Multi-task learning is an effective way to address the challenge of model personalization caused by high data heterogeneity in federated learning. However, extending multi-task learning to the online decentralized federa…

Multi-Task LearningFederated Learning

Can Decentralized Learning be more robust than Federated Learning?

2023-03-07 · Mathilde Raynal, Dario Pasquini, Carmela Troncoso

Decentralized Learning (DL) is a peer--to--peer learning approach that allows a group of users to jointly train a machine learning model. To ensure correctness, DL should be robust, i.e., Byzantine users must not be able…

Federated Learning