A Parallel PageRank Algorithm For Undirected Graph
Qi Zhang, Rongxia Tang, Zhengan Yao, Zanbo Zhang

TL;DR
This paper introduces a parallel PageRank algorithm tailored for undirected graphs that exploits their symmetry, achieving faster convergence and computational efficiency compared to traditional methods.
Contribution
It extends Chebyshev Polynomial approximation to matrix functions for undirected graphs, leveraging symmetry to improve performance.
Findings
Up to 50% higher convergence rate with damping factor 0.85
Algorithm is up to 39 times faster than Power method on six datasets
Requires less computation due to symmetry exploitation
Abstract
As a measure of vertex importance according to the graph structure, PageRank has been widely applied in various fields. While many PageRank algorithms have been proposed in the past decades, few of them take into account whether the graph under investigation is directed or not. Thus, some important properties of undirected graph\textemdash symmetry on edges, for example\textemdash is ignored. In this paper, we propose a parallel PageRank algorithm specifically designed for undirected graphs that can fully leverage their symmetry. Formally, our algorithm extends the Chebyshev Polynomial approximation from the field of real function to the field of matrix function. Essentially, it reflects the symmetry on edges of undirected graph and the density of diagonalizable matrix. Theoretical analysis indicates that our algorithm has a higher convergence rate and requires less computation than the…
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
TopicsGraph Theory and Algorithms · Complex Network Analysis Techniques · Graph theory and applications
