1 / 11

Ken C.K. Lee, Wang-Chien Lee, Hong Va Leong, Brandon Unger and Baihua Zheng, ICUIMC’09 Manu Shukla

Efficient Valid Scope Computation for Location-Dependent Spatial Queries in Mobile and Wireless Environments. Ken C.K. Lee, Wang-Chien Lee, Hong Va Leong, Brandon Unger and Baihua Zheng, ICUIMC’09 Manu Shukla August 2, 2009. Introduction.

aurek
Download Presentation

Ken C.K. Lee, Wang-Chien Lee, Hong Va Leong, Brandon Unger and Baihua Zheng, ICUIMC’09 Manu Shukla

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Efficient Valid Scope Computation for Location-Dependent Spatial Queries in Mobile and Wireless Environments Ken C.K. Lee, Wang-Chien Lee, Hong Va Leong, Brandon Unger and Baihua Zheng, ICUIMC’09 Manu Shukla August 2, 2009

  2. Introduction • Mobile clients access information with respect to their location by submitting Location Dependent Spatial Queries (LDSQ) to Location-Based service servers • Due to limited mobile bandwidth and limited client battery life, frequent LSDQ submission must be avoided • Authors define the concept of valid-scope, a spatial area in which a set of LSDQs will retrieve exactly the same query results • Propose algorithms for valid scope computation for common LDSQs like range query and NN query

  3. Valid Scope • Determine a small and representative subset of non-result objects called “complementary objects” together with result objects • Use R-tree and best first search

  4. Valid Scope for NN Query • Objects that contribute the bisector as voronoi cell perimeter are added to complementary objects • Exploit the largest empty circle property

  5. NN Query • Two steps to determine the NN query result and the valid scope of the result and one index lookup • First retrieve the nearest object • Examine non-result objects to refine valid scope

  6. Valid Scope for kNN Query

  7. Valid Scope for Range Query • Minkowski region is defined as • Valid Scope is computed as an area equal to the intersection of the Minkowski regions of all result objects

  8. Range Query • Formula for valid scope can be defined as

  9. Experiments • Compared with time-parameterized query method by Zhang et.al • Three data sets, real and two synthetic based on Gaussian and Uniform distribution

  10. Experiments • Overhead incurred by valid scope computations

  11. Conclusions • Valid for spatial queries in mobile environment where bandwidth and battery power in mobile devices are limited • Most calculations done on server and hence scalable

More Related