Lossy Kernelization
Daniel Lokshtanov, Fahad Panolan, M. S. Ramanujan, Saket Saurabh

TL;DR
This paper introduces a new framework for approximate kernelization that combines preprocessing with approximation algorithms, providing polynomial-size approximate kernels for certain problems and establishing lower bounds for others.
Contribution
It defines polynomial size α-approximate kernels, constructs such kernels for three problems, and proves lower bounds for problems without such kernels, advancing the understanding of preprocessing and approximation.
Findings
Polynomial size α-approximate kernels for Connected Vertex Cover, Disjoint Cycle Packing, and Disjoint Factors.
Lower bounds showing no polynomial size α-approximate kernels for Longest Path and Set Cover unless NP ⊆ coNP/poly.
The framework bridges kernelization and approximation, enabling new algorithmic strategies.
Abstract
In this paper we propose a new framework for analyzing the performance of preprocessing algorithms. Our framework builds on the notion of kernelization from parameterized complexity. However, as opposed to the original notion of kernelization, our definitions combine well with approximation algorithms and heuristics. The key new definition is that of a polynomial size -approximate kernel. Loosely speaking, a polynomial size -approximate kernel is a polynomial time pre-processing algorithm that takes as input an instance to a parameterized problem, and outputs another instance to the same problem, such that . Additionally, for every , a -approximate solution to the pre-processed instance can be turned in polynomial time into a -approximate solution to the original instance .…
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
Lossy Kernelization· youtube
Taxonomy
TopicsAdvanced Graph Theory Research · Complexity and Algorithms in Graphs · Optimization and Search Problems
