English

DRACO: Byzantine-resilient Distributed Training via Redundant Gradients

Machine Learning 2018-06-25 v4 Distributed, Parallel, and Cluster Computing Information Theory Machine Learning Neural and Evolutionary Computing math.IT

Abstract

Distributed model training is vulnerable to byzantine system failures and adversarial compute nodes, i.e., nodes that use malicious updates to corrupt the global model stored at a parameter server (PS). To guarantee some form of robustness, recent work suggests using variants of the geometric median as an aggregation rule, in place of gradient averaging. Unfortunately, median-based rules can incur a prohibitive computational overhead in large-scale settings, and their convergence guarantees often require strong assumptions. In this work, we present DRACO, a scalable framework for robust distributed training that uses ideas from coding theory. In DRACO, each compute node evaluates redundant gradients that are used by the parameter server to eliminate the effects of adversarial updates. DRACO comes with problem-independent robustness guarantees, and the model that it trains is identical to the one trained in the adversary-free setup. We provide extensive experiments on real datasets and distributed setups across a variety of large-scale models, where we show that DRACO is several times, to orders of magnitude faster than median-based approaches.

Keywords

Cite

@article{arxiv.1803.09877,
  title  = {DRACO: Byzantine-resilient Distributed Training via Redundant Gradients},
  author = {Lingjiao Chen and Hongyi Wang and Zachary Charles and Dimitris Papailiopoulos},
  journal= {arXiv preprint arXiv:1803.09877},
  year   = {2018}
}

Comments

Accepted by ICML 2018

R2 v1 2026-06-23T01:05:53.616Z