Conceitos Básicos
This paper introduces novel multivariate polynomial coding schemes for distributed matrix multiplication that outperform univariate schemes in terms of computation latency and communication overheads, particularly in scenarios with constrained communication resources.
Estatísticas
The computation complexity for a single server uncoded system involves roughly r0r1r2 element-wise multiplications.
For coded computing, each partial computation at the workers involves r0/p0 * r1/p1 * r2/p1 element-wise multiplications.
The cost of communicating the result from a single server is CSSd = r0r2.
The uploading cost associated with sending the R0 code blocks from M0 and R1 code blocks from M1 are CCCu,0 = R0 * r0r1/(p0p1) and CCCu,1 = R1 * r1r2/(p1p2), respectively.
The simulation uses N = 300 workers and sets the maximum partition levels to p0 ≤ 10 and p2 ≤ 10.