Nearest Neighbor Search Under Uncertainty
Blake Mason, Ardhendu Tripathy, Robert Nowak

TL;DR
This paper introduces a novel approach for nearest neighbor search under uncertainty, leveraging cover trees and multi-armed bandits to handle noisy distance estimates efficiently and optimally.
Contribution
It develops an NNS algorithm under stochastic distances that adapts to dataset geometry, improving efficiency over naive methods.
Findings
Achieves optimal dependence on dataset size.
Handles unknown dataset geometry effectively.
Reduces the number of noisy distance queries needed.
Abstract
Nearest Neighbor Search (NNS) is a central task in knowledge representation, learning, and reasoning. There is vast literature on efficient algorithms for constructing data structures and performing exact and approximate NNS. This paper studies NNS under Uncertainty (NNSU). Specifically, consider the setting in which an NNS algorithm has access only to a stochastic distance oracle that provides a noisy, unbiased estimate of the distance between any pair of points, rather than the exact distance. This models many situations of practical importance, including NNS based on human similarity judgements, physical measurements, or fast, randomized approximations to exact distances. A naive approach to NNSU could employ any standard NNS algorithm and repeatedly query and average results from the stochastic oracle (to reduce noise) whenever it needs a pairwise distance. The problem is that a…
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 · Optimization and Search Problems · Advanced Image and Video Retrieval Techniques
