The Power of Asymmetry in Binary Hashing
2013-11-29NeurIPS 2013Code Available0· sign in to hype
Behnam Neyshabur, Payman Yadollahpour, Yury Makarychev, Ruslan Salakhutdinov, Nathan Srebro
Code Available — Be the first to reproduce this paper.
ReproduceCode
- github.com/bneyshabur/asymcodeOfficialnone★ 0
Abstract
When approximating binary similarity using the hamming distance between short binary hashes, we show that even if the similarity is symmetric, we can have shorter and more accurate hashes by using two distinct code maps. I.e. by approximating the similarity between x and x' as the hamming distance between f(x) and g(x'), for two distinct binary codes f,g, rather than as the hamming distance between f(x) and f(x').