English

Parameterized Lower Bounds for Problems in P via Fine-Grained Cross-Compositions

Data Structures and Algorithms 2023-01-09 v2

Abstract

We provide a general framework to exclude parameterized running times of the form O(β+nγ)O(\ell^\beta+ n^\gamma) for problems that have polynomial running time lower bounds under hypotheses from fine-grained complexity. Our framework is based on cross-compositions from parameterized complexity. We (conditionally) exclude running times of the form O(γ/(γ1)ϵ+nγ)O(\ell^{{\gamma}/{(\gamma-1)} - \epsilon} + n^\gamma) for any 1<γ<21<\gamma<2 and ϵ>0\epsilon>0 for the following problems: - Longest Common Subsequence: Given two length-nn strings and N\ell\in\mathbb{N}, is there a common subsequence of length \ell? - Discrete Fr\'echet Distance: Given two lists of nn points each and kNk\in \mathbb{N}, is the Fr\'echet distance of the lists at most kk? Here \ell is the maximum number of points which one list is ahead of the other list in an optimum traversal. Moreover, we exclude running times O(2γ/(γ1)ϵ+nγ)O(\ell^{{2\gamma}/{(\gamma -1)}-\epsilon} + n^\gamma) for any 1<γ<31<\gamma<3 and ϵ>0\epsilon>0 for: - Negative Triangle: Given an edge-weighted graph with nn vertices, is there a triangle whose sum of edge-weights is negative? Here \ell is the order of a maximum connected component. - Triangle Collection: Given a vertex-colored graph with nn vertices, is there for each triple of colors a triangle whose vertices have these three colors? Here \ell is the order of a maximum connected component. - 2nd Shortest Path: Given an nn-vertex edge-weighted directed graph, two vertices ss and tt, and kNk \in \mathbb{N}, has the second longest ss-tt-path length at most kk? Here \ell is the directed feedback vertex set. Except for 2nd Shortest Path all these running time bounds are tight, that is, algorithms with running time O(γ/(γ1)+nγ)O(\ell^{{\gamma}/{(\gamma-1)}} + n^\gamma ) for any 1<γ<21 < \gamma < 2 and O(2γ/(γ1)+nγ)O(\ell^{{2\gamma}/{(\gamma -1)}} + n^\gamma) for any 1<γ<31 < \gamma < 3, respectively, are known.

Keywords

Cite

@article{arxiv.2301.00797,
  title  = {Parameterized Lower Bounds for Problems in P via Fine-Grained Cross-Compositions},
  author = {Klaus Heeger and André Nichterlein and Rolf Niedermeier},
  journal= {arXiv preprint arXiv:2301.00797},
  year   = {2023}
}
R2 v1 2026-06-28T07:59:55.983Z