Approximation Algorithms for Steiner Tree Based on Star Contractions: A Unified View

02/10/2020
by   Radek Hušek, et al.
0

In the Steiner Tree problem we are given an edge weighted undirected graph G = (V,E) and a set of terminals R ⊆ V. The task is to find a connected subgraph of G containing R and minimizing the sum of weights of its edges. We observe that many approximation algorithms for Steiner Tree follow a similar scheme (meta-algorithm) and perform (exhaustively) a similar routine which we call star contraction. Here, by a star contraction, we mean finding a star-like subgraph in the input graph minimizing the ratio of its weight to the number of contained terminals minus one. It is not hard to see that the well-known MST-approximation seeks the best star to contract among those containing two terminals only. We perform an empirical study of star contractions with the relaxed condition on the number of terminals in each star contraction. Our experiments suggest the following: – if the algorithm performs star contractions exhaustively, the quality of the solution is usually slightly better than Zelikovsky's 11/6-approximation algorithm, – on average the quality of the solution returned by the MST-approximation algorithm improves with every star contraction, – the same holds for iterated MST (MST+), which outperforms MST in every measurement while keeping very fast running time (on average ∼ 3× slower than MST), – on average the quality of the solution obtained by exhaustively performing star contraction is about 16% better than the initial MST-approximation, and – we propose a more precise way to find the so-called improved stars which yield a slightly better solution within a comparable running time (on average ∼ 3× slower). Furthermore, we propose two improvements of Zelikovsky's 11/6-approximation algorithm and we empirically confirm that the quality of the solution returned by any of these is better than the one returned by the former algorithm.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
11/09/2017

Fast Distributed Approximation for TAP and 2-Edge-Connectivity

The tree augmentation problem (TAP) is a fundamental network design prob...
research
04/26/2023

An Approximation Algorithm for Two-Edge-Connected Subgraph Problem via Triangle-free Two-Edge-Cover

The 2-Edge-Connected Spanning Subgraph problem (2-ECSS) is one of the mo...
research
02/13/2018

Hardness Results and Approximation Algorithms for the Minimum Dominating Tree Problem

Given an undirected graph G = (V, E) and a weight function w:E →R, the M...
research
07/24/2018

Metric Sublinear Algorithms via Linear Sampling

In this work we provide a new technique to design fast approximation alg...
research
04/29/2020

Planted Models for the Densest k-Subgraph Problem

Given an undirected graph G, the Densest k-subgraph problem (DkS) asks t...
research
06/18/2020

On the Parameterized Approximability of Contraction to Classes of Chordal Graphs

A graph operation that contracts edges is one of the fundamental operati...
research
06/01/2022

Star algorithm for NN ensembling

Neural network ensembling is a common and robust way to increase model e...

Please sign up or login with your details

Forgot password? Click here to reset