English

Graph Motif Problems Parameterized by Dual

Computational Complexity 2019-08-13 v1 Data Structures and Algorithms Combinatorics

Abstract

Let G=(V,E)G=(V,E) be a vertex-colored graph, where CC is the set of colors used to color VV. The Graph Motif (or GM) problem takes as input GG, a multiset MM of colors built from CC, and asks whether there is a subset SVS\subseteq V such that (i) G[S]G[S] is connected and (ii) the multiset of colors obtained from SS equals MM. The Colorful Graph Motif (or CGM) problem is the special case of GM in which MM is a set, and the List-Colored Graph Motif (or LGM) problem is the extension of GM in which each vertex vv of VV may choose its color from a list L(v)C\mathcal{L}(v)\subseteq C of colors. We study the three problems GM, CGM, and LGM, parameterized by the dual parameter :=VM\ell:=|V|-|M|. For general graphs, we show that, assuming the strong exponential time hypothesis, CGM has no (2ϵ)VO(1)(2-\epsilon)^\ell\cdot |V|^{\mathcal{O}(1)}-time algorithm, which implies that a previous algorithm, running in O(2E)\mathcal{O}(2^\ell\cdot |E|) time is optimal [Betzler et al., IEEE/ACM TCBB 2011]. We also prove that LGM is W[1]-hard with respect to \ell even if we restrict ourselves to lists of at most two colors. If we constrain the input graph to be a tree, then we show that GM can be solved in O(3V)\mathcal{O}(3^\ell\cdot |V|) time but admits no polynomial-size problem kernel, while CGM can be solved in O(2+V)\mathcal{O}(\sqrt{2}^{\ell} + |V|) time and admits a polynomial-size problem kernel.

Keywords

Cite

@article{arxiv.1908.03870,
  title  = {Graph Motif Problems Parameterized by Dual},
  author = {Guillaume Fertin and Christian Komusiewicz},
  journal= {arXiv preprint arXiv:1908.03870},
  year   = {2019}
}

Comments

A preliminary version of this work appeared in Proceedings of the 27th Annual Symposium on Combinatorial Pattern Matching (CPM '16), volume 54 of LIPIcs, pages 7:1--7:12. This version contains all missing proofs and several further improvements

R2 v1 2026-06-23T10:44:35.676Z