Approximate Set Union Via Approximate Randomization
Bin Fu, Pengfei Gu, and Yuming Zhao

TL;DR
This paper introduces a randomized approximation algorithm for estimating the size of the union of multiple sets, accommodating biased random element generation and providing a tradeoff between time and round complexity.
Contribution
It presents a novel approximation scheme that handles biased random sampling and offers adjustable tradeoffs between computational resources.
Findings
Achieves an approximation ratio within a specified range considering bias.
Runs in nearly linear time with respect to the number of sets, with logarithmic rounds.
Supports biased random element generation with quantifiable impact on accuracy.
Abstract
We develop an randomized approximation algorithm for the size of set union problem , which given a list of sets with approximate set size for with , and biased random generators with for each input set and element where . The approximation ratio for is in the range for any , where . The complexity of the algorithm is measured by both time complexity, and round complexity. The algorithm is allowed to make multiple membership queries and get random…
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
TopicsComplexity and Algorithms in Graphs · Advanced Graph Theory Research · Machine Learning and Algorithms
