Partitioning a Graph into Small Pieces with Applications to Path Transversal
Euiwoong Lee

TL;DR
This paper develops approximation algorithms for graph partitioning problems, including vertex and edge separators and path transversals, with improved ratios and running times, especially for small or slowly growing parameters.
Contribution
It introduces $O( ext{log }k)$-approximation algorithms for $k$-Vertex and $k$-Edge Separators, and for $k$-Path Transversal, with novel analysis and faster algorithms for small $k$.
Findings
Achieved $O( ext{log }k)$-approximation for $k$-Vertex Separator with $2^{O(k)} n^{O(1)}$ time.
Achieved $O( ext{log }k)$-approximation for $k$-Edge Separator with polynomial time.
Provided an $O( ext{log }k)$-approximation for $k$-Path Transversal with $2^{O(k^3 ext{log }k)} n^{O(1)}$ time.
Abstract
Given a graph and an integer , we study -Vertex Seperator (resp. -Edge Separator), where the goal is to remove the minimum number of vertices (resp. edges) such that each connected component in the resulting graph has at most vertices. Our primary focus is on the case where is either a constant or a slowly growing function of (e.g. or ). Our problems can be interpreted as a special case of three general classes of problems that have been studied separately (balanced graph partitioning, Hypergraph Vertex Cover (HVC), and fixed parameter tractability (FPT)). Our main result is an -approximation algorithm for -Vertex Seperator that runs in time , and an -approximation algorithm for -Edge Separator that runs in time . Our result on -Edge Seperator improves the best previous…
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 · Algorithms and Data Compression
