paper-with-me

홈 › Papers

Byzantine-Robust Decentralized Learning via ClippedGossip

2022-02-03 · Lie He, Sai Praneeth Karimireddy, Martin Jaggi

In this paper, we study the challenging task of Byzantine-robust decentralized training on arbitrary communication graphs. Unlike federated learning where workers communicate through a server, workers in the decentralized environment can only talk to their neighbors, making it harder to reach consensus and benefit from collaborative training. To address these issues, we propose a ClippedGossip algorithm for Byzantine-robust consensus and optimization, which is the first to provably converge to a $O(\delta_{\max}\zeta^2/\gamma^2)$ neighborhood of the stationary point for non-convex objectives under standard assumptions. Finally, we demonstrate the encouraging empirical performance of ClippedGossip under a large number of attacks.

📄 PDF Abstract BibTeX arXiv:2202.01545

Code (1)

epfml/byzantine-robust-decentralized-optimizer 공식 구현 pytorch

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Unified Breakdown Analysis for Byzantine Robust Gossip

2024-10-14 · Renaud Gaucher, Aymeric Dieuleveut, Hadrien Hendrikx

In decentralized machine learning, different devices communicate in a peer-to-peer manner to collaboratively learn from each other's data. Such approaches are vulnerable to misbehaving (or Byzantine) devices. We introduc…

BRIDGE: Byzantine-resilient Decentralized Gradient Descent

2019-08-21 · Cheng Fang, Zhixiong Yang, Waheed U. Bajwa

Machine learning has begun to play a central role in many applications. A multitude of these applications typically also involve datasets that are distributed across multiple computing devices/machines due to either desi…

BIG-bench Machine Learning

Byzantine-resilient Decentralized Stochastic Gradient Descent

2020-02-20 · Shangwei Guo, Tianwei Zhang, Han Yu, Xiaofei Xie 외

Decentralized learning has gained great popularity to improve learning efficiency and preserve data privacy. Each computing node makes equal contribution to collaboratively learn a Deep Learning model. The elimination of…

Edge-computingimage-classificationImage Classification

On the Tradeoff between Privacy Preservation and Byzantine-Robustness in Decentralized Learning

2023-08-28 · Haoxiang Ye, Heng Zhu, Qing Ling

This paper jointly considers privacy preservation and Byzantine-robustness in decentralized learning. In a decentralized network, honest-but-curious agents faithfully follow the prescribed algorithm, but expect to infer …

Privacy Preserving

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