paper-with-me

Papers

Improved Densification of One Permutation Hashing

2014-06-18 · Anshumali Shrivastava, Ping Li

The existing work on densification of one permutation hashing reduces the query processing cost of the $(K,L)$-parameterized Locality Sensitive Hashing (LSH) algorithm with minwise hashing, from $O(dKL)$ to merely $O(d + KL)$, where $d$ is the number of nonzeros of the data vector, $K$ is the number of hashes in each hash table, and $L$ is the number of hash tables. While that is a substantial improvement, our analysis reveals that the existing densification scheme is sub-optimal. In particular, there is no enough randomness in that procedure, which affects its accuracy on very sparse datasets. In this paper, we provide a new densification procedure which is provably better than the existing scheme. This improvement is more significant for very sparse datasets which are common over the web. The improved technique has the same cost of $O(d + KL)$ for query processing, thereby making it strictly preferable over the existing procedure. Experimental evaluations on public datasets, in the task of hashing based near neighbor search, support our theoretical findings.

📄 PDF Abstract BibTeX arXiv:1406.4784

Code (1)

bigmlcom/sketchy

Similar Papers 제목 키워드 기반

Re-randomized Densification for One Permutation Hashing and Bin-wise Consistent Weighted Sampling

2019-12-01 · NeurIPS 2019 12 · Ping Li, Xiaoyun Li, Cun-Hui Zhang

Jaccard similarity is widely used as a distance measure in many machine learning and search applications. Typically, hashing methods are essential for the use of Jaccard similarity to be practical in large-scale settings…

C-OPH: Improving the Accuracy of One Permutation Hashing (OPH) with Circulant Permutations

2021-11-18 · Xiaoyun Li, Ping Li

Minwise hashing (MinHash) is a classical method for efficiently estimating the Jaccrad similarity in massive binary (0/1) data. To generate $K$ hash values for each data vector, the standard theory of MinHash requires $K…

AHash: A Load-Balanced One Permutation Hash

2019-09-25 · Chenxingyu Zhao, Jie Gui, Yixiao Guo, Jie Jiang 외

Minwise Hashing (MinHash) is a fundamental method to compute set similarities and compact high-dimensional data for efficient learning and searching. The bottleneck of MinHash is computing k (usually hundreds) MinHash va…

Optimal Densification for Fast and Accurate Minwise Hashing

2017-03-14 · ICML 2017 8 · Anshumali Shrivastava

Minwise hashing is a fundamental and one of the most successful hashing algorithm in the literature. Recent advances based on the idea of densification~\cite{Proc:OneHashLSH_ICML14,Proc:Shrivastava_UAI14} have shown that…

Differentially Private One Permutation Hashing and Bin-wise Consistent Weighted Sampling

2023-06-13 · Xiaoyun Li, Ping Li

Minwise hashing (MinHash) is a standard algorithm widely used in the industry, for large-scale search and learning applications with the binary (0/1) Jaccard similarity. One common use of MinHash is for processing massiv…