An Algorithm for Reducing Approximate Nearest Neighbor to Approximate Near Neighbor with O(logn) Query Time
Hengzhao Ma, Jianzhong Li

TL;DR
This paper introduces a novel reduction algorithm that transforms the Approximate Nearest Neighbor problem into an Approximate Near Neighbor problem, achieving logarithmic query time using a box split method.
Contribution
It presents the first reduction algorithm with O(log n) query time for the problem, improving over previous polylogarithmic methods.
Findings
Achieves O(log n) query time using box split method
Improves efficiency over previous algorithms
Provides theoretical analysis of the reduction process
Abstract
This paper proposes a new algorithm for reducing Approximate Nearest Neighbor problem to Approximate Near Neighbor problem. The advantage of this algorithm is that it achieves O(log n) query time. As a reduction problem, the uery time complexity is the times of invoking the algorithm for Approximate Near Neighbor problem. All former algorithms for the same reduction need polylog(n) query time. A box split method proposed by Vaidya is used in our paper to achieve the O(log n) query time complexity.
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
TopicsAdvanced Image and Video Retrieval Techniques · Computational Geometry and Mesh Generation · Algorithms and Data Compression
