On Top-$k$ Weighted SUM Aggregate Nearest and Farthest Neighbors in the $L_1$ Plane
Haitao Wang, Wuzhou Zhang

TL;DR
This paper introduces efficient data structures for top-$k$ aggregate nearest and farthest neighbor queries under the $L_1$ metric, improving query times and preprocessing costs over previous methods.
Contribution
It presents new data structures with optimized preprocessing and query times for top-$k$ aggregate nearest and farthest neighbor searches in the plane.
Findings
Achieves $O(n ext{log} n ext{log} ext{log} n)$ preprocessing time and space.
Answers top-$k$ queries in $O(m ext{log} m+(k+m) ext{log}^2 n)$ time.
Provides specialized solutions for the 1D case with $O(n)$ space and $O(n ext{log} n)$ preprocessing.
Abstract
In this paper, we study top- aggregate (or group) nearest neighbor queries using the weighted SUM operator under the metric in the plane. Given a set of points, for any query consisting of a set of weighted points and an integer , , the top- aggregate nearest neighbor query asks for the points of whose aggregate distances to are the smallest, where the aggregate distance of each point of to is the sum of the weighted distances from to all points of . We build an -size data structure in time, such that each top- query can be answered in time. We also obtain other results with trade-off between preprocessing and query. Even for the special case where , our results are better than the previously best method (in PODS 2012), which…
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
TopicsData Management and Algorithms · Computational Geometry and Mesh Generation · Automated Road and Building Extraction
