English

Random-walk domination in large graphs: problem definitions and fast solutions

Social and Information Networks 2013-02-20 v1 Data Structures and Algorithms Physics and Society

Abstract

We introduce and formulate two types of random-walk domination problems in graphs motivated by a number of applications in practice (e.g., item-placement problem in online social network, Ads-placement problem in advertisement networks, and resource-placement problem in P2P networks). Specifically, given a graph GG, the goal of the first type of random-walk domination problem is to target kk nodes such that the total hitting time of an LL-length random walk starting from the remaining nodes to the targeted nodes is minimal. The second type of random-walk domination problem is to find kk nodes to maximize the expected number of nodes that hit any one targeted node through an LL-length random walk. We prove that these problems are two special instances of the submodular set function maximization with cardinality constraint problem. To solve them effectively, we propose a dynamic-programming (DP) based greedy algorithm which is with near-optimal performance guarantee. The DP-based greedy algorithm, however, is not very efficient due to the expensive marginal gain evaluation. To further speed up the algorithm, we propose an approximate greedy algorithm with linear time complexity w.r.t.\ the graph size and also with near-optimal performance guarantee. The approximate greedy algorithm is based on a carefully designed random-walk sampling and sample-materialization techniques. Extensive experiments demonstrate the effectiveness, efficiency and scalability of the proposed algorithms.

Keywords

Cite

@article{arxiv.1302.4546,
  title  = {Random-walk domination in large graphs: problem definitions and fast solutions},
  author = {Rong-Hua Li and Jeffrey Xu Yu and Xin Huang and Hong Cheng},
  journal= {arXiv preprint arXiv:1302.4546},
  year   = {2013}
}
R2 v1 2026-06-21T23:28:34.432Z