English

Entrywise Approximate Laplacian Solving

Data Structures and Algorithms 2024-09-17 v1

Abstract

We study the escape probability problem in random walks over graphs. Given vertices, s,t,s,t, and pp, the problem asks for the probability that a random walk starting at ss will hit tt before hitting pp. Such probabilities can be exponentially small even for unweighted undirected graphs with polynomial mixing time. Therefore current approaches, which are mostly based on fixed-point arithmetic, require nn bits of precision in the worst case. We present algorithms and analyses for weighted directed graphs under floating-point arithmetic and improve the previous best running times in terms of the number of bit operations. We believe our techniques and analysis could have a broader impact on the computation of random walks on graphs both in theory and in practice.

Keywords

Cite

@article{arxiv.2409.10022,
  title  = {Entrywise Approximate Laplacian Solving},
  author = {Jingbang Chen and Mehrdad Ghadiri and Hoai-An Nguyen and Richard Peng and Junzhao Yang},
  journal= {arXiv preprint arXiv:2409.10022},
  year   = {2024}
}

Comments

22 pages