Efficient Spatial Nearest Neighbor Queries Based on Multi-layer Voronoi Diagrams
Yang Li, Gang Liu, Junbin Gao, Zhenwen He, Mingyuan Bai, Chengjun, Li

TL;DR
This paper introduces a multi-layer Voronoi diagram (MVD) based spatial index that efficiently solves nearest neighbor and k-nearest neighbors queries with logarithmic time complexity, outperforming traditional tree-based indices especially in uneven data distributions.
Contribution
The paper proposes a novel non-tree multi-layer Voronoi diagram index that overcomes limitations of tree-like structures for spatial queries, achieving stable, efficient NN and kNN searches.
Findings
MVD index achieves logarithmic query time for NN and kNN searches.
Experimental results show MVD outperforms VoR-tree, R-tree, and kd-tree in efficiency.
MVD handles uneven data distributions more effectively than traditional indices.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsData Management and Algorithms · Advanced Image and Video Retrieval Techniques · Automated Road and Building Extraction
