Connectivity Labeling and Routing with Multiple Vertex Failures
Merav Parter, Asaf Petruschka, and Seth Pettie

TL;DR
This paper introduces new succinct labeling schemes for connectivity in graphs resilient to multiple vertex failures, achieving significantly smaller label sizes than previous methods and enabling efficient routing.
Contribution
It presents the first efficient $f$-vertex fault-tolerant connectivity labeling schemes with poly(f, log n) bits, improving over prior linear or super-polynomial bounds.
Findings
Randomized labels of $O(f^3 ext{log}^5 n)$ bits.
Derandomized labels of $O(f^7 ext{log}^{13} n)$ bits.
Routing schemes with poly(f, log n) size avoiding vertex failures.
Abstract
We present succinct labeling schemes for answering connectivity queries in graphs subject to a specified number of vertex failures. An -vertex/edge fault tolerant (-V/EFT) connectivity labeling is a scheme that produces succinct labels for the vertices (and possibly to the edges) of an -vertex graph , such that given only the labels of two vertices and of at most faulty vertices/edges , one can infer if and are connected in . The primary complexity measure is the maximum label length (in bits). The -EFT setting is relatively well understood: [Dory and Parter, PODC 2021] gave a randomized scheme with succinct labels of bits, which was subsequently derandomized by [Izumi et al., PODC 2023] with -bit labels. As both noted, handling vertex faults is more challenging. The known bounds for the -VFT setting are far away:…
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 · Distributed systems and fault tolerance · Interconnection Networks and Systems
