A Note on Indexing Point Sets for Approximate Bottleneck Distance Queries
Brendan Mumey

TL;DR
This paper introduces a trie-based data structure for efficiently approximating nearest neighbor searches among point sets based on the bottleneck distance, enabling faster queries in planar point set collections.
Contribution
The work presents a novel trie-based data structure that approximates nearest bottleneck distance queries among planar point sets, improving query efficiency.
Findings
Finds a 6-approximate nearest neighbor in O(-log(d_B) * n) time
Applicable to point sets in [0,1]^2 under L_infinity norm
Techniques extend to other norms
Abstract
The {\em bottleneck distance} is a natural measure of the distance between two finite point sets of equal cardinality, defined as the minimum over all bijections between the point sets of the maximum distance between any pair of points put in correspondence by the bijection. In this work, we consider the problem of building a data structure that indexes a collection of planar point sets (of varying sizes) and supports nearest bottleneck distance queries: given a query point set of size , we would like to find the point set(s) of size that are closest in terms of bottleneck distance. Without loss of generality, we assume that all point sets belong to the unit box in the plane and focus on the norm, although the techniques can also be used for other norms. The main contribution is a {\em trie}-based data structure finds 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
TopicsTopological and Geometric Data Analysis · Computational Geometry and Mesh Generation · Digital Image Processing Techniques
