Fast Broadcast in Highly Connected Networks
Shashwat Chandra, Yi-Jun Chang, Michal Dory, Mohsen Ghaffari, Dean, Leitersdorf

TL;DR
This paper introduces a randomized distributed algorithm for multi-message broadcast in highly connected networks, achieving near-optimal round complexity proportional to network size and edge connectivity.
Contribution
The work presents a simple, efficient broadcast algorithm that is nearly optimal for high connectivity graphs, improving over classical methods in distributed network communication.
Findings
Algorithm runs in O(((n+k)/λ) log n) rounds.
Nearly matches the information-theoretic lower bound for large k.
Enables efficient approximation algorithms for distance and cut size problems.
Abstract
We revisit the classic broadcast problem, wherein we have messages, each composed of bits, distributed arbitrarily across a network. The objective is to broadcast these messages to all nodes in the network. In the distributed CONGEST model, a textbook algorithm solves this problem in rounds, where is the diameter of the graph. While the term in the round complexity is unavoidablegiven that rounds are necessary to solve broadcast in any graphit remains unclear whether the term is needed in all graphs. In cases where the minimum cut size is one, simply transmitting messages from one side of the cut to the other would require rounds. However, if the size of the minimum cut is larger, it may be possible to develop faster algorithms. This motivates the exploration of the broadcast problem in…
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 MIMO Systems Optimization · Cooperative Communication and Network Coding · Advanced Wireless Network Optimization
