Accelerated Evolving Set Processes for Local PageRank Computation
Huang, Luo, Xiao et al.
This work proposes a novel framework based on nested evolving set processes to accelerate Personalized PageRank (PPR) computation. At each stage of the process, we employ a localized inexact proximal point iteration to solve a simplified linear system. We show that the time complexity of such localized methods is upper bounded by $\min\{\tilde{\mathcal{O}}(R^2/ε^2), \tilde{\mathcal{O}}(m)\}$ to obtain an $ε$-approximation of the PPR vector, where $m$ denotes the number of edges in the graph and $R$ is a constant defined via nested evolving set processes. Furthermore, the algorithms induced by our framework require solving only $\tilde{\mathcal{O}}(1/\sqrtα)$ such linear systems, where $α$ is the damping factor. When $1/ε^2\ll m$, this implies the existence of an algorithm that computes an $\ epsilon $-approximation of the PPR vector with an overall time complexity of $\tilde{\mathcal{O}}\left(R^2 / (\sqrtαε^2)\right)$, independent of the underlying graph size. Our result resolves an open conjecture from existing literature. Experimental results on real-world graphs validate the efficiency of our methods, demonstrating significant convergence in the early stages.
academic
Accelerated Evolving Set Processes for Local PageRank Computation
本文提出了一个基于嵌套演化集合过程(nested evolving set processes)的新框架来加速个性化PageRank(PPR)计算。在每个阶段,采用局部化的非精确近似点迭代来解决简化的线性系统。研究表明,此类局部化方法的时间复杂度上界为min{O~(R2/ε2),O~(m)}以获得PPR向量的ε-近似,其中m表示图中边数,R是通过嵌套演化集合过程定义的常数。框架诱导的算法仅需求解O~(1/α)个这样的线性系统,其中α是阻尼因子。当1/ε2≪m时,这意味着存在一个算法能以O~(R2/(αε2))的总时间复杂度计算PPR向量的ε-近似,且独立于底层图大小。