PFLGJun 28, 2022

TPU-KNN: K Nearest Neighbor Search at Peak FLOP/s

arXiv:2206.14286v229 citationsh-index: 48Has Code
Originality Highly original
AI Analysis

This provides a high-performance solution for applications requiring frequent updates, such as in machine learning workflows.

The paper tackles the problem of nearest neighbor search by developing a novel algorithm that achieves peak performance on TPUs, outperforming state-of-the-art GPU algorithms with similar recall levels.

This paper presents a novel nearest neighbor search algorithm achieving TPU (Google Tensor Processing Unit) peak performance, outperforming state-of-the-art GPU algorithms with similar level of recall. The design of the proposed algorithm is motivated by an accurate accelerator performance model that takes into account both the memory and instruction bottlenecks. Our algorithm comes with an analytical guarantee of recall in expectation and does not require maintaining sophisticated index data structure or tuning, making it suitable for applications with frequent updates. Our work is available in the open-source package of Jax and Tensorflow on TPU.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes