# Fast and Robust Distributed Learning in High Dimension

**Authors:** El-Mahdi El-Mhamdi, Rachid Guerraoui, S\'ebastien Rouault

arXiv: 1905.04374 · 2021-02-08

## TL;DR

This paper introduces multi-Bulyan, a gradient aggregation rule that achieves both robustness against malicious workers and high speed in distributed machine learning, especially in high-dimensional settings.

## Contribution

The paper proposes multi-Bulyan, a novel gradient aggregation method that is both Byzantine resilient and computationally efficient with linear complexity in data dimension.

## Key findings

- Multi-Bulyan ensures strong Byzantine resilience.
- It maintains near-ideal speed compared to averaging when most workers are correct.
- Experimental results confirm linear complexity and high parallelizability.

## Abstract

Could a gradient aggregation rule (GAR) for distributed machine learning be both robust and fast? This paper answers by the affirmative through multi-Bulyan. Given $n$ workers, $f$ of which are arbitrary malicious (Byzantine) and $m=n-f$ are not, we prove that multi-Bulyan can ensure a strong form of Byzantine resilience, as well as an ${\frac{m}{n}}$ slowdown, compared to averaging, the fastest (but non Byzantine resilient) rule for distributed machine learning. When $m \approx n$ (almost all workers are correct), multi-Bulyan reaches the speed of averaging. We also prove that multi-Bulyan's cost in local computation is $O(d)$ (like averaging), an important feature for ML where $d$ commonly reaches $10^9$, while robust alternatives have at least quadratic cost in $d$.   Our theoretical findings are complemented with an experimental evaluation which, in addition to supporting the linear $O(d)$ complexity argument, conveys the fact that multi-Bulyan's parallelisability further adds to its efficiency.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1905.04374/full.md

## Figures

6 figures with captions in the complete paper: https://tomesphere.com/paper/1905.04374/full.md

## References

32 references — full list in the complete paper: https://tomesphere.com/paper/1905.04374/full.md

---
Source: https://tomesphere.com/paper/1905.04374