# A Hierarchy of Polynomial Kernels

**Authors:** Jouke Witteveen, Ralph Bottesch, Leen Torenvliet

arXiv: 1902.11006 · 2019-03-01

## TL;DR

This paper explores the differences between various forms of kernelization in parameterized complexity, establishing new theoretical boundaries and lower bounds under common complexity assumptions.

## Contribution

It provides a comprehensive analysis of Turing kernelization, showing its distinctions from regular and truth-table kernelizations, and improves lower bounds for kernel sizes.

## Key findings

- Turing kernelizations differ from regular and truth-table kernelizations.
- Diagonalization techniques establish absolute separation results.
- Improved lower bounds for kernel sizes of compositional problems.

## Abstract

In parameterized algorithmics, the process of kernelization is defined as a polynomial time algorithm that transforms the instance of a given problem to an equivalent instance of a size that is limited by a function of the parameter. As, afterwards, this smaller instance can then be solved to find an answer to the original question, kernelization is often presented as a form of preprocessing. A natural generalization of kernelization is the process that allows for a number of smaller instances to be produced to provide an answer to the original problem, possibly also using negation. This generalization is called Turing kernelization. Immediately, questions of equivalence occur or, when is one form possible and not the other. These have been long standing open problems in parameterized complexity. In the present paper, we answer many of these. In particular, we show that Turing kernelizations differ not only from regular kernelization, but also from intermediate forms as truth-table kernelizations. We achieve absolute results by diagonalizations and also results on natural problems depending on widely accepted complexity theoretic assumptions. In particular, we improve on known lower bounds for the kernel size of compositional problems using these assumptions.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1902.11006/full.md

## Figures

1 figure with captions in the complete paper: https://tomesphere.com/paper/1902.11006/full.md

## References

16 references — full list in the complete paper: https://tomesphere.com/paper/1902.11006/full.md

---
Source: https://tomesphere.com/paper/1902.11006