Fast Partial Distance Estimation and Applications
Christoph Lenzen, Boaz Patt-Shamir

TL;DR
This paper presents new algorithms for approximate all-pairs shortest paths in distributed networks, achieving faster runtimes, better approximation ratios, and smaller labels, advancing the efficiency of distributed routing schemes.
Contribution
The paper introduces improved deterministic and randomized algorithms for approximate APSP in the CONGEST model, with faster runtimes, reduced approximation ratios, and optimal label sizes.
Findings
Deterministic $(1+o(1))$-approximation in $ ilde{O}(n)$ rounds.
Randomized $O(k)$-approximation in $ ilde{O}(n^{1/2+1/k}+D)$ rounds.
Compact routing tables with $O(k ext{log} n)$ bits and improved approximation ratios.
Abstract
We study approximate distributed solutions to the weighted {\it all-pairs-shortest-paths} (APSP) problem in the CONGEST model. We obtain the following results. A deterministic -approximation to APSP in rounds. This improves over the best previously known algorithm, by both derandomizing it and by reducing the running time by a factor. In many cases, routing schemes involve relabeling, i.e., assigning new names to nodes and require that these names are used in distance and routing queries. It is known that relabeling is necessary to achieve running times of . In the relabeling model, we obtain the following results. A randomized -approximation to APSP, for any integer , running in rounds, where is the hop diameter of the network. This algorithm simplifies the best previously…
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 · Optimization and Search Problems · Privacy-Preserving Technologies in Data
