HEDV-Greedy: An Advanced Algorithm for Influence Maximization in Hypergraphs

Haosen Wang,Qingtao Pan,Jun Tang
DOI: https://doi.org/10.3390/math12071041
IF: 2.4
2024-03-31
Mathematics
Abstract:Influence maximization (IM) has shown wide applicability in various fields over the past few decades, e.g., viral marketing, rumor control, and prevention of infectious diseases. Nevertheless, existing research on IM primarily focuses on ordinary networks with pairwise connections between nodes, which fall short in the representation of higher-order relations. Influence maximization on hypergraphs (HIM) has received limited research attention. A novel evaluation function, which aims to evaluate the spreading influence of selected nodes on hypergraphs, i.e., expected diffusion value on hypergraph (HEDV), is proposed in this work. Then, an advanced greedy-based algorithm, termed HEDV-greedy, is proposed to select seed nodes with maximum spreading influence on the hypergraph. We conduct extensive experiments on eight real-world hypergraph datasets, benchmarking HEDV-greedy against eight state-of-the-art methods for the HIM problem. Extensive experiments conducted on real-world datasets highlight the effectiveness and efficiency of our proposed methods. The HEDV-greedy algorithm demonstrates a marked reduction in time complexity by two orders of magnitude compared to the conventional greedy method. Moreover, HEDV-greedy outperforms other state-of-the-art algorithms across all datasets. Specifically, under conditions of lower propagation probability, HEDV-greedy exhibits an average improvement in solution accuracy of 25.76%.
mathematics
What problem does this paper attempt to address?
The paper attempts to address the problem of Influence Maximization in Hypergraphs (HIM). Specifically, existing research on influence maximization mainly focuses on ordinary networks, where nodes are only pairwise connected, which cannot well represent higher-order relationships. Hypergraphs, on the other hand, can represent relationships among multiple nodes, making them more advantageous in many practical applications such as viral marketing, rumor control, and epidemic prevention. However, research on influence maximization in hypergraphs is relatively scarce. The main challenges include proposing new diffusion models to more accurately describe real-world propagation processes and developing solution methods that balance computational complexity and accuracy. To address these challenges, the authors propose a new evaluation function—Hypergraph Expected Diffusion Value (HEDV), which is used to evaluate the propagation influence of selected nodes in hypergraphs. Based on this evaluation function, the authors further propose an improved greedy algorithm—HEDV-greedy, to select seed nodes with the maximum propagation influence. Experimental results show that the HEDV-greedy algorithm reduces the time complexity by 2 orders of magnitude compared to traditional greedy algorithms and outperforms other state-of-the-art algorithms across all datasets. Particularly, under low propagation probability conditions, the accuracy of the HEDV-greedy algorithm's solutions improves by an average of 25.76%. In summary, the main contributions of this paper are: 1. Proposing a new evaluation function HEDV to assess the propagation influence of nodes in hypergraphs. 2. Based on the HEDV function, proposing an efficient solution method for the HIM problem, HEDV-greedy. 3. Demonstrating the effectiveness and efficiency of the HEDV-greedy algorithm through extensive experiments.