Edge Bipartization faster than $2^k$
Marcin Pilipczuk, Micha{\l} Pilipczuk, Marcin Wrochna

TL;DR
This paper introduces a faster algorithm for the Edge Bipartization problem that improves the exponential dependence on the parameter k from 2^k to approximately 1.977^k, using advanced algorithmic techniques.
Contribution
It presents the first algorithm with a running time better than 2^k for Edge Bipartization, combining iterative compression, relaxation techniques, and Measure & Conquer analysis.
Findings
Achieves a running time of O(1.977^k nm) for Edge Bipartization.
First improvement over the classic 2^k exponential dependence for this problem.
Demonstrates the effectiveness of combining relaxation techniques with Measure & Conquer analysis.
Abstract
In the Edge Bipartization problem one is given an undirected graph and an integer , and the question is whether edges can be deleted from so that it becomes bipartite. In 2006, Guo et al. [J. Comput. Syst. Sci., 72(8):1386-1396, 2006] proposed an algorithm solving this problem in time ; today, this algorithm is a textbook example of an application of the iterative compression technique. Despite extensive progress in the understanding of the parameterized complexity of graph separation problems in the recent years, no significant improvement upon this result has been yet reported. We present an algorithm for Edge Bipartization that works in time , which is the first algorithm with the running time dependence on the parameter better than . To this end, we combine the general iterative compression strategy of Guo et al. [J. Comput. Syst.…
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
TopicsAdvanced Graph Theory Research · Complexity and Algorithms in Graphs · Interconnection Networks and Systems
