The paper studies the chained index (chain) communication problem, which is a generalization of the well-studied index problem. In the chain problem, there are k instances of the index problem, all with the same answer, shared among k+1 players in a chained fashion. The communication is one-way from each player to the next, and the last player has to output the common answer.
The key results are:
The authors prove an optimal lower bound of Ω(n) bits of communication for solving the chain problem, irrespective of the number of chained instances k. This settles an open conjecture posed in prior work.
The key technique is to use information-theoretic tools, specifically the Jensen-Shannon divergence, to analyze protocols. This allows them to obtain a stronger lower bound compared to prior approaches based on total variation distance.
As a corollary, the authors obtain improved streaming lower bounds for approximating maximum independent sets and submodular maximization, through reductions from the chain problem.
The authors also extend their lower bound to a generalized version of the problem called Augmented Chain.
The paper provides a comprehensive analysis of the communication complexity of the chained index problem and its applications in streaming algorithms.
翻譯成其他語言
從原文內容
arxiv.org
深入探究