English

Near-Optimality for Single-Source Personalized PageRank

Data Structures and Algorithms 2026-04-14 v5 Computational Complexity

Abstract

The \emph{Single-Source Personalized PageRank} (SSPPR) query is central to graph OLAP, measuring the probability π(s,t)\pi(s,t) that an α\alpha-decay random walk from node ss terminates at tt. Despite decades of research, a significant gap remains between upper and lower bounds for its computational complexity. Existing upper bounds are O(min(log(1/ϵ)ϵ2,mlognϵ,mlog1ϵ))O\left(\min\left(\frac{\log(1/\epsilon)}{\epsilon^2}, \frac{\sqrt{m \log n}}{\epsilon}, m \log \frac{1}{\epsilon}\right)\right) for SSPPR-A and O(min(log(1/n)δ,mlog(n/δ),mlog(log(n)mδ)))O\left(\min\left(\frac{\log(1/n)}{\delta}, \sqrt{m \log(n/\delta)}, m \log \left(\frac{\log(n)}{m\delta}\right)\right)\right) for SSPPR-R, with trivial lower bounds of Ω(min(n,1/ϵ))\Omega(\min(n,1/\epsilon)) and Ω(min(n,1/δ))\Omega(\min(n,1/\delta)). This work narrows or closes this gap. We improve the upper bounds for SSPPR-A and SSPPR-R to O(1ϵ2)O\left(\frac{1}{\epsilon^2}\right) and O(min(log(1/δ)δ,m+nlog(n)log(log(n)mδ)))O\left(\min\left(\frac{\log(1/\delta)}{\delta}, m + n \log(n) \log \left(\frac{\log(n)}{m\delta}\right)\right)\right), respectively, offering improvements by factors of log(1/ϵ)\log(1/\epsilon) and log(log(n)mδ)\log\left(\frac{\log(n)}{m\delta}\right). On the lower bound side, we establish stronger results: Ω(min(m,1/ϵ2))\Omega(\min(m, 1/\epsilon^2)) for SSPPR-A and Ω(min(m,log(1/δ)δ))\Omega(\min(m, \frac{\log(1/\delta)}{\delta})) for SSPPR-R, strengthening theoretical foundations. Our upper and lower bounds for SSPPR-R coincide for graphs with mΩ(nlog2n)m \in \Omega(n \log^2 n) and any threshold δ,1/δO(poly(n))\delta, 1/\delta \in O(\text{poly}(n)), achieving theoretical optimality in most graph regimes. The SSPPR-A query attains partial optimality for large error thresholds, matching our new lower bound. This is the first optimal result for SSPPR queries. Our techniques generalize to the Single-Target Personalized PageRank (STPPR) query, improving its lower bound from Ω(min(n,1/δ))\Omega(\min(n, 1/\delta)) to Ω(min(m,nδlogn))\Omega(\min(m, \frac{n}{\delta} \log n)), matching the upper bound and revealing its optimality.

Keywords

Cite

@article{arxiv.2507.14462,
  title  = {Near-Optimality for Single-Source Personalized PageRank},
  author = {Xinpeng Jiang and Haoyu Liu and Siqiang Luo and Xiaokui Xiao},
  journal= {arXiv preprint arXiv:2507.14462},
  year   = {2026}
}

Comments

To appear in PODS 2026

R2 v1 2026-07-01T04:08:57.380Z