Efficient Nearest Neighbor Search Using Dynamic Programming
Abstract
Given a collection of points in R3, KD-Tree and R-Tree are well-known nearest neighbor search (NNS) algorithms that rely on spatial partitioning and indexing techniques. However, when the query point is far from the data points or the data points inherently represent a 2-manifold surface, their query performance may degrade. To address this, we propose a novel dynamic programming technique that precomputes a Directed Acyclic Graph (DAG) to encode the proximity structure between data points. More specifically, the DAG captures how the proximity structure evolves during the incremental construction of the Voronoi diagram of the data points. Experimental results demonstrate that our method achieves a speed increase of 1-10x. Furthermore, our algorithm demonstrates significant practical value in diverse applications. We validated its effectiveness through extensive testing in four key applications: Point-to-Mesh Distance Queries, Iterative Closest Point (ICP) Registration, Density Peak Clustering, and Point-to-Segments Distance Queries. A particularly notable feature of our approach is its unique ability to efficiently identify the nearest neighbor among the first k points in the point cloud, a capability that enables substantial acceleration in low-dimensional applications like Density Peak Clustering. As a natural extension of our incremental construction process, our method can also be readily adapted for farthest-point sampling tasks. These experimental results across multiple domains underscore the broad applicability and practical importance of our approach.
Results
We evaluate our query performance across three large-scale datasets: ABC dataset, Thingi10K dataset, and MedShapeNet dataset. The experimental results demonstrate that our method achieves 1-10× speedup compared to existing approaches including KD-Tree, R*-Tree, BD-Tree, and Octree across all tested datasets. The performance advantage is particularly pronounced for models with complex geometric structures and when query points are distributed outside the target point cloud boundaries.

BibTeX
@ARTICLE{11165079,
author={Wang, Pengfei and Song, Jiantao and Xin, Shiqing and Chen, Shuangmin and Tu, Changhe and Wang, Wenping and Wang, Jiaye},
journal={IEEE Transactions on Pattern Analysis and Machine Intelligence},
title={Efficient Nearest Neighbor Search Using Dynamic Programming},
year={2025},
volume={},
number={},
pages={1-16},
keywords={Delaunay triangulation;density peak clustering;farthest point sampling;nearest neighbor search;voronoi diagram},
doi={10.1109/TPAMI.2025.3610211}}