English

BagMinHash - Minwise Hashing Algorithm for Weighted Sets

Data Structures and Algorithms 2018-07-24 v2

Abstract

Minwise hashing has become a standard tool to calculate signatures which allow direct estimation of Jaccard similarities. While very efficient algorithms already exist for the unweighted case, the calculation of signatures for weighted sets is still a time consuming task. BagMinHash is a new algorithm that can be orders of magnitude faster than current state of the art without any particular restrictions or assumptions on weights or data dimensionality. Applied to the special case of unweighted sets, it represents the first efficient algorithm producing independent signature components. A series of tests finally verifies the new algorithm and also reveals limitations of other approaches published in the recent past.

Keywords

Cite

@article{arxiv.1802.03914,
  title  = {BagMinHash - Minwise Hashing Algorithm for Weighted Sets},
  author = {Otmar Ertl},
  journal= {arXiv preprint arXiv:1802.03914},
  year   = {2018}
}

Comments

10 pages, KDD 2018

R2 v1 2026-06-23T00:18:50.941Z