Simple, Fast and Deterministic Gossip and Rumor Spreading
Bernhard Haeupler

TL;DR
This paper introduces the first efficient deterministic gossip algorithm for rumor spreading, achieving faster and more reliable dissemination in networks compared to previous randomized methods.
Contribution
It presents a novel deterministic gossip algorithm that solves the k-local broadcast problem efficiently, improving robustness and simplicity over prior randomized solutions.
Findings
Deterministic algorithm solves k-local broadcast in 2(k+log n)log n rounds.
Algorithm guarantees success with certainty, not just high probability.
Simpler and more robust than previous randomized gossip algorithms.
Abstract
We study gossip algorithms for the rumor spreading problem which asks each node to deliver a rumor to all nodes in an unknown network. Gossip algorithms allow nodes only to call one neighbor per round and have recently attracted attention as message efficient, simple and robust solutions to the rumor spreading problem. Recently, non-uniform random gossip schemes were devised to allow efficient rumor spreading in networks with bottlenecks. In particular, [Censor-Hillel et al., STOC'12] gave an O(log^3 n) algorithm to solve the 1-local broadcast problem in which each node wants to exchange rumors locally with its 1-neighborhood. By repeatedly applying this protocol one can solve the global rumor spreading quickly for all networks with small diameter, independently of the conductance. This and all prior gossip algorithms for the rumor spreading problem have been inherently randomized…
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.
