Inverse Queries For Multidimensional Spaces
Thomas Bernecker, Tobias Emrich, Hans-Peter Kriegel, Nikos Mamoulis,, Matthias Renz, Shiming Zhang, Andreas Z\"ufle

TL;DR
This paper introduces inverse spatial queries, which find objects that would include a given set of objects in their results, and presents a framework to efficiently answer these queries across various predicates.
Contribution
The paper defines inverse spatial queries and develops a filter-and-refinement framework to improve their efficiency across multiple query types.
Findings
The framework significantly outperforms naive approaches.
Efficient solutions are provided for inverse epsilon range, k-NN, and skyline queries.
Experimental results demonstrate substantial efficiency gains.
Abstract
Traditional spatial queries return, for a given query object , all database objects that satisfy a given predicate, such as epsilon range and -nearest neighbors. This paper defines and studies {\em inverse} spatial queries, which, given a subset of database objects and a query predicate, return all objects which, if used as query objects with the predicate, contain in their result. We first show a straightforward solution for answering inverse spatial queries for any query predicate. Then, we propose a filter-and-refinement framework that can be used to improve efficiency. We show how to apply this framework on a variety of inverse queries, using appropriate space pruning strategies. In particular, we propose solutions for inverse epsilon range queries, inverse -nearest neighbor queries, and inverse skyline queries. Our experiments show that our framework is…
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 · Geographic Information Systems Studies · Algorithms and Data Compression
