paper-with-me

Papers

Random Binary Trees for Approximate Nearest Neighbour Search in Binary Space

2017-08-09 · Michal Komorowski, Tomasz Trzcinski

Approximate nearest neighbour (ANN) search is one of the most important problems in computer science fields such as data mining or computer vision. In this paper, we focus on ANN for high-dimensional binary vectors and we propose a simple yet powerful search method that uses Random Binary Search Trees (RBST). We apply our method to a dataset of 1.25M binary local feature descriptors obtained from a real-life image-based localisation system provided by Google as a part of Project Tango. An extensive evaluation of our method against the state-of-the-art variations of Locality Sensitive Hashing (LSH), namely Uniform LSH and Multi-probe LSH, shows the superiority of our method in terms of retrieval precision with performance boost of over 20%

📄 PDF Abstract BibTeX arXiv:1708.02976

Code (0)

등록된 구현이 없습니다.

Tasks

Retrieval

Similar Papers 제목 키워드 기반

Minimax rates for cost-sensitive learning on manifolds with approximate nearest neighbours

2018-03-01 · Henry WJ Reeve, Gavin Brown

We study the approximate nearest neighbour method for cost-sensitive classification on low-dimensional manifolds embedded within a high-dimensional feature space. We determine the minimax learning rates for distributions…

General Classification

Approximate Nearest Neighbour Phrase Mining for Contextual Speech Recognition

2023-04-18 · Maurits Bleeker, Pawel Swietojanski, Stefan Braun, Xiaodan Zhuang

This paper presents an extension to train end-to-end Context-Aware Transformer Transducer ( CATT ) models by using a simple, yet efficient method of mining hard negative phrases from the latent space of the context encod…

speech-recognitionSpeech Recognition

Efficient Autotuning of Hyperparameters in Approximate Nearest Neighbor Search

2018-12-18 · Elias Jääsaari, Ville Hyvönen, Teemu Roos

Approximate nearest neighbor algorithms are used to speed up nearest neighbor search in a wide array of applications. However, current indexing methods feature several hyperparameters that need to be tuned to reach an ac…

Which Space Partitioning Tree to Use for Search?

2013-12-01 · NeurIPS 2013 12 · Parikshit Ram, Alexander Gray

We consider the task of nearest-neighbor search with the class of binary-space-partitioning trees, which includes kd-trees, principal axis trees and random projection trees, and try to rigorously answer the question whic…

Quantization

Fast Exact Retrieval for Nearest-neighbor Lookup (FERN)

2024-05-07 · Richard Zhu

Exact nearest neighbor search is a computationally intensive process, and even its simpler sibling -- vector retrieval -- can be computationally complex. This is exacerbated when retrieving vectors which have high-dimens…

Retrieval