English

Faster Parallel Solver for Positive Linear Programs via Dynamically-Bucketed Selective Coordinate Descent

Data Structures and Algorithms 2015-11-23 v1 Numerical Analysis

Abstract

We provide improved parallel approximation algorithms for the important class of packing and covering linear programs. In particular, we present new parallel ϵ\epsilon-approximate packing and covering solvers which run in O~(1/ϵ2)\tilde{O}(1/\epsilon^2) expected time, i.e., in expectation they take O~(1/ϵ2)\tilde{O}(1/\epsilon^2) iterations and they do O~(N/ϵ2)\tilde{O}(N/\epsilon^2) total work, where NN is the size of the constraint matrix and ϵ\epsilon is the error parameter, and where the O~\tilde{O} hides logarithmic factors. To achieve our improvement, we introduce an algorithmic technique of broader interest: dynamically-bucketed selective coordinate descent (DB-SCD). At each step of the iterative optimization algorithm, the DB-SCD method dynamically buckets the coordinates of the gradient into those of roughly equal magnitude, and it updates all the coordinates in one of the buckets. This dynamically-bucketed updating permits us to take steps along several coordinates with similar-sized gradients, thereby permitting more appropriate step sizes at each step of the algorithm. In particular, this technique allows us to use in a straightforward manner the recent analysis from the breakthrough results of Allen-Zhu and Orecchia [2] to achieve our still-further improved bounds. More generally, this method addresses "interference" among coordinates, by which we mean the impact of the update of one coordinate on the gradients of other coordinates. Such interference is a core issue in parallelizing optimization routines that rely on smoothness properties. Since our DB-SCD method reduces interference via updating a selective subset of variables at each iteration, we expect it may also have more general applicability in optimization.

Keywords

Cite

@article{arxiv.1511.06468,
  title  = {Faster Parallel Solver for Positive Linear Programs via Dynamically-Bucketed Selective Coordinate Descent},
  author = {Di Wang and Michael Mahoney and Nishanth Mohan and Satish Rao},
  journal= {arXiv preprint arXiv:1511.06468},
  year   = {2015}
}
R2 v1 2026-06-22T11:50:06.780Z