LGCRMLApr 10, 2020

Towards Federated Learning With Byzantine-Robust Client Weighting

arXiv:2004.04986v212 citations
AI Analysis

This addresses a practical issue in federated learning for distributed systems where client weights are untrusted, though it is incremental as it builds on prior Byzantine robustness work.

The paper tackles the problem of Byzantine-robust federated learning with unreliable client-reported weights, proposing a weight-truncation-based preprocessing method that empirically balances model quality and robustness.

Federated Learning (FL) is a distributed machine learning paradigm where data is distributed among clients who collaboratively train a model in a computation process coordinated by a central server. By assigning a weight to each client based on the proportion of data instances it possesses, the rate of convergence to an accurate joint model can be greatly accelerated. Some previous works studied FL in a Byzantine setting, in which a fraction of the clients may send arbitrary or even malicious information regarding their model. However, these works either ignore the issue of data unbalancedness altogether or assume that client weights are apriori known to the server, whereas, in practice, it is likely that weights will be reported to the server by the clients themselves and therefore cannot be relied upon. We address this issue for the first time by proposing a practical weight-truncation-based preprocessing method and demonstrating empirically that it is able to strike a good balance between model quality and Byzantine robustness. We also establish analytically that our method can be applied to a randomly selected sample of client weights.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes