Table of Contents
Fetching ...

Finding 4-Additive Spanners: Faster, Stronger, and Simpler

Chuhan Qi

TL;DR

This work tackles the problem of distance-preserving graph sparsification using $4$-additive spanners. It replaces prior randomized techniques with a deterministic, domination-based derandomization inspired by high-degree elimination and BFS-augmentation, and then reduces the problem to constructing a $5$-additive spanner followed by a bipartite reduction. The authors obtain a deterministic algorithm that outputs a $4$-additive spanner with $ ilde{O}(n^{7/5})$ edges in $ ilde{O}( ilde{min\{m n^{3/5}, n^{11/5}\}})$ time, matching the known edge bound while improving running time and simplifying the approach. This contributes to practical graph sparsification for distance oracles and network design, and motivates further work to close gaps to lower bounds and to improve time bounds further. Overall, the paper delivers a simpler, fully deterministic construction with strong theoretical guarantees for 4-additive spanners.

Abstract

Additive spanners are fundamental graph structures with wide applications in network design, graph sparsification, and distance approximation. In particular, a $4$-additive spanner is a subgraph that preserves all pairwise distances up to an additive error of $4$. In this paper, we present a new deterministic algorithm for constructing $4$-additive spanners that matches the best known edge bound of $\tilde{O}(n^{7/5})$ (up to polylogarithmic factors), while improving the running time to $\tilde{O}(\min\{mn^{3/5}, n^{11/5}\})$, compared to the previous $\tilde{O}(mn^{3/5})$ randomized construction. Our algorithm is not only faster in the dense regime but also fully deterministic, conceptually simpler, and easier to implement and analyze.

Finding 4-Additive Spanners: Faster, Stronger, and Simpler

TL;DR

This work tackles the problem of distance-preserving graph sparsification using -additive spanners. It replaces prior randomized techniques with a deterministic, domination-based derandomization inspired by high-degree elimination and BFS-augmentation, and then reduces the problem to constructing a -additive spanner followed by a bipartite reduction. The authors obtain a deterministic algorithm that outputs a -additive spanner with edges in time, matching the known edge bound while improving running time and simplifying the approach. This contributes to practical graph sparsification for distance oracles and network design, and motivates further work to close gaps to lower bounds and to improve time bounds further. Overall, the paper delivers a simpler, fully deterministic construction with strong theoretical guarantees for 4-additive spanners.

Abstract

Additive spanners are fundamental graph structures with wide applications in network design, graph sparsification, and distance approximation. In particular, a -additive spanner is a subgraph that preserves all pairwise distances up to an additive error of . In this paper, we present a new deterministic algorithm for constructing -additive spanners that matches the best known edge bound of (up to polylogarithmic factors), while improving the running time to , compared to the previous randomized construction. Our algorithm is not only faster in the dense regime but also fully deterministic, conceptually simpler, and easier to implement and analyze.
Paper Structure (5 sections, 7 theorems, 21 equations, 2 algorithms)

This paper contains 5 sections, 7 theorems, 21 equations, 2 algorithms.

Key Result

Theorem 1.2

There exists a deterministic algorithm that, given a graph $G=(V,E)$ with $n=|V|$ and $m=|E|$, constructs a $4$-additive spanner with $\tilde{O}(n^{7/5})$ edges in $\tilde{O}(\min\{mn^{3/5}, n^{11/5}\})$ time.

Theorems & Definitions (16)

  • Definition 1.1: Additive Spanner
  • Theorem 1.2: Main Result
  • Lemma 2.1: Lemma from aldhalaan2021fastconstruction4additivespanners
  • Remark
  • Theorem 4.1
  • proof
  • Claim 1
  • proof
  • Theorem 4.2
  • proof
  • ...and 6 more