Home /Research /Delaunay walk for fast nearest neighbor: accelerating correspondence matching for ICP
OTHER

Delaunay walk for fast nearest neighbor: accelerating correspondence matching for ICP

James D. Anderson, Ryan Raettig, Scott Nykl, Clark N. Taylor, Thomas Wischgoll

Year
2022
Citations
14
Access
Open access

Abstract

Abstract Point set registration algorithms such as Iterative Closest Point (ICP) are commonly utilized in time-constrained environments like robotics. Finding the nearest neighbor of a point in a reference 3D point set is a common operation in ICP and frequently consumes at least 90% of the computation time. We introduce a novel approach to performing the distance-based nearest neighbor step based on Delaunay triangulation. This greedy algorithm finds the nearest neighbor of a query point by traversing the edges of the Delaunay triangulation created from a reference 3D point set. Our work integrates the Delaunay traversal into the correspondences search of ICP and exploits the iterative aspect of ICP by caching previous correspondences to expedite each iteration. An algorithmic analysis and comparison is conducted showing an order of magnitude speedup for both serial and vector processor implementation.

Keywords

Delaunay triangulationIterative closest pointBowyer–Watson algorithmk-nearest neighbors algorithmConstrained Delaunay triangulationComputer scienceNearest neighbor searchSpeedupAlgorithmTree traversal

Related papers

Browse all OTHER papers