Iterative Methods via Locally Evolving Set Process
Abstract
Given the damping factor α and precision tolerance ε, andersen2006local introduced Approximate Personalized PageRank (APPR), the de facto local method for approximating the PPR vector, with runtime bounded by (1/(αε)) independent of the graph size. Recently, fountoulakis2022open asked whether faster local algorithms could be developed using O(1/(αε)) operations. By noticing that APPR is a local variant of Gauss-Seidel, this paper explores the question of whether standard iterative solvers can be effectively localized. We propose to use the locally evolving set process, a novel framework to characterize the algorithm locality, and demonstrate that many standard solvers can be effectively localized. Let vol (St) and γt be the running average of volume and the residual ratio of active nodes St during the process. We show vol (St)/γt ≤ 1/ε and prove APPR admits a new runtime bound O(vol(St)/(αγt)) mirroring the actual performance. Furthermore, when the geometric mean of residual reduction is (α), then there exists c ∈ (0,2) such that the local Chebyshev method has runtime O(vol(St)/(α(2-c))) without the monotonicity assumption. Numerical results confirm the efficiency of this novel framework and show up to a hundredfold speedup over corresponding standard solvers on real-world graphs.
Turn this paper into a full lesson
ArcXiv compiles a staged curriculum from this paper: 8-12 lessons across beginner → advanced, synthesised section guides, visuals, flashcards, a quiz, exercises, and on-demand deep dives per section. Grounded in the abstract, never invented.