paper-with-me

Papers

Randomized Algorithms for Monotone Submodular Function Maximization on the Integer Lattice

2021-11-19 · Alberto Schiabel, Vyacheslav Kungurtsev, Jakub Marecek

Optimization problems with set submodular objective functions have many real-world applications. In discrete scenarios, where the same item can be selected more than once, the domain is generalized from a 2-element set to a bounded integer lattice. In this work, we consider the problem of maximizing a monotone submodular function on the bounded integer lattice subject to a cardinality constraint. In particular, we focus on maximizing DR-submodular functions, i.e., functions defined on the integer lattice that exhibit the diminishing returns property. Given any epsilon > 0, we present a randomized algorithm with probabilistic guarantees of O(1 - 1/e - epsilon) approximation, using a framework inspired by a Stochastic Greedy algorithm developed for set submodular functions by Mirzasoleiman et al. We then show that, on synthetic DR-submodular functions, applying our proposed algorithm on the integer lattice is faster than the alternatives, including reducing a target problem to the set domain and then applying the fastest known set submodular maximization algorithm.

📄 PDF Abstract BibTeX arXiv:2111.10175

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Randomized Greedy Learning for Non-monotone Stochastic Submodular Maximization Under Full-bandit Feedback

2023-02-02 · Fares Fourati, Vaneet Aggarwal, Christopher John Quinn, Mohamed-Slim Alouini

We investigate the problem of unconstrained combinatorial multi-armed bandits with full-bandit feedback and stochastic rewards for submodular maximization. Previous works investigate the same problem assuming a submodula…

Multi-Armed Bandits

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 Cost of Consistency: Submodular Maximization with Constant Recourse

2024-12-03 · Paul Dütting, Federico Fusco, Silvio Lattanzi, Ashkan Norouzi-Fard 외

In this work, we study online submodular maximization, and how the requirement of maintaining a stable solution impacts the approximation. In particular, we seek bounds on the best-possible approximation ratio that is at…

Differentially Private Decomposable Submodular Maximization

2020-05-29 · Anamay Chaturvedi, Huy Nguyen, Lydia Zakynthinou

We study the problem of differentially private constrained maximization of decomposable submodular functions. A submodular function is decomposable if it takes the form of a sum of submodular functions. The special case …

Monotone k-Submodular Function Maximization with Size Constraints

2015-12-01 · NeurIPS 2015 12 · Naoto Ohsaka, Yuichi Yoshida

A $k$-submodular function is a generalization of a submodular function, where the input consists of $k$ disjoint subsets, instead of a single subset, of the domain.Many machine learning problems, including influence maxi…

BIG-bench Machine Learning