paper-with-me

홈 › Papers

Rank-Approximate Nearest Neighbor Search: Retaining Meaning and Speed in High Dimensions

2009-12-01 · NeurIPS 2009 12 · Parikshit Ram, Dongryeol Lee, Hua Ouyang, Alexander G. Gray

The long-standing problem of efficient nearest-neighbor (NN) search has ubiquitous applications ranging from astrophysics to MP3 fingerprinting to bioinformatics to movie recommendations. As the dimensionality of the dataset increases, exact NN search becomes computationally prohibitive; (1+eps)-distance-approximate NN search can provide large speedups but risks losing the meaning of NN search present in the ranks (ordering) of the distances. This paper presents a simple, practical algorithm allowing the user to, for the first time, directly control the true accuracy of NN search (in terms of ranks) while still achieving the large speedups over exact NN. Experiments with high-dimensional datasets show that it often achieves faster and more accurate results than the best-known distance-approximate method, with much more stable behavior.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Vocal Bursts Intensity Prediction

Similar Papers 제목 키워드 기반

Tensor-Train Point Cloud Compression and Efficient Approximate Nearest-Neighbor Search

2024-10-06 · Georgii Novikov, Alexander Gneushev, Alexey Kadeishvili, Ivan Oseledets

Nearest-neighbor search in large vector databases is crucial for various machine learning applications. This paper introduces a novel method using tensor-train (TT) low-rank tensor decomposition to efficiently represent …

Density EstimationOut of Distribution (OOD) DetectionTensor Decomposition

Learning Cluster Representatives for Approximate Nearest Neighbor Search

2024-12-08 · Thomas Vecchiato

Developing increasingly efficient and accurate algorithms for approximate nearest neighbor search is a paramount goal in modern information retrieval. A primary approach to addressing this question is clustering, which i…

ClusteringInformation RetrievalLearning-To-Rank

A Learning-to-Rank Formulation of Clustering-Based Approximate Nearest Neighbor Search

2024-04-17 · Thomas Vecchiato, Claudio Lucchese, Franco Maria Nardini, Sebastian Bruch

A critical piece of the modern information retrieval puzzle is approximate nearest neighbor search. Its objective is to return a set of $k$ data points that are closest to a query point, with its accuracy measured by the…

ClusteringInformation RetrievalLearning-To-Rank

Approximate k-NN Graph Construction: a Generic Online Approach

2018-04-09 · Wan-Lei Zhao, Hui Wang, Chong-Wah Ngo

Nearest neighbor search and k-nearest neighbor graph construction are two fundamental issues arise from many disciplines such as multimedia information retrieval, data-mining and machine learning. They become more and mo…

graph constructionInformation RetrievalRetrieval

EFANNA : An Extremely Fast Approximate Nearest Neighbor Search Algorithm Based on kNN Graph

2016-09-23 · Cong Fu, Deng Cai

Approximate nearest neighbor (ANN) search is a fundamental problem in many areas of data mining, machine learning and computer vision. The performance of traditional hierarchical structure (tree) based methods decreases …

graph construction