paper-with-me

Papers

Collaborative Learning in the Jungle (Decentralized, Byzantine, Heterogeneous, Asynchronous and Nonconvex Learning)

2020-08-03 · NeurIPS 2021 12 · El-Mahdi El-Mhamdi, Sadegh Farhadkhani, Rachid Guerraoui, Arsany Guirguis, Lê Nguyên Hoang, Sébastien Rouault

We study Byzantine collaborative learning, where $n$ nodes seek to collectively learn from each others' local data. The data distribution may vary from one node to another. No node is trusted, and $f < n$ nodes can behave arbitrarily. We prove that collaborative learning is equivalent to a new form of agreement, which we call averaging agreement. In this problem, nodes start each with an initial vector and seek to approximately agree on a common vector, which is close to the average of honest nodes' initial vectors. We present two asynchronous solutions to averaging agreement, each we prove optimal according to some dimension. The first, based on the minimum-diameter averaging, requires $ n \geq 6f+1$, but achieves asymptotically the best-possible averaging constant up to a multiplicative constant. The second, based on reliable broadcast and coordinate-wise trimmed mean, achieves optimal Byzantine resilience, i.e., $n \geq 3f+1$. Each of these algorithms induces an optimal Byzantine collaborative learning protocol. In particular, our equivalence yields new impossibility theorems on what any collaborative learning algorithm can achieve in adversarial and heterogeneous environments.

📄 PDF Abstract BibTeX arXiv:2008.00742

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Proof-of-Data: A Consensus Protocol for Collaborative Intelligence

2025-01-06 · Huiwen Liu, Feida Zhu, Ling Cheng

Existing research on federated learning has been focused on the setting where learning is coordinated by a centralized entity. Yet the greatest potential of future collaborative intelligence would be unleashed in a more …

FairnessFederated Learning

AEDFL: Efficient Asynchronous Decentralized Federated Learning with Heterogeneous Devices

2023-12-18 · Ji Liu, Tianshi Che, Yang Zhou, Ruoming Jin 외

Federated Learning (FL) has achieved significant achievements recently, enabling collaborative model training on distributed data over edge devices. Iterative gradient or model exchanges between devices and the centraliz…

Federated Learning

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

AFLGuard: Byzantine-robust Asynchronous Federated Learning

2022-12-13 · Minghong Fang, Jia Liu, Neil Zhenqiang Gong, Elizabeth S. Bentley

Federated learning (FL) is an emerging machine learning paradigm, in which clients jointly learn a model with the help of a cloud server. A fundamental challenge of FL is that the clients are often heterogeneous, e.g., t…

Federated Learning

Weight for Robustness: A Comprehensive Approach towards Optimal Fault-Tolerant Asynchronous ML

2025-01-16 · Tehila Dahan, Kfir Y. Levy

We address the challenges of Byzantine-robust training in asynchronous distributed machine learning systems, aiming to enhance efficiency amid massive parallelization and heterogeneous computing resources. Asynchronous s…