Approximate Personalized PageRank on Dynamic Graphs
Abstract
We propose and analyze two algorithms for maintaining approximate Personalized PageRank (PPR) vectors on a dynamic graph, where edges are added or deleted. Our algorithms are natural dynamic versions of two known local variations of power iteration. One, Forward Push, propagates probability mass forwards along edges from a source node, while the other, Reverse Push, propagates local changes backwards along edges from a target. In both variations, we maintain an invariant between two vectors, and when an edge is updated, our algorithm first modifies the vectors to restore the invariant, then performs any needed local push operations to restore accuracy. For Reverse Push, we prove that for an arbitrary directed graph in a random edge model, or for an arbitrary undirected graph, given a uniformly random target node , the cost to maintain a PPR vector to of additive error as edges are updated is , where is the average degree of the graph. This is work per update, plus the cost of computing a reverse vector once on a static graph. For Forward Push, we show that on an arbitrary undirected graph, given a uniformly random start node , the cost to maintain a PPR vector from of degree-normalized error as edges are updated is , which is again per update plus the cost of computing a PPR vector once on a static graph.
Keywords
Cite
@article{arxiv.1603.07796,
title = {Approximate Personalized PageRank on Dynamic Graphs},
author = {Hongyang Zhang and Peter Lofgren and Ashish Goel},
journal= {arXiv preprint arXiv:1603.07796},
year = {2017}
}
Comments
KDD'16