English

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

Data Structures and Algorithms 2024-02-20 v3 Machine Learning

Abstract

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 in modern day applications can render existing algorithms prohibitively slow, while frequently, those instances are also inherently stochastic. Focusing on these challenges, we revisit the classic problem of maximizing a (possibly non-monotone) submodular function subject to a knapsack constraint. We present a simple randomized greedy algorithm that achieves a 5.835.83 approximation and runs in O(nlogn)O(n \log n) time, i.e., at least a factor nn faster than other state-of-the-art algorithms. The robustness of our approach allows us to further transfer it to a stochastic version of the problem. There, we obtain a 9-approximation to the best adaptive policy, which is the first constant approximation for non-monotone objectives. Experimental evaluation of our algorithms showcases their improved performance on real and synthetic data.

Keywords

Cite

@article{arxiv.2007.05014,
  title  = {Fast Adaptive Non-Monotone Submodular Maximization Subject to a Knapsack Constraint},
  author = {Georgios Amanatidis and Federico Fusco and Philip Lazos and Stefano Leonardi and Rebecca Reiffenhäuser},
  journal= {arXiv preprint arXiv:2007.05014},
  year   = {2024}
}

Comments

Same as v1. Version 2 was a replacement intended for arXiv:2102.08327 and erroneously updated here

R2 v1 2026-06-23T16:59:46.862Z