Beeping Shortest Paths via Hypergraph Bipartite Decomposition
Fabien Dufoulon, Yuval Emek, Ran Gelles

TL;DR
This paper introduces randomized schemes for constructing shortest paths in beeping networks, utilizing hypergraph bipartite decomposition to achieve efficient routing between nodes with high probability.
Contribution
It presents novel hypergraph bipartite decomposition techniques and applies them to develop faster shortest path algorithms in the beeping communication model.
Findings
Single shortest path construction in $O(D \\log\log n + \\\log^3 n)$ rounds.
Multiple shortest paths construction in $O(D \\log^2 n + \\\log^3 n)$ rounds.
Hypergraph bipartite decomposition accelerates shortest path algorithms.
Abstract
Constructing a shortest path between two network nodes is a fundamental task in distributed computing. This work develops schemes for the construction of shortest paths in randomized beeping networks between a predetermined source node and an arbitrary set of destination nodes. Our first scheme constructs a (single) shortest path to an arbitrary destination in rounds with high probability. Our second scheme constructs multiple shortest paths, one per each destination, in rounds with high probability. Our schemes are based on a reduction of the above shortest path construction tasks to a decomposition of hypergraphs into bipartite hypergraphs: We develop a beeping procedure that partitions the (polynomially-large) hyperedge set of a hypergraph into disjoint subsets $F_1 \cup \cdots \cup…
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
Beeping Shortest Paths via Hypergraph Bipartite Decomposition· youtube
Taxonomy
TopicsComplexity and Algorithms in Graphs · Stochastic Gradient Optimization Techniques · Advanced biosensing and bioanalysis techniques
