LGDCMLJul 29, 2019

DETOX: A Redundancy-based Framework for Faster and More Robust Gradient Aggregation

arXiv:1907.12205v2147 citations
AI Analysis

This addresses the need for faster and more robust distributed machine learning training, particularly in adversarial environments, though it builds incrementally on prior redundancy and aggregation techniques.

The paper tackles the problem of Byzantine node failures in distributed training by introducing DETOX, a framework that combines redundancy and robust aggregation, resulting in orders of magnitude improvements in accuracy and speedup over existing methods.

To improve the resilience of distributed training to worst-case, or Byzantine node failures, several recent approaches have replaced gradient averaging with robust aggregation methods. Such techniques can have high computational costs, often quadratic in the number of compute nodes, and only have limited robustness guarantees. Other methods have instead used redundancy to guarantee robustness, but can only tolerate limited number of Byzantine failures. In this work, we present DETOX, a Byzantine-resilient distributed training framework that combines algorithmic redundancy with robust aggregation. DETOX operates in two steps, a filtering step that uses limited redundancy to significantly reduce the effect of Byzantine nodes, and a hierarchical aggregation step that can be used in tandem with any state-of-the-art robust aggregation method. We show theoretically that this leads to a substantial increase in robustness, and has a per iteration runtime that can be nearly linear in the number of compute nodes. We provide extensive experiments over real distributed setups across a variety of large-scale machine learning tasks, showing that DETOX leads to orders of magnitude accuracy and speedup improvements over many state-of-the-art Byzantine-resilient approaches.

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