Learning Based Distributed Tracking
Hao Wu, Junhao Gan, Rui Zhang

TL;DR
This paper introduces data-dependent algorithms for distributed tracking that leverage data distribution knowledge to significantly reduce communication costs, with theoretical guarantees and extensive empirical validation.
Contribution
It proposes novel data-dependent algorithms for distributed tracking that improve communication bounds and adapt to data distribution, including learning-based methods.
Findings
Achieved a communication cost of O(k log log N), outperforming the previous O(k log N/k) bound.
Algorithms perform at least 20% of the communication cost of state-of-the-art methods.
Extensive experiments validate the efficiency and robustness of the proposed algorithms.
Abstract
Inspired by the great success of machine learning in the past decade, people have been thinking about the possibility of improving the theoretical results by exploring data distribution. In this paper, we revisit a fundamental problem called Distributed Tracking (DT) under an assumption that the data follows a certain (known or unknown) distribution, and propose a number data-dependent algorithms with improved theoretical bounds. Informally, in the DT problem, there is a coordinator and k players, where the coordinator holds a threshold N and each player has a counter. At each time stamp, at most one counter can be increased by one. The job of the coordinator is to capture the exact moment when the sum of all these k counters reaches N. The goal is to minimise the communication cost. While our first type of algorithms assume the concrete data distribution is known in advance, our second…
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
TopicsData Stream Mining Techniques · Privacy-Preserving Technologies in Data · Advanced Bandit Algorithms Research
