pith. sign in

arxiv: 2605.23509 · v1 · pith:VN5DPI4Cnew · submitted 2026-05-22 · 💻 cs.DS

Reducing the Randomness in Partition Oracles for Bounded Degree Minor-Free Graphs

Pith reviewed 2026-05-25 02:49 UTC · model grok-4.3

classification 💻 cs.DS
keywords partition oraclehyperfinite decompositionminor-free graphsrandomness complexitybounded degree graphslocal computationderandomization
0
0 comments X

The pith

Partition oracles for bounded-degree minor-free graphs can be implemented with a random seed of length poly(d ε^{-1}) log n.

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The paper shows that the poly(dε^{-1})-query partition oracles from Kumar-Seshadhri-Stolman, which give local access to a hyperfinite decomposition of a bounded-degree minor-closed graph, can be realized using only poly(dε^{-1}) log n random bits instead of Ω(n) bits. Coordination among queries happens entirely through this shared seed without any preprocessing of the graph. A reader cares because the smaller seed removes the linear setup cost that previously followed from large randomness and brings the randomness requirement closer to polylogarithmic. The paper also proves that, when vertices carry labels from a universe of size N at least n, every partition oracle for even the simplest case of cycles must use ω_N(1) random bits.

Core claim

The poly(dε^{-1})-query partition oracles of Kumar-Seshadhri-Stolman for bounded-degree minor-free graphs can be implemented with a random seed of poly(dε^{-1}) · log n length. In a generalized model where vertex labels come from the universe [N] with N ≥ n, any partition oracle even for cycles requires ω_N(1) random bits.

What carries the argument

The shared random seed that coordinates all local queries to produce a consistent hyperfinite decomposition without preprocessing.

If this is right

  • The effective preprocessing time for the partition oracle drops from linear in n to polylog n.
  • Local access to the decomposition can be supplied in sublinear total time when the seed is generated on the fly.
  • The randomness requirement is now low enough that limited-independence hash families become plausible replacements for full randomness.
  • Black-box derandomization techniques are no longer required to reach polylogarithmic seed length.

Where Pith is reading between the lines

These are editorial extensions of the paper, not claims the author makes directly.

  • The same seed-shortening technique may apply to other local computation algorithms that rely on a shared random seed for consistency across distant queries.
  • The generalized-model lower bound indicates that label-dependent randomness is sometimes necessary, suggesting that fully label-independent oracles may require different constructions.
  • If the reduced seed can be generated from O(log log n) bits via further derandomization, the entire oracle could run in truly sub-polylogarithmic time per query.

Load-bearing premise

The only coordination among local queries comes from the shared random seed, and shortening that seed leaves the underlying hyperfinite decomposition and query complexity unchanged.

What would settle it

A concrete counterexample graph from a minor-closed family together with an explicit poly(dε^{-1}) log n-bit seed that produces an invalid ε-hyperfinite decomposition with non-negligible probability.

read the original abstract

Consider a bounded-degree graph $G$ that belongs to a minor-closed family (such as planar graphs). Such a graph has a hyperfinite decomposition, wherein, for a sufficiently small $\varepsilon > 0$, one can remove $\varepsilon dn$ edges to obtain connected components of size independent of $n$. (As usual, $n$ is the number of vertices and $d$ is the degree bound.) In a seminal result, Hassidim-Kelner-Nguyen-Onak (FOCS 2009) introduced the partition oracle, a procedure that provides local access to a hyperfinite decomposition. The partition oracle computes the component containing an input vertex $v$ with query complexity (to $G$) independent of $n$. Remarkably, this is done without any preprocessing on $G$. The coordination is done purely through a shared random seed. Despite a line of work on optimizing the query complexity of partition oracles, there were no attempts to bound the size of the random seed. All existing partition oracles use a random seed of size $\Omega(n)$, which technically implies a linear setup time. Any blackbox derandomization would likely need $\Omega(\log^2n)$ uniform random bits. A natural question is whether the random seed can also have length independent of $n$. We prove the $poly(d\varepsilon^{-1})$-query partition oracles of Kumar-Seshadhri-Stolman can be implemented with a random seed of $poly(d\varepsilon^{-1}) \cdot \log n$ length. To get a deeper understanding on the randomness complexity, we consider a more general model where the vertex labels come from the universe $[N]$, where $N \geq n$. In this setting, we prove that any partition oracle even for cycles requires $\omega_N(1)$ random bits.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit. Tearing a paper down is the easy half of reading it; the pith above is the substance, this is the friction.

