TL;DR
This paper develops sublinear-time algorithms for partially erased graphs, focusing on connectivity testing and average degree estimation, with thresholds for erasure resilience and improvements over previous models.
Contribution
It introduces erasure-resilient algorithms for graph properties, achieving optimal dependence on parameters and bridging query complexities between existing models.
Findings
Connectivity can be tested efficiently if erasures are below a threshold.
Testing becomes linear in graph size when erasures reach the threshold.
New algorithms improve upon previous methods in standard property testing.
Abstract
We investigate sublinear-time algorithms that take partially erased graphs represented by adjacency lists as input. Our algorithms make degree and neighbor queries to the input graph and work with a specified fraction of adversarial erasures in adjacency entries. We focus on two computational tasks: testing if a graph is connected or -far from connected and estimating the average degree. For testing connectedness, we discover a threshold phenomenon: when the fraction of erasures is less than , this property can be tested efficiently (in time independent of the size of the graph); when the fraction of erasures is at least then a number of queries linear in the size of the graph representation is required. Our erasure-resilient algorithm (for the special case with no erasures) is an improvement over the previously known algorithm for connectedness…
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
Erasure-Resilient Sublinear-Time Graph Algorithms· youtube
