English

Target Set Selection parameterized by vertex cover and more

Computational Complexity 2021-05-18 v5 Data Structures and Algorithms Social and Information Networks

Abstract

Given a simple, undirected graph GG with a threshold function τ:V(G)N\tau:V(G) \rightarrow \mathbb{N}, the \textsc{Target Set Selection} (TSS) problem is about choosing a minimum cardinality set, say SV(G)S \subseteq V(G), such that starting a diffusion process with SS as its seed set will eventually result in activating all the nodes in GG. For any non-negative integer ii, we say a set TV(G)T\subseteq V(G) is a "degree-ii modulator" of GG if the degree of any vertex in the graph GTG-T is at most ii. Degree-00 modulators of a graph are precisely its vertex covers. Consider a graph GG on nn vertices and mm edges. We have the following results on the TSS problem: -> It was shown by Nichterlein et al. [Social Network Analysis and Mining, 2013] that it is possible to compute an optimal-sized target set in O(2(2t+1)tm)O(2^{(2^{t}+1)t}\cdot m) time, where tt denotes the cardinality of a minimum degree-00 modulator of GG. We improve this result by designing an algorithm running in time 2O(tlogt)nO(1)2^{O(t\log t)}n^{O(1)}. -> We design a 22O(t)nO(1)2^{2^{O(t)}}n^{O(1)} time algorithm to compute an optimal target set for GG, where tt is the size of a minimum degree-11 modulator of GG.

Keywords

Cite

@article{arxiv.1812.01482,
  title  = {Target Set Selection parameterized by vertex cover and more},
  author = {Suman Banerjee and Rogers Mathew and Fahad Panolan},
  journal= {arXiv preprint arXiv:1812.01482},
  year   = {2021}
}

Comments

21 pages

R2 v1 2026-06-23T06:31:15.148Z