Node-Weighted Multicut in Planar Digraphs
Chandra Chekuri, Rhea Jain
TL;DR
This paper extends the KS22 result for Multicut in directed planar graphs from edge-weighted to node-weighted instances, achieving a deterministic $O(\log^2 n)$-approximation via the natural LP relaxation. The approach replaces KS22's randomized components with a deterministic region-growing technique and leverages layering and planar separators to decompose the problem into manageable δ-bounded minors, enabling a recursive cutting strategy around separator paths. A key contribution is showing that node-weights can be handled without a black-box reduction that preserves planarity, and the analysis yields a clean cost bound and feasibility. As a corollary, a standard reduction from Sparsest Cut gives an $O(\log^3 n)$-approximation for node-weighted Sparsest Cut in directed planar graphs, suggesting broader applicability to minor-free settings and potential extensions to polymatroid networks.
Abstract
Kawarabayashi and Sidiropoulos [KS22] obtained an $O(\log^2 n)$-approximation algorithm for Multicut in planar digraphs via a natural LP relaxation, which also establishes a corresponding upper bound on the multicommodity flow-cut gap. Their result is in contrast to a lower bound of $\tildeΩ(n^{1/7})$ on the flow-cut gap for general digraphs due to Chuzhoy and Khanna [CK09]. We extend the algorithm and analysis in [KS22] to the node-weighted Multicut problem. Unlike in general digraphs, node-weighted problems cannot be reduced to edge-weighted problems in a black box fashion due to the planarity restriction. We use the node-weighted problem as a vehicle to accomplish two additional goals: (i) to obtain a deterministic algorithm (the algorithm in [KS22] is randomized), and (ii) to simplify and clarify some aspects of the algorithm and analysis from [KS22]. The Multicut result, via a standard technique, implies an approximation for the Nonuniform Sparsest Cut problem with an additional logarithmic factor loss.
