Papers › Distributed Statistical Machine Learning in Adversarial Settings: Byzantine Gradient Descent

Distributed Statistical Machine Learning in Adversarial Settings: Byzantine Gradient Descent

16 May 2017arXiv:1705.05491archive 2025-07-28

Yudong Chen, Lili Su, Jiaming Xu

We consider the problem of distributed statistical machine learning in adversarial settings, where some unknown and time-varying subset of working machines may be compromised and behave arbitrarily to prevent an accurate model from being learned. This setting captures the potential adversarial attacks faced by Federated Learning -- a modern machine learning paradigm that is proposed by Google researchers and has been intensively studied for ensuring user privacy. Formally, we focus on a distributed system consisting of a parameter server and m working machines. Each working machine keeps N/m data samples, where N is the total number of samples. The goal is to collectively learn the underlying true model parameter of dimension d. In classical batch gradient descent methods, the gradients reported to the server by the working machines are aggregated via simple averaging, which is vulnerable to a single Byzantine failure. In this paper, we propose a Byzantine gradient descent method based on the geometric median of means of the gradients. We show that our method can tolerate q ≤(m-1)/2 Byzantine failures, and the parameter estimate converges in O(logN) rounds with an estimation error of √(d(2q+1)/N), hence approaching the optimal error rate √(d/N) in the centralized and failure-free setting. The total computational complexity of our algorithm is of O((Nd/m) logN) at each working machine and O(md + kd log³ N) at the central server, and the total communication cost is of O(m d logN). We further provide an application of our general results to the linear regression problem. A key challenge arises in the above problem is that Byzantine failures create arbitrary and unspecified dependency among the iterations and the aggregated gradients. We prove that the aggregated gradient converges uniformly to the true gradient function.

PaperPDFCode

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

Code

bladesteam/blades mentioned on GitHubpytorchApache-2.0 report
lishenghui/blades mentioned on GitHubpytorchApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

Not run by Syntology. Nothing on this page verifies that the listed code works.

Tasks

BIG-bench Machine LearningFederated Learning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Linear Regression

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections