Fixed-Parameter Sensitivity Oracles
Davide Bil\`o, Katrin Casel, Keerti Choudhary, Sarel Cohen, Tobias, Friedrich, J.A. Gregor Lagodzinski, Martin Schirneck, and Simon Wietheger

TL;DR
This paper introduces sensitivity oracles for fixed-parameter tractable graph problems, enabling fast responses to edge failures without recomputing solutions from scratch, with applications to k-Path, k-Vertex Cover, and distance preservation.
Contribution
It combines distance sensitivity oracles with fixed-parameter tractability to create efficient, preprocessed oracles for FPT problems and distance computations under edge failures.
Findings
Designed sensitivity oracles for k-Path and k-Vertex Cover.
Developed a distance-preserving oracle for directed unweighted graphs.
Achieved query times significantly faster than re-running FPT algorithms.
Abstract
We combine ideas from distance sensitivity oracles (DSOs) and fixed-parameter tractability (FPT) to design sensitivity oracles for FPT graph problems. An oracle with sensitivity for an FPT problem on a graph with parameter preprocesses in time . When queried with a set of at most edges of , the oracle reports the answer to the -with the same parameter -on the graph , i.e., deprived of . The oracle should answer queries in a time that is significantly faster than merely running the best-known FPT algorithm on from scratch. We mainly design sensitivity oracles for the -Path and the -Vertex Cover problem. Following our line of research connecting fault-tolerant FPT and shortest paths problems, we also introduce parameterization to the computation of distance preservers. We study the problem,…
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
Fixed-Parameter Sensitivity Oracles· youtube
Taxonomy
TopicsComplexity and Algorithms in Graphs · Advanced Graph Theory Research · Network Packet Processing and Optimization
