Pith

open record

sign in
Browse

arxiv: 2103.16071 · v2 · pith:F5EPTPQW · submitted 2021-03-30 · cs.CG

Approximate Nearest-Neighbor Search for Line Segments

Reviewed by Pith T0 review T1 audit T2 compute T3 formal T4 reserved pith:F5EPTPQWrecord.jsonopen to challenge →

classification cs.CG
keywords linesegmentsvarepsilondeltanearest-neighborapproximatedatadistance
0
0 comments X
read the original 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 $\mathbb{R}^d$, for constant dimension $d$. Given a set $S$ of $n$ disjoint line segments in $\mathbb{R}^d$ and an error parameter $\varepsilon > 0$, the objective is to build a data structure such that for any query point $q$, it is possible to return a line segment whose Euclidean distance from $q$ is at most $(1+\varepsilon)$ times the distance from $q$ to its nearest line segment. We present a data structure for this problem with storage $O((n^2/\varepsilon^{d}) \log (\Delta/\varepsilon))$ and query time $O(\log (\max(n,\Delta)/\varepsilon))$, where $\Delta$ is the spread of the set of segments $S$. Our approach is based on a covering of space by anisotropic elements, which align themselves according to the orientations of nearby segments.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Parallel Metric Skiplists and Nearest Neighbor Search

    cs.DS 2026-06 unverdicted novelty 6.0

    Parallel work-efficient construction of metric skip-lists achieving O(n log n) expected work and polylog span for nearest-neighbor search and derived applications under constant expansion rate.