Local Access to Sparse Connected Subgraphs Via Edge Sampling
Rogers Epstein

TL;DR
This paper presents a novel local algorithm for extracting sparse, connected subgraphs from dense graphs, balancing probe complexity and subgraph size, applicable to massive networks without restrictive assumptions.
Contribution
It introduces the first general-graph algorithm for local subgraph extraction with a tunable tradeoff between probes and subgraph edges, using innovative edge sparsification techniques.
Findings
Achieves subgraph with O(|V|T) edges using rom|E|/T probes
Works on general graphs without restrictive assumptions
Uses novel edge sparsification methods for local access
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 , an algorithm locally decides its membership in a sparse connected subgraph , where and . 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 or that for some , we relax these assumptions. Given a general graph and a parameter , we provide membership queries to a subgraph with edges using 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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComplexity and Algorithms in Graphs · Advanced Graph Theory Research · Limits and Structures in Graph Theory