Referee Report

2 major / 1 minor

Summary. The paper claims that the poly(d ε^{-1})-query partition oracles of Kumar-Seshadhri-Stolman for bounded-degree minor-free graphs can be implemented with a random seed of length poly(d ε^{-1}) · log n (instead of Ω(n)), while preserving query complexity. It further proves that, in the generalized model with vertex labels from [N] ≥ n, any partition oracle even for cycles requires ω_N(1) random bits.

Significance. If correct, the result improves the randomness complexity of partition oracles from linear in n to polylogarithmic, addressing an open question on seed length for these local algorithms on minor-closed families. The lower bound provides a matching-style insight into randomness necessity. The work builds directly on the KSS construction and gives credit to the original hyperfinite decomposition approach.

major comments (2)
  1. [Abstract] Abstract (paragraph 3): the central claim that the KSS local decisions can be coordinated via a shared seed of length only poly(d ε^{-1}) log n assumes that the high-probability guarantee (all components of size O(1/ε)) is preserved under the reduced randomness. No details are supplied on the independence degree or PRG used, so it is impossible to check whether the original Chernoff/union-bound analysis still holds or whether correlated bad events across distant vertices can occur with probability ≥ ε.
  2. [Abstract] Abstract: the soundness of the derandomization cannot be assessed because the manuscript provides no equations, reductions, or proof outline showing how the original Ω(n)-bit construction is replaced while keeping query complexity poly(d ε^{-1}) and the hyperfiniteness probability 1-o(1).
minor comments (1)
  1. The lower-bound statement for cycles could usefully include a brief comparison to the upper bound achieved for minor-free graphs.

Simulated Author's Rebuttal

2 responses · 0 unresolved

We thank the referee for their comments on the abstract. We address each major comment below and will revise accordingly.

read point-by-point responses
  1. Referee: [Abstract] Abstract (paragraph 3): the central claim that the KSS local decisions can be coordinated via a shared seed of length only poly(d ε^{-1}) log n assumes that the high-probability guarantee (all components of size O(1/ε)) is preserved under the reduced randomness. No details are supplied on the independence degree or PRG used, so it is impossible to check whether the original Chernoff/union-bound analysis still holds or whether correlated bad events across distant vertices can occur with probability ≥ ε.

    Authors: We agree that the abstract provides no information on the independence degree or PRG. In the revision we will add a sentence stating that the construction replaces independent randomness with a pairwise-independent hash function of seed length O(log n); because each vertex's component depends only on a local neighborhood of size O(1/ε), the original union-bound analysis carries over and the failure probability remains o(1). revision: yes

  2. Referee: [Abstract] Abstract: the soundness of the derandomization cannot be assessed because the manuscript provides no equations, reductions, or proof outline showing how the original Ω(n)-bit construction is replaced while keeping query complexity poly(d ε^{-1}) and the hyperfiniteness probability 1-o(1).

    Authors: We acknowledge that the abstract contains no equations or outline of the reduction. We will expand the abstract with a one-sentence sketch indicating that the KSS procedure is simulated by generating the required random bits from a limited-independence source while preserving both the query complexity and the 1-o(1) hyperfiniteness probability. revision: yes

Circularity Check

0 steps flagged

No significant circularity; result is a new proof on top of prior external construction

full rationale

The paper claims a new upper bound on random seed length for the existing poly(dε^{-1})-query partition oracles from the prior Kumar-Seshadhri-Stolman work, plus a separate lower bound of ω_N(1) bits for cycles. No equations, definitions, or reductions in the provided text show the claimed seed length being fitted from or defined in terms of the result itself, nor does any load-bearing step reduce by construction to a self-citation whose verification depends on the current paper. The coordination via shared seed is treated as an external property of the KSS construction that is then analyzed for shorter seeds; the derivation chain remains independent of the target claim.

