TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

46 点作者 brettlangdon将近 10 年前

3 条评论

putterson将近 10 年前
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 未加载
brettlangdon将近 10 年前
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>
billrobertson42将近 10 年前
Out of curiosity, what sort of problem would you apply this to?
评论 #9659198 未加载