English

Online Monotone Metric Embeddings

Data Structures and Algorithms 2026-05-13 v2

Abstract

Metric embeddings into structured spaces, particularly hierarchically well-separated trees (HSTs), are a fundamental tool in the design of online algorithms. In the classical online embedding setting, points arrive sequentially and must be embedded irrevocably upon arrival, resulting in strong distortion lower bounds of Ω(min(n,lognlogΔ))\Omega(\min(n, \log n\log \Delta)), where nn is the number of points and Δ\Delta their aspect ratio. We propose a novel relaxation, online monotone metric embeddings, which allows distances between embedded points in the target space to decrease monotonically over time. Such relaxed embeddings remain compatible with many online algorithms. Moreover, this relaxation breaks existing lower bound barriers, enabling embeddings into HSTs with distortion O(log2n)O(\log^2 n). We also study a dynamic variant, where points may both arrive and depart, seeking distortion guarantees in terms of the maximum number ll of simultaneously present points. For traditional embeddings, such bounds are impossible, and this limitation persists even for deterministic monotone embeddings. Surprisingly, probabilistic monotone embeddings allow for O(llogl)O(l \log l) distortion, which is nearly optimal given an Ω(l)\Omega(l) lower bound.

Keywords

Cite

@article{arxiv.2604.27059,
  title  = {Online Monotone Metric Embeddings},
  author = {Christian Coester and Yichen Huang},
  journal= {arXiv preprint arXiv:2604.27059},
  year   = {2026}
}

Comments

To appear at ICALP 2026

R2 v1 2026-07-01T12:42:09.210Z