Venn Sampling: A Novel Prediction Technique for Moving Objects

  • Authors:
  • Yufei Tao;Dimitris Papadias;Jian Zhai;Qing Li

  • Affiliations:
  • City University of Hong Kong;Hong Kong University of Science and Technology;City University of Hong Kong;City University of Hong Kong

  • Venue:
  • ICDE '05 Proceedings of the 21st International Conference on Data Engineering
  • Year:
  • 2005

Quantified Score

Hi-index 0.00

Visualization

Abstract

Given a region q_R and a future timestamp q_T, a "range aggregate" query estimates the number of objects expected to appear in q_R at time q_T. Currently the only methods for processing such queries are based on spatio-temporal histograms, which have several serious problems. First, they consume considerable space in order to provide accurate estimation. Second, they incur high evaluation cost. Third, their efficiency continuously deteriorates with time. Fourth, their maintenance requires significant update overhead. Motivated by this, we develop Venn sampling (VS), a novel estimation method optimized for a set of "pivot queries" that reflect the distribution of actual ones. In particular, given m pivot queries, VS achieves perfect estimation with only O(m) samples, as opposed to O(2^m) required by the current state of the art in workload-aware sampling. Compared with histograms, our technique is much more accurate (given the same space), produces estimates with negligible cost, and does not deteriorate with time. Furthermore, it permits the development of a novel "query-driven" update policy, which reduces the update cost of conventional policies significantly.