We gratefully acknowledge support from
the Simons Foundation and member institutions.
Full-text links:

Download:

Current browse context:

cs.DS

Change to browse by:

cs

References & Citations

DBLP - CS Bibliography

Bookmark

(what is this?)
CiteULike logo BibSonomy logo Mendeley logo del.icio.us logo Digg logo Reddit logo

Computer Science > Data Structures and Algorithms

Title: Local Access to Sparse Connected Subgraphs Via Edge Sampling

Abstract: We contribute an approach to the problem of locally computing sparse connected subgraphs of dense graphs. In this setting, given an edge in a connected graph $G = (V, E)$, an algorithm locally decides its membership in a sparse connected subgraph $G^* = (V, E^*)$, where $E^* \subseteq E$ and $|E^*| = o(|E|)$. Such an approach to subgraph construction is useful when dealing with massive graphs, where reading in the graph's full network description is impractical.
While most prior results in this area require assumptions on $G$ or that $|E'| \le (1+\epsilon)|V|$ for some $\epsilon > 0$, we relax these assumptions. Given a general graph and a parameter $T$, we provide membership queries to a subgraph with $O(|V|T)$ edges using $\widetilde{O}(|E|/T)$ probes. This is the first algorithm to work on general graphs and allow for a tradeoff between its probe complexity and the number of edges in the resulting subgraph.
We achieve this result with ideas motivated from edge sparsification techniques that were previously unused in this problem. We believe these techniques will motivate new algorithms for this problem and related ones. Additionally, we describe an efficient method to access any node's neighbor set in a sparsified version of $G$ where each edge is deleted with some i.i.d. probability.
Subjects: Data Structures and Algorithms (cs.DS)
Cite as: arXiv:2007.05523 [cs.DS]
  (or arXiv:2007.05523v1 [cs.DS] for this version)

Submission history

From: Rogers Epstein [view email]
[v1] Fri, 10 Jul 2020 17:57:33 GMT (51kb,D)

Link back to: arXiv, form interface, contact.