paper-with-me

홈 › Papers

Efficient Nearest Neighbors Search for Large-Scale Landmark Recognition

2018-06-15 · Federico Magliani, Tomaso Fontanini, Andrea Prati

The problem of landmark recognition has achieved excellent results in small-scale datasets. When dealing with large-scale retrieval, issues that were irrelevant with small amount of data, quickly become fundamental for an efficient retrieval phase. In particular, computational time needs to be kept as low as possible, whilst the retrieval accuracy has to be preserved as much as possible. In this paper we propose a novel multi-index hashing method called Bag of Indexes (BoI) for Approximate Nearest Neighbors (ANN) search. It allows to drastically reduce the query time and outperforms the accuracy results compared to the state-of-the-art methods for large-scale landmark recognition. It has been demonstrated that this family of algorithms can be applied on different embedding techniques like VLAD and R-MAC obtaining excellent results in very short times on different public datasets: Holidays+Flickr1M, Oxford105k and Paris106k.

📄 PDF Abstract BibTeX arXiv:1806.05946

Code (1)

fmaglia/BoI

Tasks

Landmark RecognitionRetrieval

Similar Papers 제목 키워드 기반

LANNS: A Web-Scale Approximate Nearest Neighbor Lookup System

2020-10-19 · Ishita Doshi, Dhritiman Das, Ashish Bhutani, Rajeev Kumar 외

Nearest neighbor search (NNS) has a wide range of applications in information retrieval, computer vision, machine learning, databases, and other areas. Existing state-of-the-art algorithm for nearest neighbor search, Hie…

Information RetrievalPlaying the Game of 2048Retrieval

Yes, we CANN: Constrained Approximate Nearest Neighbors for local feature-based visual localization

2023-06-15 · ICCV 2023 1 · Dror Aiger, André Araujo, Simon Lynen

Large-scale visual localization systems continue to rely on 3D point clouds built from image collections using structure-from-motion. While the 3D points in these models are represented using local image features, direct…

Image RetrievalRetrievalVisual Localization

Unleashing Graph Partitioning for Large-Scale Nearest Neighbor Search

2024-03-04 · Lars Gottesbüren, Laxman Dhulipala, Rajesh Jayaram, Jakub Lacki

We consider the fundamental problem of decomposing a large-scale approximate nearest neighbor search (ANNS) problem into smaller sub-problems. The goal is to partition the input points into neighborhood-preserving shards…

graph partitioning

Active Search for Nearest Neighbors

2019-12-01 · Hayoung Um, Heeyoul Choi

In pattern recognition or machine learning, it is a very fundamental task to find nearest neighbors of a given point. All the methods for the task work basically by comparing the given point to all the points in the data…

K-Nearest Neighbors Hashing

2019-06-01 · CVPR 2019 6 · Xiangyu He, Peisong Wang, Jian Cheng

Hashing based approximate nearest neighbor search embeds high dimensional data to compact binary codes, which enables efficient similarity search and storage. However, the non-isometry sign() function makes it hard to pr…