Affiliation:
1. University of Southern California, Los Angeles, CA
Abstract
In this article, we first introduce the concept of Spatial Skyline Queries (SSQ). Given a set of data points
P
and a set of query points
Q
, each data point has a number of
derived spatial
attributes each of which is the point's distance to a query point. An SSQ retrieves those points of
P
which are not dominated by any other point in
P
considering their derived spatial attributes. The main difference with the regular skyline query is that this
spatial domination
depends on the location of the query points
Q
. SSQ has application in several domains such as emergency response and online maps. The main intuition and novelty behind our approaches is that we exploit the geometric properties of the SSQ problem space to avoid the exhaustive examination of all the point pairs in
P
and
Q
. Consequently, we reduce the complexity of SSQ search from
O
(|
P
|
2
|
Q
|) to
O
(|
S
|
2
|
C
| + √|
P
|), where |
S
| and |
C
| are the solution size and the number of vertices of the convex hull of
Q
, respectively.
Considering Euclidean distance, we propose two algorithms, B
2
S
2
and VS
2
, for static query points and one algorithm, VCS
2
, for streaming
Q
whose points change location over time (e.g., are mobile). VCS
2
exploits the pattern of change in
Q
to avoid unnecessary recomputation of the skyline and hence efficiently perform updates. We also propose two algorithms, SNS
2
and VSNS
2
, that compute the spatial skyline with respect to the network distance in a spatial network database. Our extensive experiments using real-world datasets verify that both R-tree-based B
2
S
2
and Voronoi-based VS
2
outperform the best competitor approach in terms of both processing time and I/O cost. Furthermore, their output computed based on Euclidean distance is a good approximation of the spatial skyline in network space. For accurate computation of spatial skylines in network space, our experiments showed the superiority of VSNS
2
over SNS
2
.
Funder
Division of Computer and Network Systems
Division of Information and Intelligent Systems
Publisher
Association for Computing Machinery (ACM)
Cited by
31 articles.
订阅此论文施引文献
订阅此论文施引文献,注册后可以免费订阅5篇论文的施引文献,订阅后可以查看论文全部施引文献