Prize-Collecting Steiner Tree: A 1.79 Approximation
Ali Ahmadi, Iman Gholami, MohammadTaghi Hajiaghayi, Peyman Jabbarzade, Mohammad Mahdavi
TL;DR
The paper addresses Prize-Collecting Steiner Tree (PCST), where each vertex bears a penalty and one must decide whether to connect it or pay the penalty. It introduces IPCST, an iterative, polynomial-time algorithm that combines a Goemans–Williamson baseline on penalized instances with a Steiner Tree subroutine and recursive penalty adjustments, ultimately selecting the best of three candidate trees. By carefully selecting the Steiner Tree factor $p$ and penalty scale $\beta$, the authors establish a $1.7994$-approximation with $\alpha=1.7994$, $\beta=1.252$, and $p=\ln(4)+\epsilon$, improving upon the long-standing barrier below $2$ for PCST. The approach leverages rooted PCST equivalence, reduces to Steiner Tree subproblems on live vertices, and runs in polynomial time, offering significant implications for practical network design and related prize-collecting problems.
Abstract
Prize-Collecting Steiner Tree (PCST) is a generalization of the Steiner Tree problem, a fundamental problem in computer science. In the classic Steiner Tree problem, we aim to connect a set of vertices known as terminals using the minimum-weight tree in a given weighted graph. In this generalized version, each vertex has a penalty, and there is flexibility to decide whether to connect each vertex or pay its associated penalty, making the problem more realistic and practical. Both the Steiner Tree problem and its Prize-Collecting version had long-standing $2$-approximation algorithms, matching the integrality gap of the natural LP formulations for both. This barrier for both problems has been surpassed, with algorithms achieving approximation factors below $2$. While research on the Steiner Tree problem has led to a series of reductions in the approximation ratio below $2$, culminating in a $\ln(4)+ε$ approximation by Byrka, Grandoni, Rothvoß, and Sanità, the Prize-Collecting version has not seen improvements in the past 15 years since the work of Archer, Bateni, Hajiaghayi, and Karloff, which reduced the approximation factor for this problem from $2$ to $1.9672$. Interestingly, even the Prize-Collecting TSP approximation, which was first improved below $2$ in the same paper, has seen several advancements since then. In this paper, we reduce the approximation factor for the PCST problem substantially to 1.7994 via a novel iterative approach.
