Lower bounds for the parameterized complexity of Minimum Fill-in and other completion problems
Ivan Bliznets, Marek Cygan, Pawel Komosa, Lukas Mach, Michal Pilipczuk

TL;DR
This paper establishes strong lower bounds on the parameterized complexity of several graph completion problems, showing that under common complexity assumptions, these problems cannot be solved efficiently, and improving existing algorithms would imply breakthroughs in approximation algorithms.
Contribution
The paper provides the first lower bounds for multiple completion problems, linking their complexity to the Exponential Time Hypothesis and other conjectures, and introduces a novel reduction methodology.
Findings
No algorithms with runtime 2^O(n^(1/2)/log^c n) for these problems under ETH.
No algorithms with runtime 2^o(n) assuming hardness of Min Bisection.
Existing FPT algorithms are near-optimal unless major complexity conjectures are false.
Abstract
In this work, we focus on several completion problems for subclasses of chordal graphs: Minimum Fill-In, Interval Completion, Proper Interval Completion, Threshold Completion, and Trivially Perfect Completion. In these problems, the task is to add at most k edges to a given graph in order to obtain a chordal, interval, proper interval, threshold, or trivially perfect graph, respectively. We prove the following lower bounds for all these problems, as well as for the related Chain Completion problem: Assuming the Exponential Time Hypothesis, none of these problems can be solved in time 2^O(n^(1/2) / log^c n) or 2^O(k^(1/4) / log^c k) n^O(1), for some integer c. Assuming the non-existence of a subexponential-time approximation scheme for Min Bisection on d-regular graphs, for some constant d, none of these problems can be solved in time 2^o(n) or 2^o(sqrt(k)) n^O(1). For all the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComplexity and Algorithms in Graphs · Advanced Graph Theory Research · semigroups and automata theory
