Efficient influence maximization in social networks
Wei ChenYajun WangSiyu Yang
Develops degree discount heuristics and improved greedy algorithms for influence maximization in social networks, matching the influence spread of standard greedy approaches while reducing computation time from hours to milliseconds on graphs with tens of thousands of nodes.
Modern online social networks are primary channels for viral marketing and information dissemination, yet identifying the most influential initial users (seeds) to maximize message spread remains a severe computational bottleneck. While traditional greedy approximation algorithms offer guaranteed influence spread, their reliance on repeated simulations requires hours or days to evaluate even moderately sized networks. The article sets out to design and evaluate faster greedy algorithms and practical degree discount heuristics to achieve both scalable runtime and high influence spread across large-scale social networks.
The authors tackled the challenge through two complementary approaches evaluated on real-world academic collaboration networks (NetHEPT with 15,233 nodes and NetPHY with 37,154 nodes). First, they refined greedy simulation techniques by batch-evaluating reachable components across sampled graphs and combining them with the state-of-the-art Cost-Effective Lazy Forward scheme. Second, they developed fast heuristic algorithms—most notably a tailored degree discount method—that dynamically adjust a candidate node's connection score based on how many of its neighbors have already been selected as seeds.
The findings reveal that fine-tuned heuristics can resolve the scalability dilemma in viral marketing. The proposed degree discount heuristic ran in just a few milliseconds—over six orders of magnitude faster than greedy algorithms—while achieving an influence spread virtually identical to the greedy benchmark (matching it on one network and trailing by only 3.4% on the other). A simpler universal discount heuristic also consistently surpassed standard degree and distance baselines. For applications requiring theoretical guarantees, the article's mixed greedy algorithms reduced computational runtime by 15% to 34% compared to the fastest existing greedy methods without any loss in spread quality. Furthermore, the seed sets selected by these techniques proved robust when tested under alternative influence propagation models.
These results demonstrate that organizations do not need to invest heavy computing resources into slow simulation-based algorithms to run effective influence campaigns. By adopting degree discount heuristics, decision-makers can identify high-impact seed audiences instantly on dynamic, large-scale platforms. Where absolute theoretical performance bounds are mandatory, hybrid greedy approaches offer modest runtime savings, though heuristics provide the only truly scalable path forward. Future work should explore extending tailored degree discounts to other network diffusion models and incorporating community structure to further refine targeting accuracy.
- Paper: Maximizing the spread of influence through a social network, David Kempe et al. (2003). This foundational paper formalizes the influence maximization problem and establishes the submodularity framework that the source paper builds upon and accelerates.
- Paper: Cost-effective outbreak detection in networks, J. Leskovec et al. (2007). Understanding this foundational work on scalable submodular optimization algorithms provides the necessary context for the efficient network analysis methods studied in the source.
No sufficiently relevant recommendations were found.
