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

01/02/2023
by   Klaus Heeger, et al.
0

We provide a general framework to exclude parameterized running times of the form O(ℓ^β+ n^γ) 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^γ) for any 1<γ<2 and ϵ>0 for the following problems: - Longest Common Subsequence: Given two length-n strings and ℓ∈ℕ, is there a common subsequence of length ℓ? - Discrete Fréchet Distance: Given two lists of n points each and k∈ℕ, is the Fréchet distance of the lists at most k? Here ℓ 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^γ) for any 1<γ<3 and ϵ>0 for: - Negative Triangle: Given an edge-weighted graph with n vertices, is there a triangle whose sum of edge-weights is negative? Here ℓ is the order of a maximum connected component. - Triangle Collection: Given a vertex-colored graph with n vertices, is there for each triple of colors a triangle whose vertices have these three colors? Here ℓ is the order of a maximum connected component. - 2nd Shortest Path: Given an n-vertex edge-weighted directed graph, two vertices s and t, and k ∈ℕ, has the second longest s-t-path length at most k? Here ℓ 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^γ ) for any 1 < γ < 2 and O(ℓ^2γ/(γ -1) + n^γ) for any 1 < γ < 3, respectively, are known.

READ FULL TEXT
research
07/28/2020

Close relatives of Feedback Vertex Set without single-exponential algorithms parameterized by treewidth

The Cut Count technique and the rank-based approach have lead to sin...
research
11/09/2017

Distances in and Layering of a DAG

The diameter of an undirected unweighted graph G=(V,E) is the maximum va...
research
03/05/2019

Semi-dynamic shortest-path tree algorithms for directed graphs with arbitrary weights

Given a directed graph G with arbitrary real-valued weights, the single ...
research
07/14/2021

Counting list homomorphisms from graphs of bounded treewidth: tight complexity bounds

The goal of this work is to give precise bounds on the counting complexi...
research
08/11/2019

Graph Motif Problems Parameterized by Dual

Let G=(V,E) be a vertex-colored graph, where C is the set of colors used...
research
12/14/2022

Correlating Theory and Practice in Finding Clubs and Plexes

Finding large "cliquish" subgraphs is a classic NP-hard graph problem. I...
research
06/10/2020

Empirical Time Complexity of Generic Dijkstra Algorithm

Generic Dijkstra is a novel algorithm for finding the optimal shortest p...

Please sign up or login with your details

Forgot password? Click here to reset