Optimal Gossip Algorithms for Exact and Approximate Quantile Computations
Bernhard Haeupler, Jeet Mohapatra, Hsin-Hao Su

TL;DR
This paper introduces faster, optimal gossip algorithms for computing exact and approximate quantiles in distributed networks, significantly improving speed over previous methods while maintaining robustness.
Contribution
It presents a quadratic speedup for exact quantile computation and an exponential speedup for approximate quantiles in gossip algorithms, achieving optimal round complexity.
Findings
Exact quantile algorithm runs in O(log n) rounds.
Approximate quantile algorithm runs in O(log log n + log(1/ε)) rounds.
Algorithms are robust to transmission failures.
Abstract
This paper gives drastically faster gossip algorithms to compute exact and approximate quantiles. Gossip algorithms, which allow each node to contact a uniformly random other node in each round, have been intensely studied and been adopted in many applications due to their fast convergence and their robustness to failures. Kempe et al. [FOCS'03] gave gossip algorithms to compute important aggregate statistics if every node is given a value. In particular, they gave a beautiful round algorithm to -approximate the sum of all values and an round algorithm to compute the exact -quantile, i.e., the the smallest value. We give an quadratically faster and in fact optimal gossip algorithm for the exact -quantile problem which runs in rounds. We furthermore show that one can achieve…
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
TopicsError Correcting Code Techniques · Bayesian Modeling and Causal Inference · Data Stream Mining Techniques
