General Coded Computing in a Probabilistic Straggler Regime
Parsa Moradi, Mohammad Ali Maddah-Ali
TL;DR
This work addresses approximate general coded computing under a probabilistic straggler regime, where each server independently fails with probability $p$. It analyzes two general schemes, BACC and LeTCC, deriving upper bounds on the average approximation error and showing convergence to zero with rates at least $O\left(\log^3_{1/p}(N)/N^3\right)$ for LeTCC and $O\left(\log^4_{1/p}(N)/N^2\right)$ for BACC. The analysis combines a decomposition of error, Sobolev interpolation bounds, and probabilistic controls via the longest run of stragglers, and is validated on both one-dimensional and neural-network computing tasks. Experiments with $f_1(x)=x\sin(x)$ and a LeNet-5 model demonstrate faster convergence for LeTCC and support the claimed rates under realistic probabilistic straggler conditions.
Abstract
Coded computing has demonstrated promising results in addressing straggler resiliency in distributed computing systems. However, most coded computing schemes are designed for exact computation, requiring the number of responding servers to exceed a certain recovery threshold. Additionally, these schemes are tailored for highly structured functions. Recently, new coded computing schemes for general computing functions, where exact computation is replaced with approximate computation, have emerged. In these schemes, the availability of additional results corresponds to more accurate estimation of computational tasks. This flexibility introduces new questions that need to be addressed. This paper addresses the practically important scenario in the context of general coded computing, where each server may become a straggler with a probability $p$, independently from others. We theoretically analyze the approximation error of two existing general coded computing schemes: Berrut Approximate Coded Computing (BACC) and Learning Theoretic Coded Computing (LeTCC). Under the probabilistic straggler configuration, we demonstrate that the average approximation error for BACC and LeTCC converge to zero with the rate of at least $\mathcal{O}(\log^3_{\frac{1}{p}}(N)\cdot{N^{-3}})$ and $\mathcal{O}(\log^4_{\frac{1}{p}}(N)\cdot{N^{-2}})$, respectively. This is perhaps surprising, as earlier results does not indicate a convergence when the number of stragglers scales with the total number of servers $N$. However, in this case, despite the average number of stragglers being $Np$, the independence of servers in becoming stragglers allows the approximation error to converge to zero. These theoretical results are validated through experiments on various computing functions, including deep neural networks.
