An Efficient Partitioning Oracle for Bounded-Treewidth Graphs
Alan Edelman, Avinatan Hassidim, Huy N. Nguyen, Krzysztof, Onak

TL;DR
This paper introduces an efficient partitioning oracle for bounded-treewidth graphs that significantly reduces query complexity, enabling faster property testing and approximation algorithms for various graph problems.
Contribution
It presents the first polynomial-query partitioning oracle for bounded-treewidth graphs, improving efficiency over previous exponential-query methods.
Findings
Oracle makes only O(poly(1/epsilon)) queries per partition query.
Enables poly(1/epsilon)-time property testing for graph classes like k-outerplanar and series-parallel.
Allows approximation of maximum matching, vertex cover, and dominating set sizes within epsilon*n additive error.
Abstract
Partitioning oracles were introduced by Hassidim et al. (FOCS 2009) as a generic tool for constant-time algorithms. For any epsilon > 0, a partitioning oracle provides query access to a fixed partition of the input bounded-degree minor-free graph, in which every component has size poly(1/epsilon), and the number of edges removed is at most epsilon*n, where n is the number of vertices in the graph. However, the oracle of Hassidimet al. makes an exponential number of queries to the input graph to answer every query about the partition. In this paper, we construct an efficient partitioning oracle for graphs with constant treewidth. The oracle makes only O(poly(1/epsilon)) queries to the input graph to answer each query about the partition. Examples of bounded-treewidth graph classes include k-outerplanar graphs for fixed k, series-parallel graphs, cactus graphs, and pseudoforests. Our…
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 · Algorithms and Data Compression · Advanced Graph Theory Research
