Imagine you are deciding whether to try a new social platform. You are not simply swayed by one friend's recommendation. Instead you wait until enough of your contacts have joined — a personal tipping point. Cross it, and you join too. The Linear Threshold Model (LTM) turns this intuition into mathematics.
Introduced by Mark Granovetter in 1978 and formalized by David Kempe, Jon Kleinberg, and Éva Tardos in their landmark 2003 paper, the LTM works as follows. Each node in a graph holds a threshold , drawn uniformly at random or set by hand. Each directed edge carries a weight such that the weights of all edges into sum to at most 1. A node becomes active (adopts the behavior) as soon as the total weight of its already-active neighbors meets or exceeds its threshold:
The process unfolds in discrete rounds. An initially seeded set of nodes is activated at time 0. In each subsequent round every inactive node that now meets its threshold activates. Once active a node stays active forever — the model is monotone. The cascade runs until no more activations are possible.
The central question is influence maximization: given a budget of seeds, which set of size triggers the largest final cascade? This turns out to be a deep computational problem connected to submodular optimization.
Comments
Loading comments...