Shortest Paths in a Hybrid Network Model
John Augustine, Kristian Hinnenthal, Fabian Kuhn, Christian, Scheideler, Philipp Schneider

TL;DR
This paper explores how combining local and global communication modes in hybrid networks affects the complexity of shortest path problems, providing new algorithms with improved time bounds for exact and approximate solutions.
Contribution
It introduces a hybrid communication model and presents novel algorithms for shortest path problems with improved time complexities.
Findings
Exact APSP in O(n^{2/3}) time
Approximate APSP in heta(\u221a n) time
Exact SSSP in O(\u221a ext{SPD}) time
Abstract
We introduce a communication model for hybrid networks, where nodes have access to two different communication modes: a local mode where communication is only possible between specific pairs of nodes, and a global mode where communication between any pair of nodes is possible. This can be motivated, for instance, by wireless networks in which we combine direct device-to-device communication (e.g., using WiFi) with communication via a shared infrastructure (like base stations, the cellular network, or satellites). Typically, communication over short-range connections is cheaper and can be done at a much higher rate. Hence, we are focusing here on the LOCAL model (in which the nodes can exchange an unbounded amount of information in each round) for the local connections while for the global communication we assume the so-called node-capacitated clique model, where in each round every…
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.
