Efficient Spatial Nearest Neighbor Queries Based on Multi-layer Voronoi Diagrams

11/07/2019
by   Yang Li, et al.
0

Nearest neighbor (NN) problem is an important scientific problem. The NN query, to find the closest one to a given query point among a set of points, is widely used in applications such as density estimation, pattern classification, information retrieval and spatial analysis. A direct generalization of the NN query is the k nearest neighbors (kNN) query, where the k closest point are required to be found. Since NN and kNN problems were raised, many algorithms have been proposed to solve them. It has been indicated in literature that the only method to solve these problems exactly with sublinear time complexity, is to filter out the unnecessary spatial computation by using the pre-processing structure, commonly referred to as the spatial index. The recently proposed spatial indices available for NN search, are almost constructed through spatial partition. These indices are tree-like, and the tree-like hierarchical structure can usually significantly improve the efficiency of NN search. However, when the data are distributed extremely unevenly, it is difficult to satisfy both the balance of the tree and the non-overlap of the subspace corresponding to the nodes. Thus the acceleration performance of the tree-like indices is severely jeopardized. In this paper, we propose a non-tree spatial index which consists of multiple layers of Voronoi diagrams (MVD). This index can entirely avoid the dilemma tree-like structures face, and solve the NN problems stably with logarithmic time complexity. Furthermore, it is convenient to achieve kNN search by extending NN search on MVD. In the experiments, we evaluate the efficiency of this indexing for both NN search and kNN search by comparing with VoR-tree, R-tree and kd-tree. The experiments indicate that compared to NN search and kNN search with the other three indices, these two search methods have significantly higher efficiency with MVD.

READ FULL TEXT

page 1

page 9

research
07/01/2010

Survey of Nearest Neighbor Techniques

The nearest neighbor (NN) technique is very simple, highly efficient and...
research
03/08/2021

The RLR-Tree: A Reinforcement Learning Based R-Tree for Spatial Data

Learned indices have been proposed to replace classic index structures l...
research
12/15/2022

Exact fixed-radius nearest neighbor search with an application to clustering

Fixed-radius nearest-neighbor search is a common database operation that...
research
02/21/2023

Lightweight-Yet-Efficient: Revitalizing Ball-Tree for Point-to-Hyperplane Nearest Neighbor Search

Finding the nearest neighbor to a hyperplane (or Point-to-Hyperplane Nea...
research
08/01/2019

A True O(n n) Algorithm for the All-k-Nearest-Neighbors Problem

In this paper we examined an algorithm for the All-k-Nearest-Neighbor pr...
research
08/19/2022

Counterexamples expose gaps in the proof of time complexity for cover trees introduced in 2006

This paper is motivated by the k-nearest neighbors search: given an arbi...
research
02/25/2023

The Effect of Points Dispersion on the k-nn Search in Random Projection Forests

Partitioning trees are efficient data structures for k-nearest neighbor ...

Please sign up or login with your details

Forgot password? Click here to reset