English

Linear-Time Exact Computation of Influence Spread on Bounded-Pathwidth Graphs

Data Structures and Algorithms 2026-04-16 v1 Social and Information Networks

Abstract

Given a network and a set of vertices called seeds to initially inject information, influence spread is the expected number of vertices that eventually receive the information under a certain stochastic model of information propagation. Under the commonly used independent cascade model, influence spread is equivalent to the expected number of vertices reachable from the seeds on a directed uncertain graph, and the exact evaluation of influence spread offers many applications, e.g., influence maximization. Although its evaluation is a \#P-hard task, there is an algorithm that can precisely compute the influence spread in O(mnωp22ωp2)O(mn\omega_p^2\cdot 2^{\omega_p^2}) time, where ωp\omega_p is the pathwidth of the graph. We improve this by developing an algorithm that computes the influence spread in O((m+n)ωp22ωp2)O((m+n)\omega_p^2\cdot 2^{\omega_p^2}) time. This is achieved by identifying the similarities in the repetitive computations in the existing algorithm and sharing them to reduce computation. Although similar refinements have been considered for the probability computation on undirected uncertain graphs, a greater number of similarities must be leveraged for directed graphs to achieve linear time complexity.

Keywords

Cite

@article{arxiv.2604.13526,
  title  = {Linear-Time Exact Computation of Influence Spread on Bounded-Pathwidth Graphs},
  author = {Kengo Nakamura and Masaaki Nishino},
  journal= {arXiv preprint arXiv:2604.13526},
  year   = {2026}
}

Comments

18 pages; accepted for SWAT 2026

R2 v1 2026-07-01T12:10:12.115Z