ACM Home Page
Please provide us with feedback. Feedback
A simpler and more efficient deterministic scheme for finding frequent items over sliding windows
Full text PdfPdf (278 KB)
Source Symposium on Principles of Database Systems archive
Proceedings of the twenty-fifth ACM SIGMOD-SIGACT-SIGART symposium on Principles of database systems table of contents
Chicago, IL, USA
SESSION: Frequency counting and aggregation table of contents
Pages: 290 - 297  
Year of Publication: 2006
ISBN:1-59593-318-2
Authors
L. K. Lee  The University of Hong Kong, Pokfulam, Hong Kong
H. F. Ting  The University of Hong Kong, Pokfulam, Hong Kong
Sponsors
SIGMOD: ACM Special Interest Group on Management of Data
SIGART: ACM Special Interest Group on Artificial Intelligence
ACM: Association for Computing Machinery
SIGACT: ACM Special Interest Group on Algorithms and Computation Theory
Publisher
ACM  New York, NY, USA
Bibliometrics
Downloads (6 Weeks): 19,   Downloads (12 Months): 116,   Citation Count: 7
Additional Information:

abstract   references   cited by   index terms   collaborative colleagues  

Tools and Actions: Request Permissions Request Permissions    Review this Article  
DOI Bookmark: Use this link to bookmark this Article: http://doi.acm.org/10.1145/1142351.1142393
What is a DOI?

ABSTRACT

In this paper, we give a simple scheme for identifying ε-approximate frequent items over a sliding window of size n. Our scheme is deterministic and does not make any assumption on the distribution of the item frequencies. It supports O(1/ε) update and query time, and uses O(1/ε) space. It is very simple; its main data structures are just a few short queues whose entries store the position of some items in the sliding window. We also extend our scheme for variable-size window. This extended scheme uses O(1/ε log(εn)) space.


REFERENCES

Note: OCR errors may be found in this Reference List extracted from the full text article. ACM has opted to expose the complete List rather than only correct and linked references.

 
1
2
 
3
4
 
5
 
6
7
8
 
9
10
 
11
12
 
13
14
15
16
 
17
 
18
J. Misra and D. Gries. Finding repeated elements. Science of Computer Programming, 2(2):143--152, 1982.

CITED BY  8