Faster Parallel Solver for Positive Linear Programs via Dynamically-Bucketed Selective Coordinate Descent
Di Wang, Michael Mahoney, Nishanth Mohan, Satish Rao

TL;DR
This paper introduces a faster parallel approximation algorithm for packing and covering linear programs using a novel dynamically-bucketed coordinate descent technique, significantly improving efficiency and addressing coordinate interference.
Contribution
The paper presents a new parallel solver with improved runtime for linear programs and introduces the broadly applicable DB-SCD method to reduce coordinate interference in optimization.
Findings
Expected runtime of ilde{O}(1/^2) for the new solver
Total work of ilde{O}(N/^2), where N is matrix size
Addresses coordinate interference, improving parallel optimization efficiency
Abstract
We provide improved parallel approximation algorithms for the important class of packing and covering linear programs. In particular, we present new parallel -approximate packing and covering solvers which run in expected time, i.e., in expectation they take iterations and they do total work, where is the size of the constraint matrix and is the error parameter, and where the 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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsStochastic Gradient Optimization Techniques · Advanced Optimization Algorithms Research · Complexity and Algorithms in Graphs
