Revisiting Local Computation of PageRank: Simple and Optimal
Hanzhi Wang, Zhewei Wei, Ji-Rong Wen, Mingji Yang

TL;DR
This paper analyzes and improves the complexity bounds of local PageRank computation algorithms, showing that a simple existing method is already optimal and providing tighter bounds for estimating PageRank centrality.
Contribution
It provides new worst-case complexity bounds for local PageRank algorithms, proving the optimality of a classic method and improving existing upper and lower bounds with simple techniques.
Findings
ApproxContributions algorithm is optimal in worst-case complexity.
New upper bound for local PageRank estimation: $O(n^{1/2} imes ext{min}( ext{in-degree}^{1/2}, ext{out-degree}^{1/2}, m^{1/4}))$.
Matching lower bounds confirm the tightness of the bounds.
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsData Management and Algorithms
