Locality-sensitive hashing

1

In computer science, locality-sensitive hashing (LSH) is a fuzzy hashing technique that hashes similar input items into the same "buckets" with high probability. (The number of buckets is much smaller than the universe of possible input items.) Since similar items end up in the same buckets, this technique can be used for data clustering and nearest neighbor search. It differs from conventional hashing techniques in that hash collisions are maximized, not minimized. Alternatively, the technique can be seen as a way to reduce the dimensionality of high-dimensional data; high-dimensional input items can be reduced to low-dimensional versions while preserving relative distances between items. Hashing-based approximate nearest-neighbor search algorithms generally use one of two main categories of hashing methods: either data-independent methods, such as locality-sensitive hashing (LSH); or data-dependent methods, such as locality-preserving hashing (LPH). Locality-preserving hashing was initially devised as a way to facilitate data pipelining in implementations of massively parallel algorithms that use randomized routing and universal hashing to reduce memory contention and network congestion.

Definitions

A finite family \mathcal F of functions is defined to be an LSH family for if it satisfies the following condition. For any two points a, b \in M and a hash function h chosen uniformly at random from \mathcal F: Such a family \mathcal F is called -sensitive.

LSH with respect to a similarity measure

Alternatively it is possible to define an LSH family on a universe of items U endowed with a similarity function. In this setting, a LSH scheme is a family of hash functions H coupled with a probability distribution D over H such that a function h \in H chosen according to D satisfies for each a,b \in U.

Amplification

Given a -sensitive family \mathcal F, we can construct new families \mathcal G by either the AND-construction or OR-construction of \mathcal F. To create an AND-construction, we define a new family \mathcal G of hash functions g, where each function g is constructed from k random functions from \mathcal F. We then say that for a hash function, g(x) = g(y) if and only if all for. Since the members of \mathcal F are independently chosen for any, \mathcal G is a -sensitive family. To create an OR-construction, we define a new family \mathcal G of hash functions g, where each function g is constructed from k random functions from \mathcal F. We then say that for a hash function, g(x) = g(y) if and only if for one or more values of i. Since the members of \mathcal F are independently chosen for any , \mathcal G is a -sensitive family.

Applications

LSH has been applied to several problem domains, including:

Methods

Bit sampling for Hamming distance

One of the easiest ways to construct an LSH family is by bit sampling. This approach works for the Hamming distance over d-dimensional vectors {0,1}^d. Here, the family \mathcal F of hash functions is simply the family of all the projections of points on one of the d coordinates, i.e.,, where x_i is the ith coordinate of x. A random function h from simply selects a random bit from the input point. This family has the following parameters: P_1=1-R/d, P_2=1-cR/d. That is, any two vectors x,y with Hamming distance at most R collide under a random h with probability at least P_1. Any x,y with Hamming distance at least cR collide with probability at most P_2.

Min-wise independent permutations

Suppose U is composed of subsets of some ground set of enumerable items S and the similarity function of interest is the Jaccard index J. If π is a permutation on the indices of S, for let. Each possible choice of π defines a single hash function h mapping input sets to elements of S. Define the function family H to be the set of all such functions and let D be the uniform distribution. Given two sets the event that h(A) = h(B) corresponds exactly to the event that the minimizer of π over A \cup B lies inside A \cap B. As h was chosen uniformly at random, and (H,D), define an LSH scheme for the Jaccard index. Because the symmetric group on n elements has size n!, choosing a truly random permutation from the full symmetric group is infeasible for even moderately sized n. Because of this fact, there has been significant work on finding a family of permutations that is "min-wise independent" — a permutation family for which each element of the domain has equal probability of being the minimum under a randomly chosen π. It has been established that a min-wise independent family of permutations is at least of size, and that this bound is tight. Because min-wise independent families are too big for practical applications, two variant notions of min-wise independence are introduced: restricted min-wise independent permutations families, and approximate min-wise independent families. Restricted min-wise independence is the min-wise independence property restricted to certain sets of cardinality at most k. Approximate min-wise independence differs from the property by at most a fixed ε.