Axiom & Free-Parameter Ledger

2 free parameters · 2 axioms · 0 invented entities

The central claims rest on the existence of hyperfinite decompositions for minor-closed bounded-degree graphs and on the correctness of the Kumar-Seshadhri-Stolman partition oracle construction; both are treated as given background.

free parameters (2)
  • d
    Degree bound supplied as input; controls query and seed complexity.
  • ε
    Error parameter supplied as input; controls component size and seed complexity.
axioms (2)
  • domain assumption Bounded-degree graphs in minor-closed families admit hyperfinite decompositions (remove ε d n edges to obtain components of size independent of n).
    Invoked in the first paragraph of the abstract as the structural fact enabling partition oracles.
  • domain assumption The Kumar-Seshadhri-Stolman construction yields a correct poly(d ε^{-1})-query partition oracle.
    The positive result is stated as an implementation of that prior construction.

pith-pipeline@v0.9.0 · 5877 in / 1501 out tokens · 22618 ms · 2026-05-25T02:49:26.212572+00:00 · methodology

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Reference graph

Works this paper leans on

28 extracted references · 28 canonical work pages

  1. [1]

    Space-efficient local computation algorithms

    Noga Alon, Ronitt Rubinfeld, Shai Vardi, and Ning Xie. Space-efficient local computation algorithms. In Proceedings of the Twenty-Third Annual ACM-SIAM Symposium on Discrete Algorithms, SODA 2012, Kyoto, Japan, January 17-19, 2012 , pages 1132--1139. SIAM , 2012

  2. [2]

    Seymour, and Robin Thomas

    Noga Alon, Paul D. Seymour, and Robin Thomas. Planar separators. SIAM J. Discrete Math. , 7(2):184--193, 1994

  3. [3]

    Seshadhri

    Deeparnab Chakrabarty and C. Seshadhri. An optimal lower bound for monotonicity testing over hypergrids. In APPROX 2013, and 17th International Workshop, RANDOM 2013, Berkeley, CA, USA, August 21-23, 2013. Proceedings , volume 8096 of Lecture Notes in Computer Science , pages 425--435. Springer, 2013

  4. [4]

    Canonne and Karl Wimmer

    Cl \' e ment L. Canonne and Karl Wimmer. Testing data binnings. In APPROX/RANDOM 2020, Virtual Conference, August 17-19, 2020 , volume 176 of LIPIcs , pages 24:1--24:13. Schloss Dagstuhl - Leibniz-Zentrum f \" u r Informatik, 2020

  5. [5]

    Optimal algorithms and lower bounds for testing closeness of structured distributions

    Ilias Diakonikolas, Daniel M Kane, and Vladimir Nikishkin. Optimal algorithms and lower bounds for testing closeness of structured distributions. In 2015 IEEE 56th Annual Symposium on Foundations of Computer Science , pages 1183--1202. IEEE, 2015

  6. [6]

    Erdós and R

    P. Erdós and R. Rado. Combinatorial theorems on classifications of subsets of a given set. Proceedings of the London Mathematical Society , s3-2(1), 1952

  7. [7]

    On the strength of comparisons in property testing

    Eldar Fischer. On the strength of comparisons in property testing. Inf. Comput. , 189(1):107--116, 2004

  8. [8]

    Introduction to Testing Graph Properties , volume 6650 of Lecture Notes in Computer Science

    Oded Goldreich, editor. Introduction to Testing Graph Properties , volume 6650 of Lecture Notes in Computer Science . Springer, 2011

  9. [9]

    Goldreich

    O. Goldreich. Introduction to Property Testing . Cambridge University Press, 2017

  10. [10]

    Goldreich and D

    O. Goldreich and D. Ron. Property testing in bounded degree graphs. Algorithmica , 32(2):302--343, 2002

  11. [11]

    Hassidim, J

    A. Hassidim, J. Kelner, H. Nguyen, and K. Onak. Local graph partitions for approximation and testing. In Foundations of Computer Science (FOCS) , pages 22--31, 2009

  12. [12]

    Efficient planarity testing

    John Hopcroft and Robert Tarjan. Efficient planarity testing. Journal of the ACM (JACM) , 21(4):549--568, 1974

  13. [13]

    Seshadhri, and Andrew Stolman

    Akash Kumar, C. Seshadhri, and Andrew Stolman. Finding forbidden minors in sublinear time: a O (n\( ^ 1/2 + o(1) \))-query one-sided tester for minor closed properties on bounded degree graphs. In Proceedings of the 51st Annual ACM SIGACT Symposium on Theory of Computing, STOC 2019, Phoenix, AZ, USA, June 23-26, 2019 , pages 559--567. ACM , 2019

  14. [14]

    Seshadhri, and Andrew Stolman

    Akash Kumar, C. Seshadhri, and Andrew Stolman. Finding forbidden minors in sublinear time: a O (n\( ^ 1/2 + o(1) \))-query one-sided tester for minor closed properties on bounded degree graphs. SIAM J. Comput. , 52(on):STOC19--323--STOC19--338, 2019

  15. [15]

    Seshadhri, and Andrew Stolman

    Akash Kumar, C. Seshadhri, and Andrew Stolman. Random walks and forbidden minors III: poly(d/ \( \) )-time partition oracles for minor-free graph classes. In FOCS 2021, Denver, CO, USA, February 7-10, 2022 , pages 257--268. IEEE , 2021

  16. [16]

    Kuratowski

    K. Kuratowski. Sur le probl\` e me des courbes gauches en topologie. Fundamenta Mathematica , 15:271--283, 1930

  17. [17]

    A quasi-polynomial time partition oracle for graphs with an excluded minor

    Reut Levi and Dana Ron. A quasi-polynomial time partition oracle for graphs with an excluded minor. ACM Transactions on Algorithms (TALG) , 11(3):24, 2015

  18. [18]

    Testing hamiltonicity (and other problems) in minor-free graphs

    Reut Levi and Nadav Shoshan. Testing hamiltonicity (and other problems) in minor-free graphs. In APPROX/RANDOM , volume 207 of LIPIcs , pages 61:1--61:23, 2021

  19. [19]

    Lipton and Robert Endre Tarjan

    Richard J. Lipton and Robert Endre Tarjan. Applications of a planar separator theorem. SIAM J. Comput. , 9(3):615--627, 1980

  20. [20]

    Pseudorandom generators for space-bounded computations

    Noam Nisan. Pseudorandom generators for space-bounded computations. In Proceedings of the twenty-second annual ACM symposium on Theory of computing , pages 204--212, 1990

  21. [21]

    Distribution testing under the parity trace

    Renato Ferreira Pinto Jr and Nathaniel Harms. Distribution testing under the parity trace. arXiv preprint arXiv:2304.01374 , 2023

  22. [22]

    Robertson and P

    N. Robertson and P. D. Seymour. Graph minors. XII . D istance on a surface. Journal of Combinatorial Theory Series B , 64(2):240--272, 1995

  23. [23]

    Robertson and P

    N. Robertson and P. D. Seymour. Graph minors. XIII . T he disjoint paths problem. Journal of Combinatorial Theory Series B , 63(1):65--110, 1995

  24. [24]

    Robertson and P

    N. Robertson and P. D. Seymour. Graph minors. XX . W agner's conjecture. Journal of Combinatorial Theory Series B , 92(1):325--357, 2004

  25. [25]

    Fast local computation algorithms

    Ronitt Rubinfeld, Gil Tamir, Shai Vardi, and Ning Xie. Fast local computation algorithms. In Innovations in Computer Science - ICS 2011, Tsinghua University, Beijing, China, January 7-9, 2011. Proceedings , pages 223--238. Tsinghua University Press, 2011

  26. [26]

    Salil P. Vadhan. Pseudorandomness. Found. Trends Theor. Comput. Sci. , 7(1-3):1--336, 2012

  27. [27]

    K. Wagner. \" U ber eine eigenschaft der ebenen komplexe. Mathematische Annalen , 114:570--590, 1937

  28. [28]

    Ramsey theory--lecture notes

    Yuval Wigderson. Ramsey theory--lecture notes. 2024