Efficient Summing over Sliding Windows
April 03, 2016 Β· Declared Dead Β· π Scandinavian Workshop on Algorithm Theory
"No code URL or promise found in abstract"
Evidence collected by the PWNC Scanner
Authors
Ran Ben Basat, Gil Einziger, Roy Friedman, Yaron Kassner
arXiv ID
1604.02450
Category
cs.DS: Data Structures & Algorithms
Citations
14
Venue
Scandinavian Workshop on Algorithm Theory
Last Checked
3 months ago
Abstract
This paper considers the problem of maintaining statistic aggregates over the last W elements of a data stream. First, the problem of counting the number of 1's in the last W bits of a binary stream is considered. A lower bound of Ξ©(1/Ξ΅ + log W) memory bits for WΞ΅-additive approximations is derived. This is followed by an algorithm whose memory consumption is O(1/Ξ΅ + log W) bits, indicating that the algorithm is optimal and that the bound is tight. Next, the more general problem of maintaining a sum of the last W integers, each in the range of {0,1,...,R}, is addressed. The paper shows that approximating the sum within an additive error of RWΞ΅ can also be done using Ξ(1/Ξ΅ + log W) bits for Ξ΅=Ξ©(1/W). For Ξ΅=o(1/W), we present a succinct algorithm which uses B(1 + o(1)) bits, where B=Ξ(Wlog(1/WΞ΅)) is the derived lower bound. We show that all lower bounds generalize to randomized algorithms as well. All algorithms process new elements and answer queries in O(1) worst-case time.
Community Contributions
Found the code? Know the venue? Think something is wrong? Let us know!
π Similar Papers
In the same crypt β Data Structures & Algorithms
π
π
The Cartographer
R.I.P.
π»
Ghosted
Route Planning in Transportation Networks
R.I.P.
π»
Ghosted
Near-linear time approximation algorithms for optimal transport via Sinkhorn iteration
R.I.P.
π»
Ghosted
Hierarchical Clustering: Objective Functions and Algorithms
R.I.P.
π»
Ghosted
Graph Isomorphism in Quasipolynomial Time
π
π
The Cartographer
Simulation optimization: A review of algorithms and applications
Died the same way β π» Ghosted
R.I.P.
π»
Ghosted
Federated Learning: Strategies for Improving Communication Efficiency
R.I.P.
π»
Ghosted
In-Datacenter Performance Analysis of a Tensor Processing Unit
R.I.P.
π»
Ghosted
Deep Convolutional Neural Networks for Computer-Aided Detection: CNN Architectures, Dataset Characteristics and Transfer Learning
R.I.P.
π»
Ghosted