Locality Sensitive Hashing for Maximum Inner Product Search

(Maximum Inner Product Search)

    Given a set of points $S \in R^D$ of size N, and a query point $q$. Determine:
$x^{*} = \mathrm{arg} \max_{x \in S}q^Tx$


   In this presentation, I will introduce the problem of Maximum Inner Product Search (MIPS) and a series of Locality Sensitive Hashing (LSH) methods to solve MIPS in sub-linear time. Reference papers are included in the below slides.
   
   Presenter: Dung Le.


Comments

Popular posts from this blog

Manifold Learning [unfinished]

Feature scaling

Find all pairs in array of integers whose sum is equal to a given number ?