Improved Algorithms for Maximum Coverage in Dynamic and Random Order Streams

arxiv(2024)

引用 0|浏览0
暂无评分
摘要
The maximum coverage problem is to select k sets from a collection of sets such that the cardinality of the union of the selected sets is maximized. We consider (1-1/e-ϵ)-approximation algorithms for this NP-hard problem in three standard data stream models. 1. Dynamic Model. The stream consists of a sequence of sets being inserted and deleted. Our multi-pass algorithm uses ϵ^-2 k ·polylog(n,m) space. The best previous result (Assadi and Khanna, SODA 2018) used (n +ϵ^-4 k) polylog(n,m) space. While both algorithms use O(ϵ^-1log n) passes, our analysis shows that when ϵ is a constant, it is possible to reduce the number of passes by a 1/loglog n factor without incurring additional space. 2. Random Order Model. In this model, there are no deletions and the sets forming the instance are uniformly randomly permuted to form the input stream. We show that a single pass and k polylog(n,m) space suffices for arbitrary small constant ϵ. The best previous result, by Warneke et al. (ESA 2023), used k^2 polylog(n,m) space. 3. Insert-Only Model. Lastly, our results, along with numerous previous results, use a sub-sampling technique introduced by McGregor and Vu (ICDT 2017) to sparsify the input instance. We explain how this technique and others used in the paper can be implemented such that the amortized update time of our algorithm is polylogarithmic. This also implies an improvement of the state-of-the-art insert only algorithms in terms of the update time: polylog(m,n) update time suffices whereas the best previous result by Jaud et al. (SEA 2023) required update time that was linear in k.
更多
查看译文
AI 理解论文
溯源树
样例
生成溯源树,研究论文发展脉络
Chat Paper
正在生成论文摘要