English

Approximating Sparsest Cut in Low-Treewidth Graphs via Combinatorial Diameter

Data Structures and Algorithms 2024-04-23 v1

Abstract

The fundamental sparsest cut problem takes as input a graph GG together with the edge costs and demands, and seeks a cut that minimizes the ratio between the costs and demands across the cuts. For nn-node graphs~GG of treewidth~kk, \chlamtac, Krauthgamer, and Raghavendra (APPROX 2010) presented an algorithm that yields a factor-22k2^{2^k} approximation in time 2O(k)poly(n)2^{O(k)} \cdot \operatorname{poly}(n). Later, Gupta, Talwar and Witmer (STOC 2013) showed how to obtain a 22-approximation algorithm with a blown-up run time of nO(k)n^{O(k)}. An intriguing open question is whether one can simultaneously achieve the best out of the aforementioned results, that is, a factor-22 approximation in time 2O(k)poly(n)2^{O(k)} \cdot \operatorname{poly}(n). In this paper, we make significant progress towards this goal, via the following results: (i) A factor-O(k2)O(k^2) approximation that runs in time 2O(k)poly(n)2^{O(k)} \cdot \operatorname{poly}(n), directly improving the work of Chlamt\'a\v{c} et al. while keeping the run time single-exponential in kk. (ii) For any ε>0\varepsilon>0, a factor-O(1/ε2)O(1/\varepsilon^2) approximation whose run time is 2O(k1+ε/ε)poly(n)2^{O(k^{1+\varepsilon}/\varepsilon)} \cdot \operatorname{poly}(n), implying a constant-factor approximation whose run time is nearly single-exponential in kk and a factor-O(log2k)O(\log^2 k) approximation in time kO(k)poly(n)k^{O(k)} \cdot \operatorname{poly}(n). Key to these results is a new measure of a tree decomposition that we call combinatorial diameter, which may be of independent interest.

Keywords

Cite

@article{arxiv.2111.06299,
  title  = {Approximating Sparsest Cut in Low-Treewidth Graphs via Combinatorial Diameter},
  author = {Parinya Chalermsook and Matthias Kaul and Matthias Mnich and Joachim Spoerhase and Sumedha Uniyal and Daniel Vaz},
  journal= {arXiv preprint arXiv:2111.06299},
  year   = {2024}
}

Comments

15 pages, 3 figures

R2 v1 2026-06-24T07:35:16.680Z