Approximately Detecting Duplicates for Probabilistic Data Streams over Sliding Windows

A probabilistic data stream S is defined as a sequence of uncertain tuples <;t i , p i >;, i = 1...∞, with the semantics that element t i occurs in the stream with probability p i ϵ (0, 1). Thus each distinct element t, which occurs in tuples of S, has an existential probability based on the t...

Full description

Saved in:
Bibliographic Details
Published in:2010 3rd International Symposium on Parallel Architectures, Algorithms and Programming pp. 263 - 268
Main Authors: Wang, Xiujun, Shen, Hong
Format: Conference Proceeding
Language:English
Published: IEEE 01.12.2010
Subjects:
ISBN:1424494826, 9781424494828
ISSN:2168-3034
Online Access:Get full text
Tags: Add Tag
No Tags, Be the first to tag this record!
Description
Summary:A probabilistic data stream S is defined as a sequence of uncertain tuples <;t i , p i >;, i = 1...∞, with the semantics that element t i occurs in the stream with probability p i ϵ (0, 1). Thus each distinct element t, which occurs in tuples of S, has an existential probability based on the tuples: <; t i = t, p i >; ϵ S. Existing duplicate detection methods for a traditional deterministic data stream can't maintain these existential probabilities for elements in S, which is important query information. In this paper, we present a novel data structure, Floating Counter Bloom Filter (FCBF), as an extension of CBF, which can maintain these existential probabilities effectively. Based on FCBF, we present an efficient algorithm to approximately detect duplicates for probabilistic data streams over sliding windows. Given a sliding window size W and floating counter number N, for any t which occurs in the past sliding window, our method outputs the accurate existential probability of t with probability 1-(1/2) ln(2)*N/W . Our experimental results on the synthetic data verify the effectiveness of our approach.
ISBN:1424494826
9781424494828
ISSN:2168-3034
DOI:10.1109/PAAP.2010.16