paper-with-me

홈 › Papers

Beyond $1/2$-Approximation for Submodular Maximization on Massive Data Streams

2018-08-06 · Ashkan Norouzi-Fard, Jakub Tarnawski, Slobodan Mitrović, Amir Zandieh, Aida Mousavifar, Ola Svensson

Many tasks in machine learning and data mining, such as data diversification, non-parametric learning, kernel machines, clustering etc., require extracting a small but representative summary from a massive dataset. Often, such problems can be posed as maximizing a submodular set function subject to a cardinality constraint. We consider this question in the streaming setting, where elements arrive over time at a fast pace and thus we need to design an efficient, low-memory algorithm. One such method, proposed by Badanidiyuru et al. (2014), always finds a $0.5$-approximate solution. Can this approximation factor be improved? We answer this question affirmatively by designing a new algorithm SALSA for streaming submodular maximization. It is the first low-memory, single-pass algorithm that improves the factor $0.5$, under the natural assumption that elements arrive in a random order. We also show that this assumption is necessary, i.e., that there is no such algorithm with better than $0.5$-approximation when elements arrive in arbitrary order. Our experiments demonstrate that SALSA significantly outperforms the state of the art in applications related to exemplar-based clustering, social graph analysis, and recommender systems.

📄 PDF Abstract BibTeX arXiv:1808.01842

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringRecommendation Systems

Similar Papers 제목 키워드 기반

Beyond 1/2-Approximation for Submodular Maximization on Massive Data Streams

2018-07-01 · ICML 2018 7 · Ashkan Norouzi-Fard, Jakub Tarnawski, Slobodan Mitrovic, Amir Zandieh 외

Many tasks in machine learning and data mining, such as data diversification, non-parametric learning, kernel machines, clustering etc., require extracting a small but representative summary from a massive dataset. …

ClusteringRecommendation Systems

Weakly Submodular Maximization Beyond Cardinality Constraints: Does Randomization Help Greedy?

2017-07-13 · ICML 2018 7 · Lin Chen, Moran Feldman, Amin Karbasi

Submodular functions are a broad class of set functions, which naturally arise in diverse areas. Many algorithms have been suggested for the maximization of these functions. Unfortunately, once the function deviates from…

Beyond Pointwise Submodularity: Non-Monotone Adaptive Submodular Maximization subject to Knapsack and $k$-System Constraints

2021-04-10 · Shaojie Tang

In this paper, we study the non-monotone adaptive submodular maximization problem subject to a knapsack and a $k$-system constraints. The input of our problem is a set of items, where each item has a particular state dra…

2k

Fast Adaptive Non-Monotone Submodular Maximization Subject to a Knapsack Constraint

2020-07-09 · NeurIPS 2020 12 · Georgios Amanatidis, Federico Fusco, Philip Lazos, Stefano Leonardi 외

Constrained submodular maximization problems encompass a wide variety of applications, including personalized recommendation, team formation, and revenue maximization via viral marketing. The massive instances occurring …

Marketing

The Power of Randomization: Distributed Submodular Maximization on Massive Datasets

2015-02-09 · Rafael da Ponte Barbosa, Alina Ene, Huy L. Nguyen, Justin Ward

A wide variety of problems in machine learning, including exemplar clustering, document summarization, and sensor placement, can be cast as constrained submodular maximization problems. Unfortunately, the resulting submo…

BIG-bench Machine LearningClusteringDocument Summarization