LGMLOct 17, 2018

Fault Tolerance in Iterative-Convergent Machine Learning

arXiv:1810.07354v150 citations
Originality Incremental advance
AI Analysis

This addresses fault tolerance for machine learning training in unreliable computing environments, representing an incremental improvement over existing systems.

The paper tackles the problem of fault tolerance in iterative-convergent machine learning by developing a general framework to quantify the effects of calculation errors and designing new checkpoint-based strategies, resulting in a reduction of iteration cost by 78% to 95% compared to traditional methods.

Machine learning (ML) training algorithms often possess an inherent self-correcting behavior due to their iterative-convergent nature. Recent systems exploit this property to achieve adaptability and efficiency in unreliable computing environments by relaxing the consistency of execution and allowing calculation errors to be self-corrected during training. However, the behavior of such systems are only well understood for specific types of calculation errors, such as those caused by staleness, reduced precision, or asynchronicity, and for specific types of training algorithms, such as stochastic gradient descent. In this paper, we develop a general framework to quantify the effects of calculation errors on iterative-convergent algorithms and use this framework to design new strategies for checkpoint-based fault tolerance. Our framework yields a worst-case upper bound on the iteration cost of arbitrary perturbations to model parameters during training. Our system, SCAR, employs strategies which reduce the iteration cost upper bound due to perturbations incurred when recovering from checkpoints. We show that SCAR can reduce the iteration cost of partial failures by 78% - 95% when compared with traditional checkpoint-based fault tolerance across a variety of ML models and training algorithms.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes