paper-with-me

Papers

Polysemous codes

2016-09-07 · Matthijs Douze, Hervé Jégou, Florent Perronnin

This paper considers the problem of approximate nearest neighbor search in the compressed domain. We introduce polysemous codes, which offer both the distance estimation quality of product quantization and the efficient comparison of binary codes with Hamming distance. Their design is inspired by algorithms introduced in the 90's to construct channel-optimized vector quantizers. At search time, this dual interpretation accelerates the search. Most of the indexed vectors are filtered out with Hamming distance, letting only a fraction of the vectors to be ranked with an asymmetric distance estimator. The method is complementary with a coarse partitioning of the feature space such as the inverted multi-index. This is shown by our experiments performed on several public benchmarks such as the BIGANN dataset comprising one billion vectors, for which we report state-of-the-art results for query times below 0.3\,millisecond per core. Last but not least, our approach allows the approximate computation of the k-NN graph associated with the Yahoo Flickr Creative Commons 100M, described by CNN image descriptors, in less than 8 hours on a single machine.

📄 PDF Abstract BibTeX arXiv:1609.01882

Code (11)

NGDSystems/faiss
NJU-yasuo/faiss_t
PhilipBAdams/faiss-learned-termination-prior-weighted
architecture-research-group/ae-asplo25-iks-faiss pytorch
bitsun/faiss-windows
facebookresearch/faiss pytorch
gauenk/faiss_fork pytorch
hartb/faiss-gpu-feedstock
junjya/faiss
milvus-io/milvus
shiwendai/Faiss

Tasks

Quantization

Methods 이 논문이 사용한 방법론

k-NN $k$-Nearest Neighbors is a clustering-based algorithm for classification and regression. It is a a type of instance-based learning as it does not attempt to construct a…

Similar Papers 제목 키워드 기반

Schrödinger's Bat: Diffusion Models Sometimes Generate Polysemous Words in Superposition

2022-11-23 · Jennifer C. White, Ryan Cotterell

Recent work has shown that despite their impressive capabilities, text-to-image diffusion models such as DALL-E 2 (Ramesh et al., 2022) can display strange behaviours when a prompt contains a word with multiple possible …

A Simple Approach to Learn Polysemous Word Embeddings

2017-07-06 · Yifan Sun, Nikhil Rao, Weicong Ding

Many NLP applications require disambiguating polysemous words. Existing methods that learn polysemous word vector representations involve first detecting various senses and optimizing the sense-specific embeddings separa…

Relevance DetectionRepresentation LearningWord EmbeddingsWord Sense Induction+1

Modeling Quantification with Polysemous Nouns

2017-01-01 · WS 2017 1 · Laura Kallmeyer, Rainer Osswald

Harvesting Polysemous Terms from e-commerce Data to Enhance QA

2017-09-01 · MTSummit 2017 9 · Silvio Picinini

Context based Analysis of Lexical Semantics for Hindi Language

2019-01-23 · Mohd Zeeshan Ansari, Lubna Khan

A word having multiple senses in a text introduces the lexical semantic task to find out which particular sense is appropriate for the given context. One such task is Word sense disambiguation which refers to the identif…

Word Sense Disambiguation