Table of Contents
Fetching ...

Online Probabilistic Metric Embedding: A General Framework for Bypassing Inherent Bounds

Yair Bartal, Ora N. Fandina, Seeun William Umboh

TL;DR

It is shown that for a large class of online problems this online probabilistic embedding can still be used to devise an algorithm with overhead in the competitive ratio, and implies the first algorithms with competitive ratio $\operatorname{polylog}(k)$ for online subadditive network design, and $\operatorname{polylog}(k,r)$ for online group Steiner forest.

Abstract

Probabilistic metric embedding into trees is a powerful technique for designing online algorithms. The standard approach is to embed the entire underlying metric into a tree metric and then solve the problem on the latter. The overhead in the competitive ratio depends on the expected distortion of the embedding, which is logarithmic in $n$, the size of the underlying metric. For many online applications, such as online network design problems, it is natural to ask if it is possible to construct such embeddings in an online fashion such that the distortion would be a polylogarithmic function of $k$, the number of terminals. Our first main contribution is answering this question negatively, exhibiting a \emph{lower bound} of $\tildeΩ(\log k \log Φ)$, where $Φ$ is the aspect ratio of the set of terminals, showing that a simple modification of the probabilistic embedding into trees of Bartal (FOCS 1996), which has expected distortion of $O(\log k \log Φ)$, is \emph{nearly-tight}. Unfortunately, this may result in a very bad dependence in terms of $k$, namely, a power of $k$. Our second main contribution is a general framework for bypassing this limitation. We show that for a large class of online problems this online probabilistic embedding can still be used to devise an algorithm with $O(\min\{\log k\log (kλ),\log^3 k\})$ overhead in the competitive ratio, where $k$ is the current number of terminals, and $λ$ is a measure of subadditivity of the cost function, which is at most $r$, the current number of requests. In particular, this implies the first algorithms with competitive ratio $\operatorname{polylog}(k)$ for online subadditive network design (buy-at-bulk network design being a special case), and $\operatorname{polylog}(k,r)$ for online group Steiner forest.

Online Probabilistic Metric Embedding: A General Framework for Bypassing Inherent Bounds

TL;DR

It is shown that for a large class of online problems this online probabilistic embedding can still be used to devise an algorithm with overhead in the competitive ratio, and implies the first algorithms with competitive ratio for online subadditive network design, and for online group Steiner forest.

Abstract

Probabilistic metric embedding into trees is a powerful technique for designing online algorithms. The standard approach is to embed the entire underlying metric into a tree metric and then solve the problem on the latter. The overhead in the competitive ratio depends on the expected distortion of the embedding, which is logarithmic in , the size of the underlying metric. For many online applications, such as online network design problems, it is natural to ask if it is possible to construct such embeddings in an online fashion such that the distortion would be a polylogarithmic function of , the number of terminals. Our first main contribution is answering this question negatively, exhibiting a \emph{lower bound} of , where is the aspect ratio of the set of terminals, showing that a simple modification of the probabilistic embedding into trees of Bartal (FOCS 1996), which has expected distortion of , is \emph{nearly-tight}. Unfortunately, this may result in a very bad dependence in terms of , namely, a power of . Our second main contribution is a general framework for bypassing this limitation. We show that for a large class of online problems this online probabilistic embedding can still be used to devise an algorithm with overhead in the competitive ratio, where is the current number of terminals, and is a measure of subadditivity of the cost function, which is at most , the current number of requests. In particular, this implies the first algorithms with competitive ratio for online subadditive network design (buy-at-bulk network design being a special case), and for online group Steiner forest.
Paper Structure (41 sections, 33 theorems, 36 equations, 1 figure, 2 algorithms)

This paper contains 41 sections, 33 theorems, 36 equations, 1 figure, 2 algorithms.

Key Result

Theorem 1.2

For any metric space $(V, d_V)$ and sequence of terminals $x_1, \ldots, x_k \in V$, there exists a probabilistic online embedding into HSTs with expected distortion $O(\log k \log \Phi)$, where $\Phi$ is the aspect ratio of the terminals.Note that this can be made into $O(k \log k)$. Essentially, we

Figures (1)

  • Figure 1: Example of $\widehat{G}_\ell$ and $G_\ell$ with a $4$-cycle as base graph $B$. Here, $\phi = 2$ so each edge of $\widehat{G}_\ell$ has length $2^{-\ell}$.

Theorems & Definitions (86)

  • Definition 1.1: Online embedding
  • Definition 1.1: Fully extendable embeddings
  • Theorem 1.2
  • Theorem 1.3
  • Theorem 1.4
  • Example 1: Steiner Forest
  • Example 2: Constrained Forest
  • Example 3: Group Steiner Forest
  • Example 4: $s$-server
  • Example 5: Reordering Buffer
  • ...and 76 more