Approximate Nearest-Neighbor Search for Line Segments
Ahmed Abdelkader, David M. Mount

TL;DR
This paper introduces a data structure for approximate nearest-neighbor search among line segments in fixed-dimensional space, enabling efficient queries with controlled error, which is a novel extension beyond point set methods.
Contribution
It proposes the first data structure for approximate nearest-neighbor search specifically for line segments in fixed dimensions, with explicit storage and query time bounds.
Findings
Achieves query time of O(log(max(n,Δ)/ε))
Uses storage of O((n^2/ε^d) log(Δ/ε))
Employs anisotropic space covering aligned with segment orientations
Abstract
Approximate nearest-neighbor search is a fundamental algorithmic problem that continues to inspire study due its essential role in numerous contexts. In contrast to most prior work, which has focused on point sets, we consider nearest-neighbor queries against a set of line segments in , for constant dimension . Given a set of disjoint line segments in and an error parameter , the objective is to build a data structure such that for any query point , it is possible to return a line segment whose Euclidean distance from is at most times the distance from to its nearest line segment. We present a data structure for this problem with storage and query time , where is the spread of the set of segments .…
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.
