A 2-Approximation for the Bounded Treewidth Sparsest Cut Problem in FPT Time
Vincent Cohen-Addad, Tobias M\"omke, Victor Verdugo

TL;DR
This paper presents a fixed-parameter tractable 2-approximation algorithm for the non-uniform sparsest cut problem in graphs with bounded treewidth, improving computational efficiency for this class of problems.
Contribution
The authors develop a novel FPT-time 2-approximation algorithm for bounded treewidth supply graphs, using a specialized Sherali-Adams relaxation based on tree decompositions.
Findings
Achieved a 2-approximation ratio in FPT time for bounded treewidth graphs.
Introduced a new LP relaxation leveraging tree decompositions and selective lifting variables.
Extended the understanding of approximation algorithms for sparsest cut problems in special graph classes.
Abstract
In the non-uniform sparsest cut problem, we are given a supply graph G and a demand graph D, both with the same set of nodes V. The goal is to find a cut of V that minimizes the ratio of the total capacity on the edges of G crossing the cut over the total demand of the crossing edges of D. In this work, we study the non-uniform sparsest cut problem for supply graphs with bounded treewidth k. For this case, Gupta, Talwar and Witmer [STOC 2013] obtained a 2-approximation with polynomial running time for fixed k, and the question of whether there exists a c-approximation algorithm for a constant c independent of k, that runs in FPT time, remained open. We answer this question in the affirmative. We design a 2-approximation algorithm for the non-uniform sparsest cut with bounded treewidth supply graphs that runs in FPT time, when parameterized by the treewidth. Our algorithm is based on…
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 · Optimization and Search Problems
