ResearchTrend.AI
  • Papers
  • Communities
  • Events
  • Blog
  • Pricing
Papers
Communities
Social Events
Terms and Conditions
Pricing
Parameter LabParameter LabTwitterGitHubLinkedInBlueskyYoutube

© 2025 ResearchTrend.AI, All rights reserved.

  1. Home
  2. Papers
  3. 2102.02193
37
9

CountSketches, Feature Hashing and the Median of Three

3 February 2021
Kasper Green Larsen
Rasmus Pagh
Jakub Tvetek
ArXiv (abs)PDFHTML
Abstract

In this paper, we revisit the classic CountSketch method, which is a sparse, random projection that transforms a (high-dimensional) Euclidean vector vvv to a vector of dimension (2t−1)s(2t-1) s(2t−1)s, where t,s>0t, s > 0t,s>0 are integer parameters. It is known that even for t=1t=1t=1, a CountSketch allows estimating coordinates of vvv with variance bounded by ∥v∥22/s\|v\|_2^2/s∥v∥22​/s. For t>1t > 1t>1, the estimator takes the median of 2t−12t-12t−1 independent estimates, and the probability that the estimate is off by more than 2∥v∥2/s2 \|v\|_2/\sqrt{s}2∥v∥2​/s​ is exponentially small in ttt. This suggests choosing ttt to be logarithmic in a desired inverse failure probability. However, implementations of CountSketch often use a small, constant ttt. Previous work only predicts a constant factor improvement in this setting. Our main contribution is a new analysis of Count-Sketch, showing an improvement in variance to O(min⁡{∥v∥12/s2,∥v∥22/s})O(\min\{\|v\|_1^2/s^2,\|v\|_2^2/s\})O(min{∥v∥12​/s2,∥v∥22​/s}) when t>1t > 1t>1. That is, the variance decreases proportionally to s−2s^{-2}s−2, asymptotically for large enough sss. We also study the variance in the setting where an inner product is to be estimated from two CountSketches. This finding suggests that the Feature Hashing method, which is essentially identical to CountSketch but does not make use of the median estimator, can be made more reliable at a small cost in settings where using a median estimator is possible. We confirm our theoretical findings in experiments and thereby help justify why a small constant number of estimates often suffice in practice. Our improved variance bounds are based on new general theorems about the variance and higher moments of the median of i.i.d. random variables that may be of independent interest.

View on arXiv
Comments on this paper