Approximating the Weighted Minimum Label $s$-$t$ Cut Problem
Peng Zhang

TL;DR
This paper presents an approximation algorithm for the weighted Label s-t Cut problem, achieving an O(n^{2/3}) ratio, which was previously unknown for weighted cases, by interpreting label weights as length and capacity.
Contribution
The paper introduces a novel approximation algorithm for the weighted Label s-t Cut problem with ratio O(n^{2/3}), extending prior unweighted results.
Findings
Achieved an O(n^{2/3}) approximation ratio for the weighted Label s-t Cut problem.
Developed a mechanism interpreting label weights as both length and capacity.
Extended approximation techniques from unweighted to weighted label cut problems.
Abstract
In the weighted (minimum) {\sf Label - Cut} problem, we are given a (directed or undirected) graph , a label set with positive label weights , a source and a sink . Each edge edge of has a label from . Different edges may have the same label. The problem asks to find a minimum weight label subset such that the removal of all edges with labels in disconnects and . The unweighted {\sf Label - Cut} problem (i.e., every label has a unit weight) can be approximated within , where is the number of vertices of graph . However, it is unknown for a long time how to approximate the weighted {\sf Label - Cut} problem within . In this paper, we provide an approximation algorithm for the weighted {\sf Label - Cut} problem with ratio…
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 · Optimization and Search Problems · Machine Learning and Algorithms
