On Top-k Weighted SUM Aggregate Nearest and Farthest Neighbors in the L1 Plane

Abstract

In this paper, we study top-k aggregate (or group) nearest neighbor queries using the weighted SUM operator under the L1 metric in the plane. Given a set P of n points, for any query consisting of a set Q of m weighted points and an integer k, 1 k n, the top-k aggregate nearest neighbor query asks for the k points of P whose aggregate distances to Q are the smallest, where the aggregate distance of each point p of P to Q is the sum of the weighted distances from p to all points of Q. We build an O(n n n)-size data structure in O(n n n) time, such that each top-k query can be answered in O(m m+(k+m)2 n) time. We also obtain other results with trade-off between preprocessing and query. Even for the special case where k=1, our results are better than the previously best method (in PODS 2012), which requires O(n2 n) preprocessing time, O(n2 n) space, and O(m23 n) query time. In addition, for the one-dimensional version of this problem, our approach can build an O(n)-size data structure in O(n n) time that can support O(\k, m\· m+k+ n) time queries. Further, we extend our techniques to the top-k aggregate farthest neighbor queries, with the same bounds.

0

Turn this paper into a lesson

ArcXiv compiles a structured reading guide from this paper's metadata: plain-English importance, contributions, prerequisite concepts, which sections to read first, flashcards, and a quiz. Grounded in the abstract, never invented.

Discussion (0)

Sign in to join the discussion.

Loading comments…