English

Submodular Streaming in All its Glory: Tight Approximation, Minimum Memory and Low Adaptive Complexity

Machine Learning 2019-05-14 v2 Data Structures and Algorithms Machine Learning

Abstract

Streaming algorithms are generally judged by the quality of their solution, memory footprint, and computational complexity. In this paper, we study the problem of maximizing a monotone submodular function in the streaming setting with a cardinality constraint kk. We first propose Sieve-Streaming++, which requires just one pass over the data, keeps only O(k)O(k) elements and achieves the tight (1/2)(1/2)-approximation guarantee. The best previously known streaming algorithms either achieve a suboptimal (1/4)(1/4)-approximation with Θ(k)\Theta(k) memory or the optimal (1/2)(1/2)-approximation with O(klogk)O(k\log k) memory. Next, we show that by buffering a small fraction of the stream and applying a careful filtering procedure, one can heavily reduce the number of adaptive computational rounds, thus substantially lowering the computational complexity of Sieve-Streaming++. We then generalize our results to the more challenging multi-source streaming setting. We show how one can achieve the tight (1/2)(1/2)-approximation guarantee with O(k)O(k) shared memory while minimizing not only the required rounds of computations but also the total number of communicated bits. Finally, we demonstrate the efficiency of our algorithms on real-world data summarization tasks for multi-source streams of tweets and of YouTube videos.

Keywords

Cite

@article{arxiv.1905.00948,
  title  = {Submodular Streaming in All its Glory: Tight Approximation, Minimum Memory and Low Adaptive Complexity},
  author = {Ehsan Kazemi and Marko Mitrovic and Morteza Zadimoghaddam and Silvio Lattanzi and Amin Karbasi},
  journal= {arXiv preprint arXiv:1905.00948},
  year   = {2019}
}

Comments

Proceedings of the 36th International Conference on Machine Learning, Long Beach, California, PMLR 97, 2019

R2 v1 2026-06-23T08:55:40.581Z