Proceedings of the 15th International Workshop on Data Management on New Hardware 2019
DOI: 10.1145/3329785.3329920
|View full text |Cite
|
Sign up to set email alerts
|

GPU-Accelerated Similarity Self-Join for Multi-Dimensional Data

Abstract: e self-join nds all objects in a dataset that are within a search distance, ϵ , of each other; therefore, the self-join is a building block of many algorithms. We advance a GPU-accelerated self-join algorithm targeted towards high dimensional data. e massive parallelism a orded by the GPU and high aggregate memory bandwidth makes the architecture well-suited for data-intensive workloads. We leverage a grid-based, GPU-tailored index to perform range queries. We propose the following optimizations: (i) a trade-o… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
12
0

Year Published

2019
2019
2023
2023

Publication Types

Select...
2
2
1

Relationship

1
4

Authors

Journals

citations
Cited by 6 publications
(12 citation statements)
references
References 41 publications
0
12
0
Order By: Relevance
“…The authors modified an efficient indexing scheme and used a batching scheme from [28], in addition to advancing a technique to reduce the number of duplicate computations. Later, Gowanlock & Karsin implemented a self-join that targeted the challenges of high dimensionality [26].…”
Section: Recap Of Previous Self-join Workmentioning
confidence: 99%
See 4 more Smart Citations
“…The authors modified an efficient indexing scheme and used a batching scheme from [28], in addition to advancing a technique to reduce the number of duplicate computations. Later, Gowanlock & Karsin implemented a self-join that targeted the challenges of high dimensionality [26].…”
Section: Recap Of Previous Self-join Workmentioning
confidence: 99%
“…In [26], a technique is proposed to index m < n dimensions of the data, i.e., if m = 3 and n = 6, then the 6 dimensional data is indexed and projected in 3 dimensions. By indexing m < n dimensions, the index search for nearby points is less expensive, but results in larger candidate sets to filter, as the search is less selective.…”
Section: Index Dimensionality Reductionmentioning
confidence: 99%
See 3 more Smart Citations