Minor Sparsifiers and the Distributed Laplacian Paradigm
Sebastian Forster, Gramoz Goranci, Yang P. Liu, Richard Peng, and Xiaorui Sun, Mingquan Ye

TL;DR
This paper introduces a distributed Laplacian solver using minor-based vertex sparsifiers, enabling efficient solutions to linear systems and optimization problems in distributed networks, with near-optimal round complexity.
Contribution
The paper presents the first high-accuracy distributed Laplacian solver in the CONGEST model with near-optimal round complexity, and applies it to solve several key optimization problems exactly in sublinear rounds.
Findings
Distributed Laplacian solver with $O(n^{o(1)}(\sqrt{n}+D))$ rounds.
First exact distributed algorithms for mincost flow and negative weight shortest paths.
First exact distributed maxflow algorithm for directed graphs.
Abstract
We study distributed algorithms built around minor-based vertex sparsifiers, and give the first algorithm in the CONGEST model for solving linear systems in graph Laplacian matrices to high accuracy. Our Laplacian solver has a round complexity of , and thus almost matches the lower bound of , where is the number of nodes in the network and is its diameter. We show that our distributed solver yields new sublinear round algorithms for several cornerstone problems in combinatorial optimization. This is achieved by leveraging the powerful algorithmic framework of Interior Point Methods (IPMs) and the Laplacian paradigm in the context of distributed graph algorithms, which entails numerically solving optimization problems on graphs via a series of Laplacian systems. Problems that benefit from our distributed algorithmic…
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
TopicsComplexity and Algorithms in Graphs · Advanced Graph Theory Research · Stochastic Gradient Optimization Techniques
