TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Fast Exact Search in Hamming Space with Multi-Index Hashing (2012)

46 pointsby brettlangdonalmost 10 years ago

3 comments

puttersonalmost 10 years ago
I used this paper and associated code in my undergraduate thesis. After decoupling the C++ code from MATLAB I was able to make it into a library and use it to search binary features instead of the floating point features hashed with Locality Sensitive Hashing, giving an exact k-NN instead of approximate. The code was fast but the benefits really manifest with large numbers of codes (pretty much what we want). Contact me if you would like to see the performance of this code for various m and image corpuses, or the rest of my paper.<p>EDIT: also it&#x27;s probably best to link to the homepage for the paper: <a href="http:&#x2F;&#x2F;www.cs.toronto.edu&#x2F;~norouzi&#x2F;research&#x2F;mih&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.cs.toronto.edu&#x2F;~norouzi&#x2F;research&#x2F;mih&#x2F;</a> and the code: <a href="https:&#x2F;&#x2F;github.com&#x2F;norouzi&#x2F;mih&#x2F;" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;norouzi&#x2F;mih&#x2F;</a>
评论 #9656715 未加载
brettlangdonalmost 10 years ago
I found this paper while reading an article about Curalate, they used this paper as a basis for their internal image de-duplication service.<p><a href="http:&#x2F;&#x2F;blog.underdog.io&#x2F;post&#x2F;120612462747&#x2F;curalate-helping-the-worlds-greatest-brands" rel="nofollow">http:&#x2F;&#x2F;blog.underdog.io&#x2F;post&#x2F;120612462747&#x2F;curalate-helping-t...</a>
billrobertson42almost 10 years ago
Out of curiosity, what sort of problem would you apply this to?
评论 #9659198 未加载