Monitoring the Top-m Aggregation in a Sliding Window of Spatial Queries
Farhana M. Choudhury, Zhifeng Bao, J. Shane Culpepper, Timos Sellis

TL;DR
This paper introduces a novel approach for monitoring the top-m spatial objects in streaming queries by combining rank aggregation, continuous queries, and spatial databases, with efficient approximation and exact solutions.
Contribution
It presents the first integrated solution for top-m spatial object aggregation in streaming queries, including an index, safe ranking, and validation techniques.
Findings
The proposed IRF index guarantees error bounds.
The approximation method is efficient for real-time monitoring.
Experimental results show high accuracy and performance.
Abstract
In this paper, we propose and study the problem of top-m rank aggregation of spatial objects in streaming queries, where, given a set of objects O, a stream of spatial queries (kNN or range), the goal is to report m objects with the highest aggregate rank. The rank of an object w.r.t. an individual query is computed based on its distance from the query location, and the aggregate rank is computed from all of the individual rank orderings. Solutions to this fundamental problem can be used to monitor the popularity of spatial objects, which in turn can provide new analytical tools for spatial data. Our work draws inspiration from three different domains: rank aggregation, continuous queries and spatial databases. To the best of our knowledge, there is no prior work that considers all three problem domains in a single context. Our problem is different from the classical rank aggregation…
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 · Optimization and Search Problems · Advanced Database Systems and Queries
