Proceedings of the Twenty-Eighth ACM SIGMOD-SIGACT-SIGART Symposium on Principles of Database Systems 2009
DOI: 10.1145/1559795.1559818
|View full text |Cite
|
Sign up to set email alerts
|

Optimal sampling from sliding windows

Abstract: APPEARED IN ACM PODS-2009. A sliding windows model is an important case of the streaming model, where only the most "recent" elements remain active and the rest are discarded in a stream. The sliding windows model is important for many applications (see, e.g., Babcock, Babu, Datar, Motwani and Widom (PODS 02); and Datar, Gionis, Indyk and Motwani (SODA 02)). There are two equally important types of the sliding windows model -windows with fixed size, (e.g., where items arrive one at a time, and only the most… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
4
0

Year Published

2011
2011
2024
2024

Publication Types

Select...
5
1
1
1

Relationship

0
8

Authors

Journals

citations
Cited by 56 publications
(4 citation statements)
references
References 86 publications
0
4
0
Order By: Relevance
“…In principle, a sliding window model is applied for streams of data where only the most “recent” elements stay active, and the rest are discarded [Braverman et al ., 2009]. We used a fixed-time window model where data arrive in time order, and just the recent n elements are captured.…”
Section: Methodsmentioning
confidence: 99%
See 1 more Smart Citation
“…In principle, a sliding window model is applied for streams of data where only the most “recent” elements stay active, and the rest are discarded [Braverman et al ., 2009]. We used a fixed-time window model where data arrive in time order, and just the recent n elements are captured.…”
Section: Methodsmentioning
confidence: 99%
“…The advantage of the LSTM is that it overcomes the vanishing gradient problem [Hochreiter, 1998] of RNNs and is effective in capturing long-term temporal dependencies [Bengio et al ., 1994]. To address the speed-accuracy trade-off, we conceptualize the accumulated information with time-series analysis methods by defining a sliding window model [Braverman et al ., 2009] for making a prediction based on the available information from the intermediate stages. Furthermore, understanding the reasons behind predictions is crucial for assessing trust, which is fundamental in taking action based on a prediction, or in predictive model deployment [Ribeiro et al ., 2016].…”
Section: Introductionmentioning
confidence: 99%
“…This phenomenon can lead to the network erroneously recognizing one tree as multiple trees. To address this issue, we drew inspiration from the concept of a sliding window [45,46]. A sliding window is a fixed-size window that slides over the data sequence from beginning to end in certain steps.…”
Section: Sliding Windowsmentioning
confidence: 99%
“…-Sliding window insertion-only streaming: In stream data mining, the scope of aggregation often needs to be restricted to include edges that have arrived within a recent window. To handle such cases, we present extensions of Fleet to the sliding window model [12,20,32]. We consider two types of sliding windows: 1) For a sequence-based window, defined as the set of W most recent edges in the stream for a window size parameter w, we present an algorithm FleetSSW.…”
Section: Butterfly Counting In Static and Streaming Networkmentioning
confidence: 99%