English

Derandomized concentration bounds for polynomials, and hypergraph maximal independent set

Data Structures and Algorithms 2023-10-13 v9

Abstract

A parallel algorithm for maximal independent set (MIS) in hypergraphs has been a long-standing algorithmic challenge, dating back nearly 30 years to a survey of Karp & Ramachandran (1990). The best randomized parallel algorithm for hypergraphs of fixed rank rr was developed by Beame & Luby (1990) and Kelsen (1992), running in time roughly (logn)r!(\log n)^{r!}. We improve the randomized algorithm of Kelsen, reducing the runtime to roughly (logn)2r(\log n)^{2^r} and simplifying the analysis through the use of more-modern concentration inequalities. We also give a method for derandomizing concentration bounds for low-degree polynomials, which are the key technical tool used to analyze that algorithm. This leads to a deterministic PRAM algorithm also running in (logn)2r+3(\log n)^{2^{r+3}} time and poly(m,n)\text{poly}(m,n) processors. This is the first deterministic algorithm with sub-polynomial runtime for hypergraphs of rank r>3r > 3. Our analysis can also apply when rr is slowly growing; using this in conjunction with a strategy of Bercea et al. (2015) gives a deterministic MIS algorithm running in time exp(O(log(mn)loglog(mn)))\exp(O( \frac{\log (mn)}{\log \log (mn)})).

Keywords

Cite

@article{arxiv.1609.06156,
  title  = {Derandomized concentration bounds for polynomials, and hypergraph maximal independent set},
  author = {David G. Harris},
  journal= {arXiv preprint arXiv:1609.06156},
  year   = {2023}
}
R2 v1 2026-06-22T15:55:23.780Z