English

Understanding the Moments of Tabulation Hashing via Chaoses

Data Structures and Algorithms 2022-05-04 v1

Abstract

Simple tabulation hashing dates back to Zobrist in 1970 and is defined as follows: Each key is viewed as cc characters from some alphabet Σ\Sigma, we have cc fully random hash functions h0,,hc1 ⁣:Σ{0,,2l1}h_0, \ldots, h_{c - 1} \colon \Sigma \to \{0, \ldots, 2^l - 1\}, and a key x=(x0,,xc1)x = (x_0, \ldots, x_{c - 1}) is hashed to h(x)=h0(x0)hc1(xc1)h(x) = h_0(x_0) \oplus \ldots \oplus h_{c - 1}(x_{c - 1}) where \oplus is the bitwise XOR operation. The previous results on tabulation hashing by P{\v a}tra{\c s}cu and Thorup~[J.ACM'11] and by Aamand et al.~[STOC'20] focused on proving Chernoff-style tail bounds on hash-based sums, e.g., the number keys hashing to a given value, for simple tabulation hashing, but their bounds do not cover the entire tail. Chaoses are random variables of the form ai0,,ic1Xi0Xic1\sum a_{i_0, \ldots, i_{c - 1}} X_{i_0} \cdot \ldots \cdot X_{i_{c - 1}} where XiX_i are independent random variables. Chaoses are a well-studied concept from probability theory, and tight analysis has been proven in several instances, e.g., when the independent random variables are standard Gaussian variables and when the independent random variables have logarithmically convex tails. We notice that hash-based sums of simple tabulation hashing can be seen as a sum of chaoses that are not independent. This motivates us to use techniques from the theory of chaoses to analyze hash-based sums of simple tabulation hashing. In this paper, we obtain bounds for all the moments of hash-based sums for simple tabulation hashing which are tight up to constants depending only on cc. In contrast with the previous attempts, our approach will mostly be analytical and does not employ intricate combinatorial arguments. The improved analysis of simple tabulation hashing allows us to obtain bounds for the moments of hash-based sums for the mixed tabulation hashing introduced by Dahlgaard et al.~[FOCS'15].

Keywords

Cite

@article{arxiv.2205.01453,
  title  = {Understanding the Moments of Tabulation Hashing via Chaoses},
  author = {Jakob Bæk Tejs Houen and Mikkel Thorup},
  journal= {arXiv preprint arXiv:2205.01453},
  year   = {2022}
}

Comments

79 pages. Extended abstract to appear at ICALP'22