Sublinear Time Approximate Sum via Uniform Random Sampling
Bin Fu, Wenfeng Li, and Zhiyong Peng

TL;DR
This paper presents a randomized algorithm that approximates the sum of nonnegative numbers in sublinear time using uniform sampling, and establishes a near-matching lower bound for the problem.
Contribution
It introduces a novel sublinear time algorithm for approximate sum computation and proves a tight lower bound, advancing understanding of sampling-based approximation.
Findings
The algorithm achieves an $(1+ ext{epsilon})$-approximation in $O(n(\log\log n)/\sum a_i)$ time.
A lower bound of $\Omega(n/\sum a_i)$ is established, nearly matching the upper bound.
The method relies on uniform random sampling to efficiently approximate the sum.
Abstract
We investigate the approximation for computing the sum with an input of a list of nonnegative elements . If all elements are in the range , there is a randomized algorithm that can compute an -approximation for the sum problem in time , where is a constant in . Our randomized algorithm is based on the uniform random sampling, which selects one element with equal probability from the input list each time. We also prove a lower bound , which almost matches the upper bound, for this problem.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAlgorithms and Data Compression · Data Management and Algorithms · Complexity and Algorithms in Graphs
