Fault Tolerant Approximate BFS Structures
Merav Parter, David Peleg

TL;DR
This paper develops fault-tolerant approximate BFS structures that maintain near-optimal distances after failures, providing new algorithms and bounds for both multiplicative and additive fault tolerance in graphs.
Contribution
It introduces new algorithms for constructing fault-tolerant approximate BFS structures with improved size bounds and establishes lower bounds showing the limitations of additive structures.
Findings
Constructed a (3,0) FT-ABFS with at most 4n edges for single edge failures.
Proved existence of (3(f+1), (f+1) log n) FT-ABFS structures with O(f n) edges for multiple failures.
Showed lower bounds of Ω(n^{1+ε(β)}) edges for additive structures, and provided a (1,4) FT-ABFS with O(n^{4/3}) edges.
Abstract
This paper addresses the problem of designing a {\em fault-tolerant} approximate BFS structure (or {\em FT-ABFS structure} for short), namely, a subgraph of the network such that subsequent to the failure of some subset of edges or vertices, the surviving part of still contains an \emph{approximate} BFS spanning tree for (the surviving part of) , satisfying for every . We first consider {\em multiplicative} FT-ABFS structures resilient to a failure of a single edge and present an algorithm that given an -vertex unweighted undirected graph and a source constructs a FT-ABFS structure rooted at with at most edges (improving by an factor on the near-tight result of \cite{BS10} for the special case of edge failures).…
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
TopicsInterconnection Networks and Systems · Complexity and Algorithms in Graphs · Distributed systems and fault tolerance
