An approximate algorithm for top-k closest pairs join query in large high dimensional data

作者:

Highlights:

摘要

In this paper we present a novel approximate algorithm to calculate the top-k closest pairs join query of two large and high dimensional data sets. The algorithm has worst case time complexity O(d2nk) and space complexity O(nd) and guarantees a solution within a O(d1+1t) factor of the exact one, where t ∈ {1, 2, … , ∞} denotes the Minkowski metrics Lt of interest and d the dimensionality. It makes use of the concept of space filling curve to establish an order between the points of the space and performs at most d + 1 sorts and scans of the two data sets. During a scan, each point from one data set is compared with its closest points, according to the space filling curve order, in the other data set and points whose contribution to the solution has already been analyzed are detected and eliminated. Experimental results on real and synthetic data sets show that our algorithm behaves as an exact algorithm in low dimensional spaces; it is able to prune the entire (or a considerable fraction of the) data set even for high dimensions if certain separation conditions are satisfied; in any case it returns a solution within a small error to the exact one.

论文关键词:Technologies of databases,Applications of data and knowledge engineering,High dimensional data,k-closest pairs,Space filling curves

论文评审过程:Received 16 August 2004, Accepted 16 August 2004, Available online 19 October 2004.

论文官网地址:https://doi.org/10.1016/j.datak.2004.08.003