- The paper introduces RASH, a continuous and reversible diffusion model that combines signed influence, node susceptibility, nonlinear thresholding, and memory to model awareness growth, erosion, and reversal.
- The paper defines Harm Minimization, which prioritizes vulnerability-weighted awareness shortfalls through the tunable exponent p, and shows that greedy optimization achieves a provable weak-submodular approximation guarantee.
- The paper demonstrates that Harm Minimization outperforms influence maximization, influence minimization, and six practical heuristics across six signed networks, reaching up to 81% harm reduction on Epinions at a budget of 20 seeds.
Motivation and problem setting
The paper addresses two structural limitations that classical diffusion modeling and influence optimization share in signed social networks. First, canonical models such as Independent Cascade (IC) and Linear Threshold (LT), and their signed extensions, treat activation as a discrete, irreversible event: once a node commits to a sign of activation, its state is permanent. This precludes representing phenomena such as belief weakening, reversal of radicalization, or recovery under competing influence. Second, both Influence Maximization (IM) and Influence Minimization (Inf-Min) evaluate campaigns by aggregate spread or aggregate suppression alone, implicitly assigning every unreached individual equal cost and assigning zero cost to failing a vulnerable individual. The authors argue this is inadequate for protective campaigns—public-health advisories, cybersecurity alerts, crisis communications—where failing to protect a highly susceptible individual can be far more consequential than missing a low-risk one.
The paper makes three contributions: (i) the Risk-Aware Signed Heterogeneous (RASH) diffusion model with continuous, bounded, non-monotonic awareness; (ii) the Harm Minimization (HM) objective over vulnerability-weighted awareness shortfall; and (iii) theoretical guarantees showing that despite non-monotonic node dynamics, the relevant set functions are monotone and γ-weakly submodular, enabling greedy approximation with provable ratios.
The RASH diffusion model
RASH operates on a directed signed graph G=(V,E+,E−,a) where each node i maintains a continuous awareness state xi​(t)∈[−1,1]. The update pipeline has five stages:
- Signed influence aggregation: supportive input Pi​(t)=∑j∈Γi+​​aji​xj​(t) and discouraging input Ni​(t)=∑j∈Γi−​​aji​xj​(t) are computed independently so that they do not cancel before being weighed.
- Susceptibility weighting: these are combined as Ii​(t)=(1−λi​)Pi​(t)+λi​Ni​(t) with susceptibility λi​∈[0,1] interpolating between resilient (λi​→0) and highly susceptible (λi​→1) nodes.
- Nonlinear normalization via G=(V,E+,E−,a)0 to bound influence symmetrically across signs.
- Risk-aware thresholding: updates occur only when G=(V,E+,E−,a)1, giving natural sparsification against noise.
- Memory-preserving propagation: G=(V,E+,E−,a)2 when the threshold clears, and G=(V,E+,E−,a)3 otherwise.
Because reinforcement and degradation act through the same rule, awareness grown under supportive influence can later be eroded by discouraging influence—a behavior structurally impossible under irreversible-activation models. Both G=(V,E+,E−,a)4 and G=(V,E+,E−,a)5 admit structure-only estimators (fraction of incoming neighbors that are negative; in-degree relative to maximum in-degree), requiring no metadata beyond the signed graph itself.
Setting G=(V,E+,E−,a)6 for all nodes recovers pure-positive IM dynamics; setting G=(V,E+,E−,a)7 recovers pure-negative blocking dynamics. Classical objectives therefore emerge as boundary regimes of a single mechanism rather than separate mechanics.
The Harm Minimization objective
Each node carries a safety threshold G=(V,E+,E−,a)8, the minimum terminal awareness required for protection, and vulnerability weight G=(V,E+,E−,a)9. The shortfall is i0 under seed set i1, and HM minimizes
i2
over seed sets of budget at most i3. The exponent i4 acts as a policy lever: i5 penalizes shortfall proportionately, while i6 approaches a Rawlsian worst-off-individual criterion. Vulnerability is deliberately coupled to the dynamics via i7, and the safety threshold is derived from two structural risk factors—negative exposure ratio and structural isolation—combined through a tunable convex mixture mapped onto i8.
Three properties make RASH the minimal substrate for this objective: continuous states allow graded shortfalls (binary models collapse them to two values); reversible dynamics allow capturing interventions that leave a vulnerable individual worse off than no intervention; and i9 ties objective-level vulnerability to model-level susceptibility by construction.
Theoretical guarantees
The guarantees are established in the pure-positive regime (with an entirely analogous argument in the pure-negative regime). A central technical device is replacing the hard threshold gate with a smoothed logistic gate xi​(t)∈[−1,1]0; the hard rule is discontinuous exactly at xi​(t)∈[−1,1]1, making output change unbounded relative to input change. The smoothed gate is xi​(t)∈[−1,1]2 with strictly positive derivative on xi​(t)∈[−1,1]3, recovering the hard rule as xi​(t)∈[−1,1]4.
Under this assumption:
- Boundedness and marginal coupling lemma: states remain in xi​(t)∈[−1,1]5 for all seedings, and adding a seed xi​(t)∈[−1,1]6 to a smaller set produces a marginal effect at least xi​(t)∈[−1,1]7 times its marginal effect on any superset xi​(t)∈[−1,1]8, where xi​(t)∈[−1,1]9 combines the slowest adaptation rate with the network-wide minimum gate sensitivity.
- Monotonicity of harm reduction Pi​(t)=∑j∈Γi+​​aji​xj​(t)0 follows directly from state monotonicity and the fact that shortfall is non-increasing in terminal awareness.
- Pi​(t)=∑j∈Γi+​​aji​xj​(t)1-weak submodularity of Pi​(t)=∑j∈Γi+​​aji​xj​(t)2: strict submodularity provably fails even in simple positive networks—the paper gives a two-seed example where adding Pi​(t)=∑j∈Γi+​​aji​xj​(t)3 to Pi​(t)=∑j∈Γi+​​aji​xj​(t)4 yields zero marginal gain but adding it to Pi​(t)=∑j∈Γi+​​aji​xj​(t)5 yields approximately Pi​(t)=∑j∈Γi+​​aji​xj​(t)6, because the second seed tips node Pi​(t)=∑j∈Γi+​​aji​xj​(t)7 over its resistance threshold. Weak submodularity nevertheless suffices for greedy guarantees.
- NP-hardness of HM: shown by reducing from IC-based IM; with Pi​(t)=∑j∈Γi+​​aji​xj​(t)8 and no negative edges, minimizing Pi​(t)=∑j∈Γi+​​aji​xj​(t)9 is equivalent to maximizing IC spread. Notably, the hardness proof covers only Ni​(t)=∑j∈Γi−​​aji​xj​(t)0: the map Ni​(t)=∑j∈Γi−​​aji​xj​(t)1 does not preserve seed-set orderings across Ni​(t)=∑j∈Γi−​​aji​xj​(t)2 (the counterexample of shortfall vectors Ni​(t)=∑j∈Γi−​​aji​xj​(t)3 vs. Ni​(t)=∑j∈Γi−​​aji​xj​(t)4 shows Ni​(t)=∑j∈Γi−​​aji​xj​(t)5 and Ni​(t)=∑j∈Γi−​​aji​xj​(t)6 rank them differently), and hardness for Ni​(t)=∑j∈Γi−​​aji​xj​(t)7 is explicitly left open.
Combining monotonicity and weak submodularity yields a greedy algorithm with approximation guarantee
Ni​(t)=∑j∈Γi−​​aji​xj​(t)8
Because RASH's update rule is deterministic given Ni​(t)=∑j∈Γi−​​aji​xj​(t)9, each marginal gain requires a single rollout rather than Monte Carlo averaging over stochastic cascades—a concrete computational advantage over simulation-based signed IM methods. The total cost is Ii​(t)=(1−λi​)Pi​(t)+λi​Ni​(t)0; CELF-style lazy evaluation is used only as a heuristic accelerator, since its correctness proof assumes exact submodularity.
Experimental results
Evaluation covers one synthetic Barabási–Albert graph and five real-world signed networks (Bitcoin Alpha, Bitcoin OTC, Epinions, Slashdot, Wiki-RfA), spanning roughly 500 to 132k nodes, with Ii​(t)=(1−λi​)Pi​(t)+λi​Ni​(t)1 and parameters estimated from structure where possible.
Phase 1 — diffusion dynamics. Against four signed baselines (PID, SLT, SNIC, PLID), RASH is the only model recording nonzero awareness reversal or suppression counts on all six datasets; the baselines remain flat at zero by construction, since SLT/SNIC enforce irreversible activation and PID/PLID lack suppression mechanisms. On smaller networks, negative spread under greedy blocking budgets Ii​(t)=(1−λi​)Pi​(t)+λi​Ni​(t)2 forms well-separated plateaus consistent with the weak-submodularity guarantee; on the three largest networks, negative spread oscillates persistently, which the authors attribute to the decay of the guarantee constant Ii​(t)=(1−λi​)Pi​(t)+λi​Ni​(t)3 with network size—Ii​(t)=(1−λi​)Pi​(t)+λi​Ni​(t)4 depends on Ii​(t)=(1−λi​)Pi​(t)+λi​Ni​(t)5 through Ii​(t)=(1−λi​)Pi​(t)+λi​Ni​(t)6, which shrinks monotonically as Ii​(t)=(1−λi​)Pi​(t)+λi​Ni​(t)7 grows.
Phase 2 — harm minimization. HM achieves the highest percentage harm reduction of every method evaluated, including its own boundary cases IM and Inf-Min, at every seed budget on every dataset. IM, which dominates raw activation, plateaus at substantially lower harm reduction (approximately 50–65% on most datasets), while Inf-Min performs weakest throughout since suppressing negative spread provides no positive awareness. Against six cheaper heuristics (Random, High-Degree, Degree Discount, Betweenness, Targeted Protection, Reactive seeding), Greedy HM is the most expensive method but the highest-harm-reducing method in every cell of the comparison. Representative figures: on Epinions, HM's runtime grows from 33.25 s at Ii​(t)=(1−λi​)Pi​(t)+λi​Ni​(t)8 to 128.40 s at Ii​(t)=(1−λi​)Pi​(t)+λi​Ni​(t)9 while harm reduction rises from 46% to 81%, a margin no baseline approaches; on BA it reaches 100% harm reduction at λi​∈[0,1]0 versus 93% for the best heuristic. On smaller networks HM trails IM's raw activation by only a few percent, while on larger, denser networks the gap widens—the authors interpret this as deliberate reallocation of budget toward protecting vulnerable individuals precisely where harm pathways are more abundant, not as a shortcoming.
Limitations and open questions
The paper concedes several points candidly. The approximation guarantee inherits the weakness of λi​∈[0,1]1-weak submodularity: worst-case seed-set instability permitted under weak (rather than strict) submodularity occasionally appears as elevated variance rather than systematic failure. For large networks, candidate pools were restricted to degree-ranked subsets, so reported solutions are optimal only within that subset; incorporating high-vulnerability, low-degree individuals into candidate pools is left as an extension. Safety thresholds and vulnerability weights derive solely from structural signals, although the formulation admits richer risk information when available. On the theory side, NP-hardness is established only for λi​∈[0,1]2, and the behavior of greedy selection as λi​∈[0,1]3—where the objective shifts from broad harm reduction toward protecting the single worst-off individual—is uncharacterized. Extension to dynamic signed networks, in which edges and vulnerability profiles evolve during a campaign, remains open.
Conclusion
This work replaces irreversible, sign-committed activation with continuous, reversible, susceptibility-weighted awareness, while preserving enough structure—monotonicity and λi​∈[0,1]4-weak submodularity in the pure-sign regimes—to retain greedy approximation guarantees where strict submodularity provably fails. The HM objective reorients protective campaigns from aggregate reach toward vulnerability-weighted protection deficits, and empirically dominates IM, Inf-Min, and six practical heuristics in harm reduction across six signed networks at the cost of a quantifiable, objective-driven computational overhead. The main open questions concern hardness beyond λi​∈[0,1]5, scalability beyond degree-restricted candidate pools, and dynamics over evolving signed topologies.