kANN on the GPU with Shifted Sorting
University of California at Davis
High Performance Graphics, 2012
@article{bhaskar2012kann,
title={kANN on the GPU with Shifted Sorting},
author={Bhaskar, S.L.L.S.J. and Owens, P.F.A.J.D. and Amenta, N.},
year={2012}
}
We describe the implementation of a simple method for finding k approximate nearest neighbors (ANNs) on the GPU. While the performance of most ANN algorithms depends heavily on the distributions of the data and query points, our approach has a very regular data access pattern. It performs as well as state of the art methods on easy distributions with small values of k, and much more quickly on more difficult problem instances. Irrespective of the distribution and also roughly of the size of the set of input data points, we can find 50 ANNs for 1M queries at a rate of about 1200 queries/ms.
July 2, 2012 by hgpu