Extracting Influential Nodes for Information Diffusion on a Social Network

Abstract

We consider the combinatorial optimization problem of finding the most influential nodes on a large-scale social network for two widely-used fundamental stochastic diffusion models. It was shown that a natural greedy strategy can give a good approximate solution to this optimization problem. However, a conventional method under the greedy algorithm needs a large amount of computation, since it estimates the marginal gains for the expected number of nodes influenced by a set of nodes by simulating the random process of each model many times. In this paper, we propose a method of efficiently estimating all those quantities on the basis of bond percolation and graph theory, and apply it to approximately solving the optimization problem under the greedy algorithm. Using real-world large-scale networks including blog networks, we experimentally demonstrate that the proposed method can outperform the conventional method, and achieve a large reduction in computational cost.

Cite

Text

Kimura et al. "Extracting Influential Nodes for Information Diffusion on a Social Network." AAAI Conference on Artificial Intelligence, 2007.

Markdown

[Kimura et al. "Extracting Influential Nodes for Information Diffusion on a Social Network." AAAI Conference on Artificial Intelligence, 2007.](https://mlanthology.org/aaai/2007/kimura2007aaai-extracting/)

BibTeX

@inproceedings{kimura2007aaai-extracting,
  title     = {{Extracting Influential Nodes for Information Diffusion on a Social Network}},
  author    = {Kimura, Masahiro and Saito, Kazumi and Nakano, Ryohei},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2007},
  pages     = {1371-1376},
  url       = {https://mlanthology.org/aaai/2007/kimura2007aaai-extracting/}
}