Product Range Search Problem
Oliver Chubet, Niyathi Kukkapalli, Anvi Kudaraya, Don Sheehy

TL;DR
This paper introduces two new data structures for approximate product range search in doubling metric spaces, leveraging greedy trees to efficiently handle intersection queries involving two different metrics.
Contribution
It proposes novel data structures based on greedy trees for efficient approximate product range searches in doubling metrics, generalizing existing range trees.
Findings
Both data structures efficiently answer approximate product range queries.
The first structure generalizes range trees using greedy trees.
The second structure constructs a greedy tree on the product metric.
Abstract
Given a metric space, a standard metric range search, given a query , finds all points within distance of the point . Suppose now we have two different metrics and . A product range query is a point and two radii and . The output is all points within distance of with respect to and all points within of with respect to . In other words, it is the intersection of two searches. We present two data structures for approximate product range search in doubling metrics. Both data structures use a net-tree variant, the greedy tree. The greedy tree is a data structure that can efficiently answer approximate range searches in doubling metrics. The first data structure is a generalization of the range tree from computational geometry using greedy trees rather than binary trees. The second data structure is 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
TopicsComputational Geometry and Mesh Generation · Algorithms and Data Compression · Data Management and Algorithms
