Maintaining Exact Distances under Multiple Edge Failures
Ran Duan, Hanlin Ren

TL;DR
This paper introduces a novel compact distance oracle capable of providing exact shortest path distances in undirected weighted graphs even after multiple arbitrary edge failures, balancing space and query efficiency.
Contribution
It presents the first exact distance oracle that tolerates multiple failures with a compact space complexity and efficient query time, advancing beyond previous approximate solutions.
Findings
Space complexity is O(d n^4)
Query time is d^{O(d)}
Preprocessing time is likely n^{Ω(d)}
Abstract
We present the first compact distance oracle that tolerates multiple failures and maintains exact distances. Given an undirected weighted graph and an arbitrarily large constant , we construct an oracle that given vertices and a set of edge failures , outputs the exact distance between and in (that is, with edges in removed). Our oracle has space complexity and query time . Previously, there were compact approximate distance oracles under multiple failures [Chechik, Cohen, Fiat, and Kaplan, SODA'17; Duan, Gu, and Ren, SODA'21], but the best exact distance oracles under failures require essentially space [Duan and Pettie, SODA'09]. Our distance oracle seems to require time to preprocess; we leave it as an open question to improve this preprocessing time.
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 · Cryptography and Data Security · Machine Learning and Algorithms
