English

Graph pattern detection: Hardness for all induced patterns and faster non-induced cycles

Computational Complexity 2019-04-09 v1 Data Structures and Algorithms

Abstract

We consider the pattern detection problem in graphs: given a constant size pattern graph HH and a host graph GG, determine whether GG contains a subgraph isomorphic to HH. Our main results are: * We prove that if a pattern HH contains a kk-clique subgraph, then detecting whether an nn node host graph contains a not necessarily induced copy of HH requires at least the time for detecting whether an nn node graph contains a kk-clique. The previous result of this nature required that HH contains a kk-clique which is disjoint from all other kk-cliques of HH. * We show that if the famous Hadwiger conjecture from graph theory is true, then detecting whether an nn node host graph contains a not necessarily induced copy of a pattern with chromatic number tt requires at least the time for detecting whether an nn node graph contains a tt-clique. This implies that: (1) under Hadwiger's conjecture for every kk-node pattern HH, finding an induced copy of HH requires at least the time of k\sqrt k-clique detection, and at least size ω(nk/4)\omega(n^{\sqrt{k}/4}) for any constant depth circuit, and (2) unconditionally, detecting an induced copy of a random G(k,p)G(k,p) pattern w.h.p. requires at least the time of Θ(k/logk)\Theta(k/\log k)-clique detection, and hence also at least size nΩ(k/logk)n^{\Omega(k/\log k)} for circuits of constant depth. * Finally, we consider the case when the pattern is a directed cycle on kk nodes, and we would like to detect whether a directed mm-edge graph GG contains a kk-Cycle as a not necessarily induced subgraph. We resolve a 14 year old conjecture of [Yuster-Zwick SODA'04] on the complexity of kk-Cycle detection by giving a tight analysis of their kk-Cycle algorithm. Our analysis improves the best bounds for kk-Cycle detection in directed graphs, for all k>5k>5.

Keywords

Cite

@article{arxiv.1904.03741,
  title  = {Graph pattern detection: Hardness for all induced patterns and faster non-induced cycles},
  author = {Mina Dalirrooyfard and Thuy Duong Vuong and Virginia Vassilevska Williams},
  journal= {arXiv preprint arXiv:1904.03741},
  year   = {2019}
}

Comments

conference version to appear at STOC 2019

R2 v1 2026-06-23T08:32:12.744Z