Faster Separators for Shallow Minor-Free Graphs via Dynamic Approximate Distance Oracles
Christian Wulff-Nilsen

TL;DR
This paper introduces three new algorithms for finding graph separators in shallow minor-free graphs, improving efficiency and applicability through novel use of decremental approximate distance oracles.
Contribution
The paper presents three algorithms with improved running times and separator sizes for shallow minor-free graphs, utilizing a novel application of decremental approximate distance oracles.
Findings
First algorithm achieves $O( ext{poly}(h)\, ext{ell}\, m^{1+ ext{epsilon}})$ time.
Second algorithm attains $O( ext{poly}(h)(\, ext{sqrt} ext{ell}\, n^{1+ ext{epsilon}} + n^{2+ ext{epsilon}}/ ext{ell}^{3/2}))$ time.
Third algorithm runs in $O( ext{poly}(h) ext{sqrt} ext{ell}\, n^{1+ ext{epsilon}})$ time with a specific separator size.
Abstract
Plotkin, Rao, and Smith (SODA'97) showed that any graph with edges and vertices that excludes as a depth -minor has a separator of size and that such a separator can be found in time. A time bound of for any constant was later given (W., FOCS'11) which is an improvement for non-sparse graphs. We give three new algorithms. The first has the same separator size and running time . This is a significant improvement for small and . If for an arbitrarily small chosen constant , we get a time bound of . The second algorithm achieves the same separator size (with a slightly larger polynomial dependency on ) and running 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 · Optimization and Search Problems · Advanced Graph Theory Research
