English

Improved Kernels for Tracking Path Problem

Data Structures and Algorithms 2020-08-24 v2

Abstract

Tracking of moving objects is crucial to security systems and networks. Given a graph GG, terminal vertices ss and tt, and an integer kk, the \textsc{Tracking Paths} problem asks whether there exists at most kk vertices, which if marked as trackers, would ensure that the sequence of trackers encountered in each s-t path is unique. It is known that the problem is NP-hard and admits a kernel (reducible to an equivalent instance) with O(k6)\mathcal{O}(k^6) vertices and O(k7)\mathcal{O}(k^7) edges, when parameterized by the size of the output (tracking set) kk [5]. An interesting question that remains open is whether the existing kernel can be improved. In this paper we answer this affirmatively: (i) For general graphs, we show the existence of a kernel of size O(k2)\mathcal{O}(k^2), (ii) For planar graphs, we improve this further by giving a kernel of size O(k)\mathcal{O}(k). In addition, we also show that finding a tracking set of size at most nkn-k for a graph on nn vertices is hard for the parameterized complexity class W[1], when parameterized by kk.

Keywords

Cite

@article{arxiv.2001.03161,
  title  = {Improved Kernels for Tracking Path Problem},
  author = {Pratibha Choudhary and Venkatesh Raman},
  journal= {arXiv preprint arXiv:2001.03161},
  year   = {2020}
}