11
32

The Communication Complexity of Optimization

Abstract

We consider the communication complexity of a number of distributed optimization problems. We start with the problem of solving a linear system. Suppose there is a coordinator together with ss servers P1,,PsP_1, \ldots, P_s, the ii-th of which holds a subset A(i)x=b(i)A^{(i)} x = b^{(i)} of nin_i constraints of a linear system in dd variables, and the coordinator would like to output xRdx \in \mathbb{R}^d for which A(i)x=b(i)A^{(i)} x = b^{(i)} for i=1,,si = 1, \ldots, s. We assume each coefficient of each constraint is specified using LL bits. We first resolve the randomized and deterministic communication complexity in the point-to-point model of communication, showing it is Θ~(d2L+sd)\tilde{\Theta}(d^2L + sd) and Θ~(sd2L)\tilde{\Theta}(sd^2L), respectively. We obtain similar results for the blackboard model. When there is no solution to the linear system, a natural alternative is to find the solution minimizing the p\ell_p loss. While this problem has been studied, we give improved upper or lower bounds for every value of p1p \ge 1. One takeaway message is that sampling and sketching techniques, which are commonly used in earlier work on distributed optimization, are neither optimal in the dependence on dd nor on the dependence on the approximation ϵ\epsilon, thus motivating new techniques from optimization to solve these problems. Towards this end, we consider the communication complexity of optimization tasks which generalize linear systems. For linear programming, we first resolve the communication complexity when dd is constant, showing it is Θ~(sL)\tilde{\Theta}(sL) in the point-to-point model. For general dd and in the point-to-point model, we show an O~(sd3L)\tilde{O}(sd^3 L) upper bound and an Ω~(d2L+sd)\tilde{\Omega}(d^2 L + sd) lower bound. We also show if one perturbs the coefficients randomly by numbers as small as 2Θ(L)2^{-\Theta(L)}, then the upper bound is O~(sd2L)+poly(dL)\tilde{O}(sd^2 L) + \textrm{poly}(dL).

View on arXiv
Comments on this paper