paper-with-me

홈 › Papers

Link and code: Fast indexing with graphs and compact regression codes

2018-04-26 · CVPR 2018 6 · Matthijs Douze, Alexandre Sablayrolles, Hervé Jégou

Similarity search approaches based on graph walks have recently attained outstanding speed-accuracy trade-offs, taking aside the memory requirements. In this paper, we revisit these approaches by considering, additionally, the memory constraint required to index billions of images on a single server. This leads us to propose a method based both on graph traversal and compact representations. We encode the indexed vectors using quantization and exploit the graph structure to refine the similarity estimation. In essence, our method takes the best of these two worlds: the search strategy is based on nested graphs, thereby providing high precision with a relatively small set of comparisons. At the same time it offers a significant memory compression. As a result, our approach outperforms the state of the art on operating points considering 64-128 bytes per vector, as demonstrated by our results on two billion-scale public benchmarks.

📄 PDF Abstract BibTeX arXiv:1804.09996

Code (8)

facebookresearch/faiss 공식 구현 pytorch
NGDSystems/faiss
NJU-yasuo/faiss_t
PhilipBAdams/faiss-learned-termination-prior-weighted
architecture-research-group/ae-asplo25-iks-faiss pytorch
gauenk/faiss_fork pytorch
hartb/faiss-gpu-feedstock
junjya/faiss

Tasks

Image Similarity SearchQuantizationregression

Similar Papers 제목 키워드 기반

Indexing Graph Search Trees and Applications

2019-06-19 · Sankardeep Chakraborty, Kunihiko Sadakane

We consider the problem of compactly representing the Depth First Search (DFS) tree of a given undirected or directed graph having $n$ vertices and $m$ edges while supporting various DFS related queries efficiently in th…

LRez: C++ API and toolkit for analyzing and managing Linked-Reads data

2021-03-26 · Pierre Morisse, Claire Lemaitre, Fabrice Legeai

Linked-Reads technologies, such as 10x Genomics, combine both the high-quality and low cost of short-reads sequencing and a long-range information, through the use of barcodes able to tag reads which originate from a com…

ManagementTAG

EDIN: An End-to-end Benchmark and Pipeline for Unknown Entity Discovery and Indexing

2022-05-25 · Nora Kassner, Fabio Petroni, Mikhail Plekhanov, Sebastian Riedel 외

Existing work on Entity Linking mostly assumes that the reference knowledge base is complete, and therefore all mentions can be linked. In practice this is hardly ever the case, as knowledge bases are incomplete and beca…

Entity LinkingNovel ConceptsRetrieval

Feature Learning for Meta-Paths in Knowledge Graphs

2018-09-07 · Sebastian Bischoff

In this thesis, we study the problem of feature learning on heterogeneous knowledge graphs. These features can be used to perform tasks such as link prediction, classification and clustering on graphs. Knowledge graphs p…

ClusteringGraph EmbeddingKnowledge GraphsLink Prediction

Polyhedral Object Recognition by Indexing

2023-11-21 · Radu Horaud, Humberto Sossa

In computer vision, the indexing problem is the problem of recognizing a few objects in a large database of objects while avoiding the help of the classical image-feature-to-object-feature matching paradigm. In this pape…

ObjectObject Recognition