A Pressure-Based Diffusion Model for Influence Maximization on Social Networks
Curt Stutsman, Eliot W. Robson, Abhishek K. Umrawal
TL;DR
This paper introduces the Pressure Threshold (PT) diffusion model, an extension of the Linear Threshold (LT) framework that models reinforcement by amplifying a node’s outgoing influence in proportion to the pressure received at activation. PT preserves monotonicity but is not generally submodular for $\alpha>0$, and it remains NP-hard to optimize the final spread, with LT recovered when $\alpha=0$. The authors implement PT in the CyNetDiff framework and demonstrate through extensive experiments on real and synthetic networks that PT yields seed sets and diffusion outcomes that differ from LT and exhibit stronger amplification in denser graphs. They also show that a small $\alpha$ yields near-LT behavior with approximate submodularity, while larger values reveal pronounced reinforcement effects, underscoring the importance of modeling local reinforcement for realistic diffusion and seed-selection strategies.
Abstract
In many real-world scenarios, an individual's local social network carries significant influence over the opinions they form and subsequently propagate. In this paper, we propose a novel diffusion model -- the Pressure Threshold model (PT) -- for dynamically simulating the spread of influence through a social network. This model extends the popular Linear Threshold (LT) model by adjusting a node's outgoing influence in proportion to the influence it receives from its activated neighbors. We examine the Influence Maximization (IM) problem under this framework, which involves selecting seed nodes that yield maximal graph coverage after a diffusion process, and describe how the problem manifests under the PT model. Experiments on real-world networks, supported by enhancements to the open-source network-diffusion library CyNetDiff, reveal that the PT model identifies seed sets distinct from those chosen by LT. Furthermore, the analyses show that densely connected networks amplify pressure effects far more strongly than sparse networks.
