Exponentially Faster Shortest Paths in the Congested Clique

PODC '20: ACM Symposium on Principles of Distributed Computing Virtual Event Italy August, 2020(2022)

引用 17|浏览11
暂无评分
摘要
We present improved deterministic algorithms for approximating shortest paths in the Congested Cliqe model of distributed computing. We obtain poly(log logn)-round algorithms for the following problems in unweighted undirected n-vertex graphs: (1 + epsilon)-approximation of multi-source shortest paths (MSSP) from O(root n) sources. (2 + epsilon)-approximation of all pairs shortest paths (APSP). (1 + epsilon, beta)-approximation of APSP where beta = O(log log n/epsilon)log log n. These bounds improve exponentially over the state-of-the-art poly-logarithmic bounds due to [Censor-Hillel et al., PODC19]. It also provides the first nearly-additive bounds for the APSP problem in sub-polynomial time. Our approach is based on distinguishing between short and long distances based on some distance threshold t = O(beta/epsilon) where beta = O(log log n/epsilon) log log n. Handling the long distances is done by devising a new algorithm for computing a sparse (1 + epsilon, beta) emulator with O(n log logn) edges. For the short distances, we provide distance-sensitive variants for the distance tool-kit of [Censor-Hillel et al., PODC19]. By exploiting the fact that this tool-kit should be applied only on local balls of radius t, their round complexities get improved from poly(logn) to poly(log t). Finally, our deterministic solutions for these problems are based on a derandomization scheme of a novel variant of the hitting set problem, which might be of independent interest.
更多
查看译文
关键词
Shortest paths,congested clique,near-additive emulator
AI 理解论文
溯源树
样例
生成溯源树,研究论文发展脉络
Chat Paper
正在生成论文摘要