Local Computation Algorithms for Spanners

02/21/2019
by   Merav Parter, et al.
0

A graph spanner is a fundamental graph structure that faithfully preserves the pairwise distances in the input graph up to a small multiplicative stretch. The common objective in the computation of spanners is to achieve the best-known existential size-stretch trade-off efficiently. Classical models and algorithmic analysis of graph spanners essentially assume that the algorithm can read the input graph, construct the desired spanner, and write the answer to the output tape. However, when considering massive graphs containing millions or even billions of nodes not only the input graph, but also the output spanner might be too large for a single processor to store. To tackle this challenge, we initiate the study of local computation algorithms (LCAs) for graph spanners in general graphs, where the algorithm should locally decide whether a given edge (u,v) ∈ E belongs to the output spanner. Such LCAs give the user the `illusion' that a specific sparse spanner for the graph is maintained, without ever fully computing it. We present the following results: -For general n-vertex graphs and r ∈{2,3}, there exists an LCA for (2r-1)-spanners with O(n^1+1/r) edges and sublinear probe complexity of O(n^1-1/2r). These size/stretch tradeoffs are best possible (up to polylogarithmic factors). -For every k ≥ 1 and n-vertex graph with maximum degree Δ, there exists an LCA for O(k^2) spanners with O(n^1+1/k) edges, probe complexity of O(Δ^4 n^2/3), and random seed of size polylog(n). This improves upon, and extends the work of [Lenzen-Levi, 2018]. We also complement our results by providing a polynomial lower bound on the probe complexity of LCAs for graph spanners that holds even for the simpler task of computing a sparse connected subgraph with o(m) edges.

READ FULL TEXT
research
07/10/2020

Local Access to Sparse Connected Subgraphs Via Edge Sampling

We contribute an approach to the problem of locally computing sparse con...
research
08/22/2021

A Unified Framework for Hopsets and Spanners

Given an undirected graph G=(V,E), an (α,β)-spanner H=(V,E') is a subgra...
research
05/11/2021

Improved LCAs for constructing spanners

In this paper we study the problem of constructing spanners in a local m...
research
03/30/2021

The randomized local computation complexity of the Lovász local lemma

The Local Computation Algorithm (LCA) model is a popular model in the fi...
research
10/11/2017

Subsampling large graphs and invariance in networks

Specify a randomized algorithm that, given a very large graph or network...
research
11/14/2019

Graph Spanners in the Message-Passing Model

Graph spanners are sparse subgraphs which approximately preserve all pai...
research
07/26/2019

New (α,β) Spanners and Hopsets

An f(d)-spanner of an unweighted n-vertex graph G=(V,E) is a subgraph H ...

Please sign up or login with your details

Forgot password? Click here to reset