English

Hypergraph Samplers: Typical and Worst Case Behavior

Data Structures and Algorithms 2026-01-30 v1 Computational Complexity Combinatorics

Abstract

We study the utility and limitations of using kk-uniform hypergraphs H=([n],E)H = ([n], E) (npoly(k)n \ge \mathrm{poly}(k)) in the context of error reduction for randomized algorithms for decision problems with one- or two-sided error. Our error reduction idea is sampling a uniformly random hyperedge of HH, and repeating the algorithm kk times using the hyperedge vertices as seeds. This is a general paradigm, which captures every pseudorandom method generating kk seeds without repetition. We show two results which imply a gap between the typical and the worst-case behavior of using HH for error-reduction. First, in the context of one-sided error reduction, if using a random hyperedge of HH decreases the error probability from pp to pk+ϵp^k + \epsilon, then HH cannot have too few edges, i.e., E=Ω(nk1ϵ1)|E| = \Omega(n k^{-1} \epsilon^{-1}). Thus, the number of random bits needed for reducing the error from pp to pk+ϵp^k + \epsilon cannot be reduced below lgn+lg(ϵ1)lgk+O(1)\lg n+\lg(\epsilon^{-1})-\lg k+O(1). This is also true for hypergraphs of average uniformity kk. Our result implies new lower bounds for dispersers and vertex-expanders. Second, if the vertex degrees are reasonably distributed, we show that in a (1o(1))(1-o(1))-fraction of the cases, choosing kk pseudorandom seeds using HH will reduce the error probability to at most o(1)o(1) above the error probability of using kk IID seeds, for both algorithms with one- or two-sided error. Thus, despite our lower bound, for a (1o(1))(1-o(1))-fraction of randomized algorithms (and inputs) for decision problems, the advantage of using IID samples over samples obtained from a uniformly random edge of a reasonable hypergraph is negligible. A similar statement holds true for randomized algorithms with two-sided error.

Keywords

Cite

@article{arxiv.2601.20039,
  title  = {Hypergraph Samplers: Typical and Worst Case Behavior},
  author = {Vedat Levi Alev and Uriya A. First},
  journal= {arXiv preprint arXiv:2601.20039},
  year   = {2026}
}
R2 v1 2026-07-01T09:22:56.200Z