English

An Advanced Parallel PageRank Algorithm

Networking and Internet Architecture 2023-03-07 v2

Abstract

Initially used to rank web pages, PageRank has now been applied in many fields. In general case, there are plenty of special vertices such as dangling vertices and unreferenced vertices in the graph. Existing PageRank algorithms usually consider them as `bad` vertices since they may take troubles. However, in this paper, we propose a parallel PageRank algorithm which can take advantage of these special vertices. For this end, we firstly interpret PageRank from the information transmitting perspective and give a constructive definition of PageRank. Then, based on the information transmitting interpretation, a parallel PageRank algorithm which we call the Information Transmitting Algorithm(ITA) is proposed. We prove that the dangling vertices can increase ITA's convergence rate and the unreferenced vertices and weak unreferenced vertices can decrease ITA's calculations. Compared with the MONTE CARLO method, ITA has lower bandwidth requirement. Compared with the power method, ITA has higher convergence rate and generates less calculations. Finally, experimental results on four data sets demonstrate that ITA is 1.5-4 times faster than the power method and converges more uniformly.

Keywords

Cite

@article{arxiv.2112.07363,
  title  = {An Advanced Parallel PageRank Algorithm},
  author = {Qi Zhang and Zhengan Yao and Jun Liang and Zanbo Zhang},
  journal= {arXiv preprint arXiv:2112.07363},
  year   = {2023}
}

Comments

We will upload a new one

R2 v1 2026-06-24T08:16:41.546Z