Revisiting Local Computation of PageRank: Simple and Optimal
Abstract
We revisit the classic local graph exploration algorithm ApproxContributions proposed by Andersen, Borgs, Chayes, Hopcroft, Mirrokni, and Teng (WAW '07, Internet Math. '08) for computing an -approximation of the PageRank contribution vector for a target node on a graph with nodes and edges. We give a worst-case complexity bound of ApproxContributions as , where is the PageRank score of , and and are the maximum in-degree and out-degree of the graph, resp. We also give a lower bound of for detecting the -contributing set of , showing that the simple ApproxContributions algorithm is already optimal. We also investigate the computational complexity of locally estimating a node's PageRank centrality. We improve the best-known upper bound of given by Bressan, Peserico, and Pretto (SICOMP '23) to by simply combining ApproxContributions with the Monte Carlo simulation method. We also improve their lower bound of to if , and to if , where is an arbitrarily small constant. Our matching upper and lower bounds resolve the open problem of whether one can tighten the bounds given by Bressan, Peserico, and Pretto (FOCS '18, SICOMP '23). Remarkably, the techniques and analyses for proving all our results are surprisingly simple.
Keywords
Cite
@article{arxiv.2403.12648,
title = {Revisiting Local Computation of PageRank: Simple and Optimal},
author = {Hanzhi Wang and Zhewei Wei and Ji-Rong Wen and Mingji Yang},
journal= {arXiv preprint arXiv:2403.12648},
year = {2024}
}
Comments
30 pages, 3 figures, full version of a STOC 2024 paper