A Near-Optimal Kernel for a Coloring Problem
By: Ishay Haviv, Dror Rabinovich
Potential Business Impact:
Makes coloring pictures with few colors faster.
For a fixed integer $q$, the $q$-Coloring problem asks to decide if a given graph has a vertex coloring with $q$ colors such that no two adjacent vertices receive the same color. In a series of papers, it has been shown that for every $q \geq 3$, the $q$-Coloring problem parameterized by the vertex cover number $k$ admits a kernel of bit-size $\widetilde{O}(k^{q-1})$, but admits no kernel of bit-size $O(k^{q-1-\varepsilon})$ for $\varepsilon >0$ unless $\mathsf{NP} \subseteq \mathsf{coNP/poly}$ (Jansen and Kratsch, 2013; Jansen and Pieterse, 2019). In 2020, Schalken proposed the question of the kernelizability of the $q$-Coloring problem parameterized by the number $k$ of vertices whose removal results in a disjoint union of edges and isolated vertices. He proved that for every $q \geq 3$, the problem admits a kernel of bit-size $\widetilde{O}(k^{2q-2})$, but admits no kernel of bit-size $O(k^{2q-3-\varepsilon})$ for $\varepsilon >0$ unless $\mathsf{NP} \subseteq \mathsf{coNP/poly}$. He further proved that for $q \in \{3,4\}$ the problem admits a near-optimal kernel of bit-size $\widetilde{O}(k^{2q-3})$ and asked whether such a kernel is achievable for all integers $q \geq 3$. In this short paper, we settle this question in the affirmative.
Similar Papers
On the Parameterized Complexity of Odd Coloring
Data Structures and Algorithms
Colors graph so neighbors have odd color counts.
Generalizing Brooks' theorem via Partial Coloring is Hard Classically and Locally
Distributed, Parallel, and Cluster Computing
Makes coloring pictures harder for computers.
The parameterized complexity of Strong Conflict-Free Vertex-Connection Colorability
Data Structures and Algorithms
Colors maps so paths have unique colors.