Fast Approximate Furthest Neighbors With Data-dependent Hashing | Awesome Learning to Hash Add your paper to Learning2Hash

Fast Approximate Furthest Neighbors With Data-dependent Hashing

Curtin Ryan R., Gardner Andrew B.. Arxiv 2016

[Paper]    
ARXIV Independent

We present a novel hashing strategy for approximate furthest neighbor search that selects projection bases using the data distribution. This strategy leads to an algorithm, which we call DrusillaHash, that is able to outperform existing approximate furthest neighbor strategies. Our strategy is motivated by an empirical study of the behavior of the furthest neighbor search problem, which lends intuition for where our algorithm is most useful. We also present a variant of the algorithm that gives an absolute approximation guarantee; to our knowledge, this is the first such approximate furthest neighbor hashing approach to give such a guarantee. Performance studies indicate that DrusillaHash can achieve comparable levels of approximation to other algorithms while giving up to an order of magnitude speedup. An implementation is available in the mlpack machine learning library (found at http://www.mlpack.org).

Similar Work