English

Target Set Selection for Conservative Populations

Data Structures and Algorithms 2019-09-10 v1

Abstract

Let G=(V,E)G = (V,E) be a graph on nn vertices, where dvd_v denotes the degree of vertex vv, and tvt_v is a threshold associated with vv. We consider a process in which initially a set SS of vertices becomes active, and thereafter, in discrete time steps, every vertex vv that has at least tvt_v active neighbors becomes active as well. The set SS is contagious if eventually all VV becomes active. The target set selection problem TSS asks for the smallest contagious set. TSS is NP-hard and moreover, notoriously difficult to approximate. In the conservative special case of TSS, tv>12dvt_v > \frac{1}{2}d_v for every vVv \in V. In this special case, TSS can be approximated within a ratio of O(Δ)O(\Delta), where Δ=maxvV[dv]\Delta = \max_{v \in V}[d_v]. In this work we introduce a more general class of TSS instances that we refer to as conservative on average (CoA), that satisfy the condition vVtv>12vVdv\sum_{v\in V} t_v > \frac{1}{2}\sum_{v \in V} d_v. We design approximation algorithms for some subclasses of CoA. For example, if tv12dvt_v \geq \frac{1}{2}d_v for every vVv \in V, we can find in polynomial time a contagious set of size O~(ΔOPT2)\tilde{O}\left(\Delta \cdot OPT^2 \right), where OPTOPT is the size of a smallest contagious set in GG. We also provide several hardness of approximation results. For example, assuming the unique games conjecture, we prove that TSS on CoA instances with Δ3\Delta \le 3 cannot be approximated within any constant factor. We also present results concerning the fixed parameter tractability of CoA TSS instances, and approximation algorithms for a related problem, that of TSS with partial incentives.

Cite

@article{arxiv.1909.03422,
  title  = {Target Set Selection for Conservative Populations},
  author = {Uriel Feige and Shimon Kogan},
  journal= {arXiv preprint arXiv:1909.03422},
  year   = {2019}
}
R2 v1 2026-06-23T11:08:51.898Z