Computer Science > Computational Geometry
[Submitted on 7 Sep 2013]
Title:Aggregate-Max Nearest Neighbor Searching in the Plane
View PDFAbstract:We study the aggregate/group nearest neighbor searching for the MAX operator in the plane. For a set $P$ of $n$ points and a query set $Q$ of $m$ points, the query asks for a point of $P$ whose maximum distance to the points in $Q$ is minimized. We present data structures for answering such queries for both $L_1$ and $L_2$ distance measures. Previously, only heuristic and approximation algorithms were given for both versions. For the $L_1$ version, we build a data structure of O(n) size in $O(n\log n)$ time, such that each query can be answered in $O(m+\log n)$ time. For the $L_2$ version, we build a data structure in $O(n\log n)$ time and $O(n\log \log n)$ space, such that each query can be answered in $O(m\sqrt{n}\log^{O(1)} n)$ time, and alternatively, we build a data structure in $O(n^{2+\epsilon})$ time and space for any $\epsilon>0$, such that each query can be answered in $O(m\log n)$ time. Further, we extend our result for the $L_1$ version to the top-$k$ queries where each query asks for the $k$ points of $P$ whose maximum distances to $Q$ are the smallest for any $k$ with $1\leq k\leq n$: We build a data structure of O(n) size in $O(n\log n)$ time, such that each top-$k$ query can be answered in $O(m+k\log n)$ time.
Current browse context:
cs.CG
References & Citations
Bibliographic and Citation Tools
Bibliographic Explorer (What is the Explorer?)
Connected Papers (What is Connected Papers?)
Litmaps (What is Litmaps?)
scite Smart Citations (What are Smart Citations?)
Code, Data and Media Associated with this Article
alphaXiv (What is alphaXiv?)
CatalyzeX Code Finder for Papers (What is CatalyzeX?)
DagsHub (What is DagsHub?)
Gotit.pub (What is GotitPub?)
Hugging Face (What is Huggingface?)
Papers with Code (What is Papers with Code?)
ScienceCast (What is ScienceCast?)
Demos
Recommenders and Search Tools
Influence Flower (What are Influence Flowers?)
CORE Recommender (What is CORE?)
arXivLabs: experimental projects with community collaborators
arXivLabs is a framework that allows collaborators to develop and share new arXiv features directly on our website.
Both individuals and organizations that work with arXivLabs have embraced and accepted our values of openness, community, excellence, and user data privacy. arXiv is committed to these values and only works with partners that adhere to them.
Have an idea for a project that will add value for arXiv's community? Learn more about arXivLabs.