paper-with-me

Papers

Very Fast Streaming Submodular Function Maximization

2020-10-20 · Sebastian Buschjäger, Philipp-Jan Honysz, Lukas Pfahler, Katharina Morik

Data summarization has become a valuable tool in understanding even terabytes of data. Due to their compelling theoretical properties, submodular functions have been in the focus of summarization algorithms. These algorithms offer worst-case approximations guarantees to the expense of higher computation and memory requirements. However, many practical applications do not fall under this worst-case, but are usually much more well-behaved. In this paper, we propose a new submodular function maximization algorithm called ThreeSieves, which ignores the worst-case, but delivers a good solution in high probability. It selects the most informative items from a data-stream on the fly and maintains a provable performance on a fixed memory budget. In an extensive evaluation, we compare our method against $6$ other methods on $8$ different datasets with and without concept drift. We show that our algorithm outperforms current state-of-the-art algorithms and, at the same time, uses fewer resources. Last, we highlight a real-world use-case of our algorithm for data summarization in gamma-ray astronomy. We make our code publicly available at https://github.com/sbuschjaeger/SubmodularStreamingMaximization.

📄 PDF Abstract BibTeX arXiv:2010.10059

Code (1)

sbuschjaeger/SubmodularStreamingMaximization 공식 구현

Tasks

AstronomyData Summarization

Similar Papers 제목 키워드 기반

Streaming Submodular Maximization with Differential Privacy

2022-10-25 · Anamay Chaturvedi, Huy Lê Nguyen, Thy Nguyen

In this work, we study the problem of privately maximizing a submodular function in the streaming setting. Extensive work has been done on privately maximizing submodular functions in the general case when the function d…

Streaming Submodular Maximization under a k-Set System Constraint

2020-01-01 · ICML 2020 1 · Ran Haba, Ehsan Kazemi, Moran Feldman, Amin Karbasi

In this paper, we propose a novel framework that converts streaming algorithms for monotone submodular maximization into streaming algorithms for non-monotone submodular maximization. This reduction readily leads to the …

Data SummarizationMovie Recommendation

Streaming Submodular Maximization under a $k$-Set System Constraint

2020-02-09 · Ran Haba, Ehsan Kazemi, Moran Feldman, Amin Karbasi

In this paper, we propose a novel framework that converts streaming algorithms for monotone submodular maximization into streaming algorithms for non-monotone submodular maximization. This reduction readily leads to the …

Data SummarizationMovie Recommendation

Streaming Algorithm for Monotone k-Submodular Maximization with Cardinality Constraints

2022-06-28 · International Conference on Machine Learning 2022 6 · Alina Ene, Huy L. Nguyen

Maximizing a monotone k-submodular function subject to cardinality constraints is a general model for several applications ranging from influence maximization with multiple products to sensor placement with multiple sens…

POS

Streaming Adaptive Submodular Maximization

2022-08-17 · Shaojie Tang, Jing Yuan

Many sequential decision making problems can be formulated as an adaptive submodular maximization problem. However, most of existing studies in this field focus on pool-based setting, where one can pick items in any orde…

Decision MakingSequential Decision Making