kANN on the GPU with shifted sorting

  • Authors:
  • Shengren Li;Lance Simons;Jagadeesh Bhaskar Pakaravoor;Fatemeh Abbasinejad;John D. Owens;Nina Amenta

  • Affiliations:
  • University of California at Davis;University of California at Davis;University of California at Davis;University of California at Davis;University of California at Davis;University of California at Davis

  • Venue:
  • EGGH-HPG'12 Proceedings of the Fourth ACM SIGGRAPH / Eurographics conference on High-Performance Graphics
  • Year:
  • 2012

Quantified Score

Hi-index 0.00

Visualization

Abstract

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.