ResearchTrend.AI
  • Papers
  • Communities
  • Events
  • Blog
  • Pricing
Papers
Communities
Social Events
Terms and Conditions
Pricing
Parameter LabParameter LabTwitterGitHubLinkedInBlueskyYoutube

© 2025 ResearchTrend.AI, All rights reserved.

  1. Home
  2. Papers
  3. 2411.07011
31
1

The Singular Optimality of Distributed Computation in LOCAL

11 November 2024
Fabien Dufoulon
Gopal Pandurangan
Peter Robinson
Michele Scquizzato
ArXivPDFHTML
Abstract

It has been shown that one can design distributed algorithms that are (nearly) singularly optimal, meaning they simultaneously achieve optimal time and message complexity (within polylogarithmic factors), for several fundamental global problems such as broadcast, leader election, and spanning tree construction, under the KT0\text{KT}_0KT0​ assumption. With this assumption, nodes have initial knowledge only of themselves, not their neighbors. In this case the time and message lower bounds are Ω(D)\Omega(D)Ω(D) and Ω(m)\Omega(m)Ω(m), respectively, where DDD is the diameter of the network and mmm is the number of edges, and there exist (even) deterministic algorithms that simultaneously match these bounds. On the other hand, under the KT1\text{KT}_1KT1​ assumption, whereby each node has initial knowledge of itself and the identifiers of its neighbors, the situation is not clear. For the KT1\text{KT}_1KT1​ CONGEST model (where messages are of small size), King, Kutten, and Thorup (KKT) showed that one can solve several fundamental global problems (with the notable exception of BFS tree construction) such as broadcast, leader election, and spanning tree construction with O~(n)\tilde{O}(n)O~(n) message complexity (nnn is the network size), which can be significantly smaller than mmm. Randomization is crucial in obtaining this result. While the message complexity of the KKT result is near-optimal, its time complexity is O~(n)\tilde{O}(n)O~(n) rounds, which is far from the standard lower bound of Ω(D)\Omega(D)Ω(D). In this paper, we show that in the KT1\text{KT}_1KT1​ LOCAL model (where message sizes are not restricted), singular optimality is achievable. Our main result is that all global problems, including BFS tree construction, can be solved in O~(D)\tilde{O}(D)O~(D) rounds and O~(n)\tilde{O}(n)O~(n) messages, where both bounds are optimal up to polylogarithmic factors. Moreover, we show that this can be achieved deterministically.

View on arXiv
Comments on this paper