2015
DOI: 10.14778/2850469.2850470
|View full text |Cite
|
Sign up to set email alerts
|

Query-aware locality-sensitive hashing for approximate nearest neighbor search

Abstract: Locality-Sensitive Hashing (LSH) and its variants are the well-known indexing schemes for the c-Approximate Nearest Neighbor (c-ANN) search problem in high-dimensional Euclidean space. Traditionally, LSH functions are constructed in a query-oblivious manner in the sense that buckets are partitioned before any query arrives. However, objects closer to a query may be partitioned into different buckets, which is undesirable. Due to the use of query-oblivious bucket partition, the state-of-the-art LSH schemes for … Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
2
1

Citation Types

0
136
0

Year Published

2015
2015
2021
2021

Publication Types

Select...
3
3
1

Relationship

0
7

Authors

Journals

citations
Cited by 141 publications
(136 citation statements)
references
References 16 publications
0
136
0
Order By: Relevance
“…Some well-known and widely-used algorithms like the KD-tree [35], R * tree [6], VA-file [38], Locality Sensitive Hashing (LSH) [20], and Product Quantization (PQ) [25] all belong to the above categories. Some works focus on improving the algorithms (e.g., [2,18,19,22,31]), while others focus on optimizing the existing methods according to different platforms and scenarios (e.g., [10,12,36,42]).…”
Section: Non-graph-based Anns Methodsmentioning
confidence: 99%
See 2 more Smart Citations
“…Some well-known and widely-used algorithms like the KD-tree [35], R * tree [6], VA-file [38], Locality Sensitive Hashing (LSH) [20], and Product Quantization (PQ) [25] all belong to the above categories. Some works focus on improving the algorithms (e.g., [2,18,19,22,31]), while others focus on optimizing the existing methods according to different platforms and scenarios (e.g., [10,12,36,42]).…”
Section: Non-graph-based Anns Methodsmentioning
confidence: 99%
“…xxx Copyright 2018 VLDB Endowment 2150-8097/18/10... $ 10.00. DOI: https://doi.org/TBD Approximate nearest neighbor search (ANNS) has been a hot topic over decades and provides fundamental support for many applications in data mining, databases, and information retrieval [2,10,12,22,36,42]. For sparse discrete data (like documents), the nearest neighbor search can be carried out efficiently on advanced index structures (e.g., inverted index [34]).…”
Section: Introduction * Corresponding Authormentioning
confidence: 99%
See 1 more Smart Citation
“…Additionally, C2LSH can also determine the number of layers required for a dataset (which depends on the cardinality of the dataset) to satisfy a given success probability. While the memory footprint was much lower and the parameter tuning drawback was solved, the accuracy of C2LSH was still not high [18].…”
Section: Collision Counting Locality Sensitive Hashing (C2lsh)mentioning
confidence: 99%
“…QALSH [18] was introduced that utilized these two novel techniques to improve upon accuracy (at the slight expense of performance). QALSH introduced query-aware hash functions by creating a B+-tree on each random projection and performing incremental range queries until top-k candidates are found.…”
Section: Query-aware Locality Sensitive Hashing (Qalsh)mentioning
confidence: 99%