Randomized Algorithms for Tracking Distributed Count, Frequencies, and Ranks
Zengfeng Huang, Ke Yi, Qin Zhang

TL;DR
This paper demonstrates that randomized algorithms significantly reduce communication costs in distributed tracking problems like count, frequency, and rank tracking, compared to deterministic methods, with simple algorithms and strong lower bounds.
Contribution
The paper introduces randomized algorithms that lower communication complexity for distributed count, frequency, and rank tracking, surpassing deterministic approaches with simple, space-efficient solutions.
Findings
Randomized algorithms reduce communication complexity from Θ(k/ε) to Θ(√k/ε).
Algorithms are simple and use only O(1) space per player.
Lower bounds show the optimality of the randomized approach.
Abstract
We show that randomization can lead to significant improvements for a few fundamental problems in distributed tracking. Our basis is the {\em count-tracking} problem, where there are players, each holding a counter that gets incremented over time, and the goal is to track an -approximation of their sum continuously at all times, using minimum communication. While the deterministic communication complexity of the problem is , where is the final value of when the tracking finishes, we show that with randomization, the communication cost can be reduced to . Our algorithm is simple and uses only O(1) space at each player, while the lower bound holds even assuming each player has infinite computing power. Then, we extend our techniques to two related distributed tracking problems: {\em…
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
TopicsEnergy Efficient Wireless Sensor Networks
