4.4 Article

Massively Parallel Algorithms for Personalized PageRank

Journal

PROCEEDINGS OF THE VLDB ENDOWMENT
Volume 14, Issue 9, Pages 1668-1680

Publisher

ASSOC COMPUTING MACHINERY
DOI: 10.14778/3461535.3461554

Keywords

-

Funding

  1. Hong Kong RGC ECS [24203419]
  2. RGC CRF [C4158-20G]
  3. CUHK Direct Grant [4055114]
  4. NSFC [U1936205]
  5. National Natural Science Foundation of China [61972401, 61932001, 61832017]
  6. Beijing Outstanding Young Scientist Program [BJJWZYJH012019100020098]
  7. Alibaba Group
  8. Public Computing Cloud, Renmin University of China

Ask authors/readers for more resources

Personalized PageRank is widely used in search engines and social recommendations, but existing solutions are often inefficient for distributed settings. The Delta-Push framework aims to reduce rounds and communication load in distributed environments, utilizing a redesigned push algorithm and Monte-Carlo method to optimize PPR queries.
Personalized PageRank (PPR) has wide applications in search engines, social recommendations, community detection, and so on. Nowadays, graphs are becoming massive and many IT companies need to deal with large graphs that cannot be fitted into the memory of most commodity servers. However, most existing state-of-the-art solutions for PPR computation only work for single-machines and are inefficient for the distributed framework since such solutions either (i) result in an excessively large number of communication rounds, or (ii) incur high communication costs in each round. Motivated by this, we present Delta-Push, an efficient framework for single-source and top-k PPR queries in distributed settings. Our goal is to reduce the number of rounds while guaranteeing that the load, i.e., the maximum number of messages an executor sends or receives in a round, can be bounded by the capacity of each executor. We first present a non-trivial combination of a redesigned parallel push algorithm and the Monte-Carlo method to answer single-source PPR queries. The solution uses pre-sampled random walks to reduce the number of rounds for the push algorithm. Theoretical analysis under the Massively Parallel Computing (MPC) model shows that our proposed solution bounds the communication rounds to O(log n(2)logn/is an element of(2)m) under a load of O(m/p), where m is the number of edges of the input graph, p is the number of executors, and is an element of is a user-defined error parameter. In the meantime, as the number of executors increases to p' = gamma . p, the load constraint can be relaxed since each executor can hold O(gamma . m/p') messages with invariant local memory. In such scenarios, multiple queries can be processed in batches simultaneously. We show that with a load of O(gamma . m/p'), our Delta-Push can process y queries in a batch with O(log n(2)log n/gamma is an element of(2)m rounds, while other baseline solutions still keep the same round cost for each batch. We further present a new top-k algorithm that is friendly to the distributed framework and reduces the number of rounds required in practice. Extensive experiments show that our proposed solution is more efficient than alternatives.

Authors

I am an author on this paper
Click your name to claim this paper and add it to your profile.

Reviews

Primary Rating

4.4
Not enough ratings

Secondary Ratings

Novelty
-
Significance
-
Scientific rigor
-
Rate this paper

Recommended

No Data Available
No Data Available