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

08/19/2022
by   Yury Elkin, et al.
0

This paper is motivated by the k-nearest neighbors search: given an arbitrary metric space, and its finite subsets (a reference set R and a query set Q), design a fast algorithm to find all k-nearest neighbors in R for every point q in Q. In 2006, Beygelzimer, Kakade, and Langford introduced cover trees to justify a near-linear time complexity for the neighbor search in the sizes of Q,R. Section 5.3 of Curtin's PhD (2015) pointed out that the proof of this result was wrong. The key step in the original proof attempted to show that the number of iterations can be estimated by multiplying the length of the longest root-to-leaf path in a cover tree by a constant factor. However, this estimate can miss many potential nodes in several branches of a cover tree, that should be considered during the neighbor search. The same argument was unfortunately repeated in several subsequent papers using cover trees from 2006. This paper explicitly constructs challenging datasets that provide counterexamples to the past proofs of time complexity for the cover tree construction, the k-nearest neighbor search presented at ICML 2006, and the dual-tree search algorithm published in NIPS 2009. The corrected near-linear time complexities with extra parameters are proved in another forthcoming paper by using a new compressed cover tree simplifying the original tree structure.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
11/30/2021

A new compressed cover tree guarantees a near linear parameterized complexity for all k-nearest neighbors search in metric spaces

This paper studies the classical problem of finding all k nearest neighb...
research
01/17/2022

Paired compressed cover trees guarantee a near linear parametrized complexity for all k-nearest neighbors search in an arbitrary metric space

This paper studies the important problem of finding all k-nearest neighb...
research
03/30/2021

Generalized Linear Tree Space Nearest Neighbor

We present a novel method of stacking decision trees by projection into ...
research
09/22/2017

Efficient Nearest-Neighbor Search for Dynamical Systems with Nonholonomic Constraints

Nearest-neighbor search dominates the asymptotic complexity of sampling-...
research
11/07/2019

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

Nearest neighbor (NN) problem is an important scientific problem. The NN...
research
09/28/2017

Energy Constrained Depth First Search

Depth first search is a natural algorithmic technique for constructing a...
research
02/17/2020

Overlaid oriented Voronoi diagrams and the 1-Steiner tree problem

Overlaid oriented Voronoi diagrams (OOVDs) are known to provide useful d...

Please sign up or login with your details

Forgot password? Click here to reset