Effects of Backtracking on PageRank
Cory Glover, Tyler Jones, Mark Kempton, Alice Oveson
TL;DR
This work analyzes how backtracking influences PageRank centrality by introducing three variants—non-backtracking PageRank, mu-PageRank, and a newly proposed infty-PageRank. It proves that on regular and bipartite biregular graphs, standard PageRank and its variants are equivalent, and it develops theory for mu-PageRank including its limit as mu grows large. The authors also explore top-node stability between standard and infty-PageRank, and design an infty-PageRank–based clustering method with strong performance on stochastic block models and real networks. Overall, the paper advances understanding of backtracking in PageRank and offers practical clustering tools with potential for fast variant comparisons in large networks.
Abstract
In this paper, we consider three variations on standard PageRank: Non-backtracking PageRank, $μ$-PageRank, and $\infty$-PageRank, all of which alter the standard formula by adjusting the likelihood of backtracking in the algorithm's random walk. We show that in the case of regular and bipartite biregular graphs, standard PageRank and its variants are equivalent. We also compare each centrality measure and investigate their clustering capabilities.
