A Local-Search Algorithm for Steiner Forest
Martin Gro{\ss}, Anupam Gupta, Amit Kumar, Jannik Matuschke, and Daniel R. Schmidt, Melanie Schmidt, Jos\'e Verschae

TL;DR
This paper introduces a local-search algorithm that achieves a constant-factor approximation for the Steiner Forest problem, improving upon previous methods and offering new techniques for combinatorial optimization.
Contribution
It presents a novel local-search approach with specific moves and potential functions that effectively approximate Steiner Forest, advancing combinatorial algorithms for network design.
Findings
Achieves a constant-factor approximation for Steiner Forest
Introduces new local moves and potential functions
Eliminates bad local minima with innovative techniques
Abstract
In the Steiner Forest problem, we are given a graph and a collection of source-sink pairs, and the goal is to find a subgraph of minimum total length such that all pairs are connected. The problem is APX-Hard and can be 2-approximated by, e.g., the elegant primal-dual algorithm of Agrawal, Klein, and Ravi from 1995. We give a local-search-based constant-factor approximation for the problem. Local search brings in new techniques to an area that has for long not seen any improvements and might be a step towards a combinatorial algorithm for the more general survivable network design problem. Moreover, local search was an essential tool to tackle the dynamic MST/Steiner Tree problem, whereas dynamic Steiner Forest is still wide open. It is easy to see that any constant factor local search algorithm requires steps that add/drop many edges together. We propose natural local moves which,…
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
TopicsVLSI and FPGA Design Techniques · Complexity and Algorithms in Graphs · Advanced Graph Theory Research
