PageRank Centrality in Directed Graphs with Bounded In-Degree
Abstract
We study the computational complexity of locally estimating a node's PageRank centrality in a directed graph . For any node , its PageRank centrality is defined as the probability that a random walk in , starting from a uniformly chosen node, terminates at , where each step terminates with a constant probability . To obtain a multiplicative -approximation of with probability , the previously best upper bound is from [Wang, Wei, Wen, Yang, STOC '24], where and denote the number of nodes and edges in , and and upper bound the in-degrees and out-degrees of , respectively. Using a refinement of the proof in the same paper, we establish a lower bound of , where . As only depends on and for , the known upper bound is tight if we only parameterize the complexity by , , and . However, there remains a gap of when considering , and this gap is large when is small. In the extreme case where , we have , leading to a gap of between the bounds and . In this paper, we present a new algorithm that achieves the above lower bound (up to logarithmic factors). The algorithm assumes that and the bounds and are known in advance. Our key technique is a novel randomized backwards propagation process that only propagates selectively based on Monte Carlo estimated PageRank scores.
Cite
@article{arxiv.2508.01257,
title = {PageRank Centrality in Directed Graphs with Bounded In-Degree},
author = {Mikkel Thorup and Hanzhi Wang and Zhewei Wei and Mingji Yang},
journal= {arXiv preprint arXiv:2508.01257},
year = {2026}
}
Comments
full version of a SODA 2026 paper, 25 pages, 2 figures; v2: revised discussion of contributions and related work, added explanations on the exponent gamma