English

Zeno++: Robust Fully Asynchronous SGD

Machine Learning 2021-05-11 v5 Distributed, Parallel, and Cluster Computing Machine Learning

Abstract

We propose Zeno++, a new robust asynchronous Stochastic Gradient Descent~(SGD) procedure which tolerates Byzantine failures of the workers. In contrast to previous work, Zeno++ removes some unrealistic restrictions on worker-server communications, allowing for fully asynchronous updates from anonymous workers, arbitrarily stale worker updates, and the possibility of an unbounded number of Byzantine workers. The key idea is to estimate the descent of the loss value after the candidate gradient is applied, where large descent values indicate that the update results in optimization progress. We prove the convergence of Zeno++ for non-convex problems under Byzantine failures. Experimental results show that Zeno++ outperforms existing approaches.

Keywords

Cite

@article{arxiv.1903.07020,
  title  = {Zeno++: Robust Fully Asynchronous SGD},
  author = {Cong Xie and Sanmi Koyejo and Indranil Gupta},
  journal= {arXiv preprint arXiv:1903.07020},
  year   = {2021}
}

Comments

ICML version with some additional remarks related to the acceptance rate of Byzantine validation, and also with the full version of error bounds in the theorems

R2 v1 2026-06-23T08:10:25.074Z