EN FR
EN FR
New Software and Platforms
Bilateral Contracts and Grants with Industry
Bibliography
New Software and Platforms
Bilateral Contracts and Grants with Industry
Bibliography


Section: New Results

Influence Maximization in Complex Networks

Participants: Fragkiskos Malliaros (in collaboration with Michalis Vazirgiannis, George Panagopoulos, Maria-Evgenia Rossi, Bowen Shi, Christos Giatsidis, École Polytechnique; Nikolaos Tziortziotis, Université Paris-Sud)

Influence maximization in complex networks has attracted a lot of attention due to its numerous applications, including diffusion of social movements, the spread of news, viral marketing and outbreak of diseases. The objective is to discover a group of users that are able to maximize the spread of influence across a network. The seminal greedy algorithm developed by Kempe, Kleinberg and Tardos progressively adds new nodes to the seed set, maximizing the expected influence spread; the algorithm gives a solution to the influence maximization problem while having a good approximation ratio.

Nevertheless, one of the bottlenecks of the greedy algorithm is that it does not scale well on large scale datasets. In our work, we have proposed Matrix Influence (MATI), an efficient algorithm that can be used under both the Linear Threshold and Independent Cascade diffusion models [15]. MATI is based on the precalculation of the influence by taking advantage of the simple paths in the node's neighborhood. An extensive empirical analysis has been performed on multiple real-world datasets showing that MATI has competitive performance when compared to other well-known algorithms with regards to running time and expected influence spread.

Furthermore, the previously described greedy algorithm focuses solely on static networks. However, with the emergence of several complementary data, such as the network's temporal changes and the diffusion cascades taking place over it, novel methods have been proposed with promising results. In our work, we have introduced a simple yet effective algorithm (called DiffuGreedy) that combines the algorithmic methodology of the greedy approach with diffusion cascades [35]. We have compared it with four different prevalent influence maximization approaches, on a large scale Chinese microblogging dataset. More specifically, for comparison, we have employed methods that derive the seed set using the static network, the temporal network, the diffusion cascades, and their combination. A set of diffusion cascades from the latter part of the dataset is set aside for evaluation. The experimental evaluation has shown that the proposed DiffuGreedy outperforms widely used baseline methods in both quality of the seed set and computational efficiency.