# Two-Hop Walks Indicate PageRank Order

**Authors:** Ying Tang

arXiv: 1903.03756 · 2019-03-12

## TL;DR

This paper demonstrates that two-hop walks can reliably indicate PageRank order, introducing a probabilistic framework and an efficient $O(1)$ comparison algorithm suitable for large-scale networks.

## Contribution

It introduces a novel sign-mirror function and parameter curve to infer PageRank order from two-hop walks, with a probabilistic analysis and an efficient comparison algorithm.

## Key findings

- High pairwise correct rate for PageRank order detection.
- An $O(1)$ algorithm for single pairwise PageRank comparison.
- Applicability to large-scale, real-time network analysis.

## Abstract

This paper shows that pairwise PageRank orders emerge from two-hop walks. The main tool used here refers to a specially designed sign-mirror function and a parameter curve, whose low-order derivative information implies pairwise PageRank orders with high probability. We study the pairwise correct rate by placing the Google matrix $\textbf{G}$ in a probabilistic framework, where $\textbf{G}$ may be equipped with different random ensembles for model-generated or real-world networks with sparse, small-world, scale-free features, the proof of which is mixed by mathematical and numerical evidence. We believe that the underlying spectral distribution of aforementioned networks is responsible for the high pairwise correct rate. Moreover, the perspective of this paper naturally leads to an $O(1)$ algorithm for any single pairwise PageRank comparison if assuming both $\textbf{A}=\textbf{G}-\textbf{I}_n$, where $\textbf{I}_n$ denotes the identity matrix of order $n$, and $\textbf{A}^2$ are ready on hand (e.g., constructed offline in an incremental manner), based on which it is easy to extract the top $k$ list in $O(kn)$, thus making it possible for PageRank algorithm to deal with super large-scale datasets in real time.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1903.03756/full.md

## Figures

2 figures with captions in the complete paper: https://tomesphere.com/paper/1903.03756/full.md

## References

55 references — full list in the complete paper: https://tomesphere.com/paper/1903.03756/full.md

---
Source: https://tomesphere.com/paper/1903.03756