Fully Polynomial-Time Distributed Computation in Low-Treewidth Graphs
Taisuke Izumi, Naoki Kitamura, Takamasa Naruse, Gregory Schwartzman

TL;DR
This paper introduces efficient distributed algorithms for solving key graph problems in low-treewidth graphs, achieving polynomial dependence on treewidth, linear on diameter, and polylogarithmic on node count, using a unified framework with novel techniques.
Contribution
It presents a fully polynomial-time distributed framework for low-treewidth graphs, including a new tree decomposition algorithm and the concept of stateful walk constraints, enabling efficient solutions to complex problems.
Findings
Algorithms for shortest paths, maximum matching, and girth run in ext{polylog}(n) rounds.
Tree decomposition can be computed in ext{polylog}(n) rounds.
The framework generalizes to various constrained walk problems in distributed settings.
Abstract
We consider global problems, i.e. problems that take at least diameter time, even when the bandwidth is not restricted. We show that all problems considered admit efficient solutions in low-treewidth graphs. By ``efficient'' we mean that the running time has polynomial dependence on the treewidth, a linear dependence on the diameter (which is unavoidable), and only a polylogarithmic dependence on , the number of nodes in the graph. We present the algorithms solving the following problems in the CONGEST model which all attain -round complexity (where and denote the treewidth and diameter of the graph, respectively): (1) Exact single-source shortest paths (actually, the more general problem of computing a distance labeling scheme) for weighted and directed graphs, (2) exact bipartite unweighted maximum matching, and (3) the weighted girth for both…
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
TopicsAdvanced Graph Theory Research · Complexity and Algorithms in Graphs · Interconnection Networks and Systems
