English

Efficient Algorithms for Personalized PageRank Computation: A Survey

Data Structures and Algorithms 2024-03-21 v1

Abstract

Personalized PageRank (PPR) is a traditional measure for node proximity on large graphs. For a pair of nodes ss and tt, the PPR value πs(t)\pi_s(t) equals the probability that an α\alpha-discounted random walk from ss terminates at tt and reflects the importance between ss and tt in a bidirectional way. As a generalization of Google's celebrated PageRank centrality, PPR has been extensively studied and has found multifaceted applications in many fields, such as network analysis, graph mining, and graph machine learning. Despite numerous studies devoted to PPR over the decades, efficient computation of PPR remains a challenging problem, and there is a dearth of systematic summaries and comparisons of existing algorithms. In this paper, we recap several frequently used techniques for PPR computation and conduct a comprehensive survey of various recent PPR algorithms from an algorithmic perspective. We classify these approaches based on the types of queries they address and review their methodologies and contributions. We also discuss some representative algorithms for computing PPR on dynamic graphs and in parallel or distributed environments.

Keywords

Cite

@article{arxiv.2403.05198,
  title  = {Efficient Algorithms for Personalized PageRank Computation: A Survey},
  author = {Mingji Yang and Hanzhi Wang and Zhewei Wei and Sibo Wang and Ji-Rong Wen},
  journal= {arXiv preprint arXiv:2403.05198},
  year   = {2024}
}

Comments

20 pages, "accepted version" of an article accepted by IEEE Transactions on Knowledge and Data Engineering (TKDE) for publication

R2 v1 2026-06-28T15:13:24.454Z