Simple and Fast Rounding Algorithms for Directed and Node-weighted Multiway Cut
Chandra Chekuri, Vivek Madan

TL;DR
This paper introduces simple, fast rounding algorithms for directed and node-weighted multiway cut problems using a natural LP relaxation, improving efficiency while maintaining approximation guarantees.
Contribution
It presents the first near-linear time rounding algorithms for Dir-MC and Node-MC based on a natural LP relaxation, applicable to any feasible solution.
Findings
Achieves the same approximation bounds as previous methods.
Algorithms work with any feasible LP solution, not just optimal.
Provides faster approximation algorithms leveraging multicommodity flow algorithms.
Abstract
In Directed Multiway Cut(Dir-MC) the input is an edge-weighted directed graph and a set of terminal nodes ; the goal is to find a min-weight subset of edges whose removal ensures that there is no path from to for any . In Node-weighted Multiway Cut(Node-MC) the input is a node-weighted undirected graph and a set of terminal nodes ; the goal is to remove a min-weight subset of nodes to disconnect each pair of terminals. Dir-MC admits a -approximation [Naor, Zosin '97] and Node-MC admits a -approximation [Garg, Vazirani, Yannakakis '94], both via rounding of LP relaxations. Previous rounding algorithms for these problems, from nearly twenty years ago, are based on careful rounding of an "optimum" solution to an LP relaxation. This is particularly true…
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
