The Knowledge Till rho CONGEST model is a variant of the classical CONGEST model of distributed computing in which each vertex v has initial knowledge of the radius-rho ball centered at v. The most commonly studied variants of the CONGEST model are KT0 CONGEST in which nodes initially know nothing about their neighbors and KT1 CONGEST in which nodes initially know the IDs of all their neighbors. It has been shown that having access to neighbors' IDs (as in the KT1 CONGEST model) can substantially reduce the message complexity of algorithms for fundamental problems such as BROADCAST and MST. For example, King, Kutten, and Thorup (PODC 2015) show how to construct an MST using just Otilde(n) messages in the KT1 CONGEST model, whereas there is an Omega(m) message lower bound for MST in the KT0 CONGEST model. Building on this result, Gmyr and Pandurangen (DISC 2018) present a family of distributed randomized algorithms for various global problems that exhibit a trade-off between message and round complexity. These algorithms are based on constructing a sparse, spanning subgraph called a danner. Specifically, given a graph G and any delta in [0,1], their algorithm constructs (with high probability) a danner that has diameter Otilde(D + n^{1-delta}) and Otilde(min{m,n^{1+delta}}) edges in Otilde(n^{1-delta}) rounds while using Otilde(min{m,n^{1+\delta}}) messages, where n, m, and D are the number of nodes, edges, and the diameter of G, respectively. In the main result of this paper, we show that if we assume the KT2 CONGEST model, it is possible to substantially improve the time-message trade-off in constructing a danner. Specifically, we show in the KT2 CONGEST model, how to construct a danner that has diameter Otilde(D + n^{1-2delta}) and Otilde(min{m,n^{1+delta}}) edges in Otilde(n^{1-2delta}) rounds while using Otilde(min{m,n^{1+\delta}}) messages for any delta in [0,1/2].
翻译:知识达到半径ρ的CONGEST模型(KTρ CONGEST)是经典分布式计算模型CONGEST的一个变体,其中每个顶点v具有以v为中心、半径为ρ的球的初始知识。CONGEST模型中最常研究的变体包括KT0 CONGEST(节点初始时对其邻居一无所知)和KT1 CONGEST(节点初始时知道所有邻居的ID)。已有研究表明,访问邻居ID(如KT1 CONGEST模型)能够显著降低BROADCAST和MST等基本问题算法的消息复杂度。例如,King、Kutten和Thorup(PODC 2015)展示了如何在KT1 CONGEST模型中使用仅Õ(n)条消息构建MST,而KT0 CONGEST模型中MST存在Ω(m)条消息的消息复杂度下界。基于这一结果,Gmyr和Pandurangen(DISC 2018)针对多种全局问题提出了一族分布式随机化算法,这些算法在消息复杂度和轮复杂度之间展现出权衡关系。这些算法基于构建一种称为danner的稀疏生成子图。具体而言,给定图G和任意δ∈[0,1],他们的算法能以高概率在Õ(n^{1-δ})轮内构建一个直径为Õ(D + n^{1-δ})、边数为Õ(min{m,n^{1+δ}})的danner,同时使用Õ(min{m,n^{1+δ}})条消息,其中n、m和D分别表示G的节点数、边数和直径。本文的主要结果表明,若采用KT2 CONGEST模型,则能显著改进构建danner时的时间-消息权衡。具体而言,我们在KT2 CONGEST模型中展示了对于任意δ∈[0,1/2],如何以Õ(min{m,n^{1+δ}})条消息在Õ(n^{1-2δ})轮内构建一个直径为Õ(D + n^{1-2δ})、边数为Õ(min{m,n^{1+δ}})的danner。