Open source methods

Nilsimsa Hash

Nilsimsa is a locality-sensitive hashing algorithm used in anti-spam efforts. The goal of Nilsimsa is to generate a hash digest of an email message such that the digests of two similar messages are similar to each other. The paper suggests that the Nilsimsa satisfies three requirements: Testing performed in the paper on a range of file types identified the Nilsimsa hash as having a significantly higher false positive rate when compared to other similarity digest schemes such as TLSH, Ssdeep and Sdhash.

TLSH

TLSH is locality-sensitive hashing algorithm designed for a range of security and digital forensic applications. The goal of TLSH is to generate hash digests for messages such that low distances between digests indicate that their corresponding messages are likely to be similar. An implementation of TLSH is available as open-source software.

Random projection

The random projection method of LSH due to Moses Charikar called SimHash (also sometimes called arccos ) uses an approximation of the cosine distance between vectors. The technique was used to approximate the NP-complete max-cut problem. The basic idea of this technique is to choose a random hyperplane (defined by a normal unit vector r) at the outset and use the hyperplane to hash input vectors. Given an input vector v and a hyperplane defined by r, we let. That is, depending on which side of the hyperplane v lies. This way, each possible choice of a random hyperplane r can be interpreted as a hash function h(v). For two vectors u,v with angle \theta(u,v) between them, it can be shown that Since the ratio between and is at least 0.87856 when, the probability of two vectors being on the same side of the random hyperplane is approximately proportional to the cosine distance between them.

Stable distributions

The hash function maps a d-dimensional vector onto the set of integers. Each hash function in the family is indexed by a choice of random \mathbf{a} and b where \mathbf{a} is a d-dimensional vector with entries chosen independently from a stable distribution and b is a real number chosen uniformly from the range [0,r]. For a fixed the hash function is given by. Other construction methods for hash functions have been proposed to better fit the data. In particular k-means hash functions are better in practice than projection-based hash functions, but without any theoretical guarantee.

Semantic hashing

Semantic hashing is a technique that attempts to map input items to addresses such that closer inputs have higher semantic similarity. The hashcodes are found via training of an artificial neural network or graphical model.

Algorithm for nearest neighbor search

One of the main applications of LSH is to provide a method for efficient approximate nearest neighbor search algorithms. Consider an LSH family \mathcal F. The algorithm has two main parameters: the width parameter k and the number of hash tables L. In the first step, we define a new family \mathcal G of hash functions g, where each function g is obtained by concatenating k functions from \mathcal F, i.e.,. In other words, a random hash function g is obtained by concatenating k randomly chosen hash functions from \mathcal F. The algorithm then constructs L hash tables, each corresponding to a different randomly chosen hash function g. In the preprocessing step we hash all n d-dimensional points from the data set S into each of the L hash tables. Given that the resulting hash tables have only n non-zero entries, one can reduce the amount of memory used per each hash table to O(n) using standard hash functions. Given a query point q, the algorithm iterates over the L hash functions g. For each g considered, it retrieves the data points that are hashed into the same bucket as q. The process is stopped as soon as a point within distance cR from q is found. Given the parameters k and L, the algorithm has the following performance guarantees: For a fixed approximation ratio and probabilities P_1 and P_2, one can set and, where. Then one obtains the following performance guarantees:

Improvements

When t is large, it is possible to reduce the hashing time from O(n^{\rho}). This was shown by and which gave It is also sometimes the case that the factor 1/P_1 can be very large. This happens for example with Jaccard similarity data, where even the most similar neighbor often has a quite low Jaccard similarity with the query. In it was shown how to reduce the query time to (not including hashing costs) and similarly the space usage.

This article is derived from Wikipedia and licensed under CC BY-SA 4.0. View the original article.

Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc.
Bliptext is not affiliated with or endorsed by Wikipedia or the Wikimedia Foundation.

Edit article