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. 1302.4544
111
65

Distributed Random Walks

19 February 2013
Atish Das Sarma
Danupon Nanongkai
Gopal Pandurangan
P. Tetali
ArXivPDFHTML
Abstract

Performing random walks in networks is a fundamental primitive that has found applications in many areas of computer science, including distributed computing. In this paper, we focus on the problem of sampling random walks efficiently in a distributed network and its applications. Given bandwidth constraints, the goal is to minimize the number of rounds required to obtain random walk samples. All previous algorithms that compute a random walk sample of length ℓ\ellℓ as a subroutine always do so naively, i.e., in O(ℓ)O(\ell)O(ℓ) rounds. The main contribution of this paper is a fast distributed algorithm for performing random walks. We present a sublinear time distributed algorithm for performing random walks whose time complexity is sublinear in the length of the walk. Our algorithm performs a random walk of length ℓ\ellℓ in O~(ℓD)\tilde{O}(\sqrt{\ell D})O~(ℓD​) rounds (O~\tilde{O}O~ hides \polylogn\polylog{n}\polylogn factors where nnn is the number of nodes in the network) with high probability on an undirected network, where DDD is the diameter of the network. For small diameter graphs, this is a significant improvement over the naive O(ℓ)O(\ell)O(ℓ) bound. Furthermore, our algorithm is optimal within a poly-logarithmic factor as there exists a matching lower bound [Nanongkai et al. PODC 2011]. We further extend our algorithms to efficiently perform kkk independent random walks in O~(kℓD+k)\tilde{O}(\sqrt{k\ell D} + k)O~(kℓD​+k) rounds. We also show that our algorithm can be applied to speedup the more general Metropolis-Hastings sampling. Our random walk algorithms can be used to speed up distributed algorithms in applications that use random walks as a subroutine, such as computing a random spanning tree and estimating mixing time and related parameters. Our algorithm is fully decentralized and can serve as a building block in the design of topologically-aware networks.

View on arXiv
Comments on this paper