Tight Inapproximability of Target Set Reconfiguration
Naoto Ohsaka
TL;DR
Minmax Target Set Reconfiguration studies reconfiguring target sets under irreversible activation with thresholds on a graph, aiming to minimize the maximum size of any intermediate target set. The paper proves NP-hard to approximate within $2 - o\left(\frac{1}{\operatorname{polylog} n}\right)$ and shows a simple 2-approximation, yielding a tight bound. The key method is a gap-preserving reduction from Target Set Selection that constructs a graph H with target sets X and Y of size $\ell$ using one-way gadgets, such that completeness and soundness map to the reconfiguration problem. This establishes a strong link between Target Set Selection hardness and reconfiguration and advances understanding of approximation limits in influence spread models.
Abstract
Given a graph $G$ with a vertex threshold function $τ$, consider a dynamic process in which any inactive vertex $v$ becomes activated whenever at least $τ(v)$ of its neighbors are activated. A vertex set $S$ is called a target set if all vertices of $G$ would be activated when initially activating vertices of $S$. In the Minmax Target Set Reconfiguration problem, for a graph $G$ and its two target sets $X$ and $Y$, we wish to transform $X$ into $Y$ by repeatedly adding or removing a single vertex, using only target sets of $G$, so as to minimize the maximum size of any intermediate target set. We prove that it is NP-hard to approximate Minmax Target Set Reconfiguration within a factor of $2-o\left(\frac{1}{\operatorname{polylog} n}\right)$, where $n$ is the number of vertices. Our result establishes a tight lower bound on approximability of Minmax Target Set Reconfiguration, which admits a $2$-factor approximation algorithm. The proof is based on a gap-preserving reduction from Target Set Selection to Minmax Target Set Reconfiguration, where NP-hardness of approximation for the former problem is proven by Chen (SIAM J. Discrete Math., 2009) and Charikar, Naamad, and Wirth (APPROX/RANDOM 2016).
