Approximate Set Union Via Approximate Randomization
Data Structures and Algorithms
2018-06-18 v3 Computational Complexity
Computational Geometry
Discrete Mathematics
Abstract
We develop an randomized approximation algorithm for the size of set union problem \arrowvertA1∪A2∪...∪Am\arrowvert, which given a list of sets A1,...,Am with approximate set size mi for Ai with mi∈((1−βL)∣Ai∣,(1+βR)∣Ai∣), and biased random generators with Prob(x=\randomElm(Ai))∈[∣Ai∣1−αL,∣Ai∣1+αR] for each input set Ai and element x∈Ai, where i=1,2,...,m. The approximation ratio for \arrowvertA1∪A2∪...∪Am\arrowvert is in the range [(1−ϵ)(1−αL)(1−βL),(1+ϵ)(1+αR)(1+βR)] for any ϵ∈(0,1), where αL,αR,βL,βR∈(0,1). 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 elements from the input sets in one round. Our algorithm makes adaptive accesses to input sets with multiple rounds. Our algorithm gives an approximation scheme with O(\setCount⋅(log\setCount)O(1)) running time and O(logm) rounds, where m is the number of sets. Our algorithm can handle input sets that can generate random elements with bias, and its approximation ratio depends on the bias. Our algorithm gives a flexible tradeoff with time complexity O(\setCount1+ξ) and round complexity O(ξ1) for any ξ∈(0,1).
Cite
@article{arxiv.1802.06204,
title = {Approximate Set Union Via Approximate Randomization},
author = {Bin Fu and Pengfei Gu and Yuming Zhao},
journal= {arXiv preprint arXiv:1802.06204},
year = {2018}
}