Parameterized Complexity of Vertex Splitting to Pathwidth at most 1
Jakob Baumann, Matthias Pfretzschner, Ignaz Rutter

TL;DR
This paper studies the parameterized complexity of transforming graphs into simpler forms with pathwidth at most 1 using vertex explosion and splitting operations, providing fixed-parameter algorithms and kernels.
Contribution
It introduces FPT algorithms and kernelizations for vertex explosion and splitting problems to achieve pathwidth one, and extends results to general graph classes via MSO logic.
Findings
FPT algorithm for POVE with running time O(4^k * m)
O(k^2) kernel for POVE, improving previous bounds
Linear kernel and FPT algorithm for POVS, answering open questions
Abstract
Motivated by the planarization of 2-layered straight-line drawings, we consider the problem of modifying a graph such that the resulting graph has pathwidth at most 1. The problem Pathwidth-One Vertex Explosion (POVE) asks whether such a graph can be obtained using at most vertex explosions, where a vertex explosion replaces a vertex by deg degree-1 vertices, each incident to exactly one edge that was originally incident to . For POVE, we give an FPT algorithm with running time and an kernel, thereby improving over the -kernel by Ahmed et al. [GD 22] in a more general setting. Similarly, a vertex split replaces a vertex by two distinct vertices and and distributes the edges originally incident to arbitrarily to and . Analogously to POVE, we define the problem variant Pathwidth-One Vertex Splitting (POVS)…
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
TopicsAdvanced Graph Theory Research · Complexity and Algorithms in Graphs · Computational Geometry and Mesh Generation
