An Improved Analysis of Greedy for Online Steiner Forest

11/19/2021
by   Étienne Bamas, et al.
0

This paper considers the classic Online Steiner Forest problem where one is given a (weighted) graph G and an arbitrary set of k terminal pairs {{s_1,t_1},… ,{s_k,t_k}} that are required to be connected. The goal is to maintain a minimum-weight sub-graph that satisfies all the connectivity requirements as the pairs are revealed one by one. It has been known for a long time that no algorithm (even randomized) can be better than Ω(log(k))-competitive for this problem. Interestingly, a simple greedy algorithm is already very efficient for this problem. This algorithm can be informally described as follows: Upon arrival of a new pair {s_i,t_i}, connect s_i and t_i with the shortest path in the current metric, contract the metric along the chosen path and wait for the next pair. Although simple and intuitive, greedy proved itself challenging to analyze and its competitive ratio is a long-standing open problem in the area of online algorithms. The last progress on this question is due to an elegant analysis by Awerbuch, Azar, and Bartal [SODA 1996], who showed that greedy is O(log^2(k))-competitive. Our main result is to show that greedy is in fact O(log(k)loglog(k))-competitive on a wide class of instances. In particular, this wide class of instances contains all the instances that were exhibited in the literature until now.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
08/19/2023

Laminar Matroid Secretary: Greedy Strikes Back

We show that a simple greedy algorithm is 4.75 probability-competitive f...
research
11/29/2019

Shortest Path Centrality and the All-pairs Shortest Paths Problem via Sample Complexity

In this paper we are interested in the all-pairs shortest paths problem ...
research
11/28/2019

PERMUTATION Strikes Back: The Power of Recourse in Online Metric Matching

In the classical Online Metric Matching problem, we are given a metric s...
research
02/09/2022

Shortest Paths without a Map, but with an Entropic Regularizer

In a 1989 paper titled "shortest paths without a map", Papadimitriou and...
research
04/26/2019

Tight Bounds for Online Weighted Tree Augmentation

The Weighted Tree Augmentation problem (WTAP) is a fundamental problem i...
research
10/29/2019

Achieving Optimal Backlog in the Vanilla Multi-Processor Cup Game

In each step of the p-processor cup game on n cups, a filler distributes...
research
04/13/2023

Online Geometric Hitting Set and Set Cover Beyond Unit Balls in ℝ^2

We investigate the geometric hitting set problem in the online setup for...

Please sign up or login with your details

Forgot password? Click here to reset