Beating Treewidth for Average-Case Subgraph Isomorphism

February 18, 2019 ยท The Ethereal ยท ๐Ÿ› Algorithmica

๐Ÿ”ฎ THE ETHEREAL: The Ethereal
Pure theory โ€” exists on a plane beyond code

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Gregory Rosenthal arXiv ID 1902.06380 Category cs.CC: Computational Complexity Cross-listed cs.DM, cs.DS Citations 2 Venue Algorithmica Last Checked 2 months ago
Abstract
For any fixed graph $G$, the subgraph isomorphism problem asks whether an $n$-vertex input graph has a subgraph isomorphic to $G$. A well-known algorithm of Alon, Yuster and Zwick (1995) efficiently reduces this to the "colored" version of the problem, denoted $G$-$\mathsf{SUB}$, and then solves $G$-$\mathsf{SUB}$ in time $O(n^{tw(G)+1})$ where $tw(G)$ is the treewidth of $G$. Marx (2010) conjectured that $G$-$\mathsf{SUB}$ requires time $ฮฉ(n^{\mathrm{const}\cdot tw(G)})$ and, assuming the Exponential Time Hypothesis, proved a lower bound of $ฮฉ(n^{\mathrm{const}\cdot emb(G)})$ for a certain graph parameter $emb(G) \ge ฮฉ(tw(G)/\log tw(G))$. With respect to the size of $\mathrm{AC}^0$ circuits solving $G$-$\mathsf{SUB}$ in the average case, Li, Razborov and Rossman (2017) proved (unconditional) upper and lower bounds of $O(n^{2ฮบ(G)+\mathrm{const}})$ and $ฮฉ(n^{ฮบ(G)})$ for a different graph parameter $ฮบ(G) \ge ฮฉ(tw(G)/\log tw(G))$. Our contributions are as follows. First, we prove that $emb(G)$ is $O(ฮบ(G))$ for all graphs $G$. Next, we show that $ฮบ(G)$ can be asymptotically less than $tw(G)$; for example, if $G$ is a hypercube then $ฮบ(G)$ is $ฮ˜\big(tw(G)\big/\sqrt{\log tw(G)}\big)$. This implies that the average-case complexity of $G$-$\mathsf{SUB}$ is $n^{o(tw(G))}$ when $G$ is a hypercube. Finally, we construct $\mathrm{AC}^0$ circuits of size $O(n^{ฮบ(G)+\mathrm{const}})$ that solve $G$-$\mathsf{SUB}$ in the average case, closing the gap between the upper and lower bounds of Li et al.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

๐Ÿ“œ Similar Papers

In the same crypt โ€” Computational Complexity