English

A Nearly-linear Time Algorithm for Submodular Maximization with a Knapsack Constraint

Data Structures and Algorithms 2018-11-20 v3

Abstract

We consider the problem of maximizing a monotone submodular function subject to a knapsack constraint. Our main contribution is an algorithm that achieves a nearly-optimal, 11/eϵ1 - 1/e - \epsilon approximation, using (1/ϵ)O(1/ϵ4)nlog2n(1/\epsilon)^{O(1/\epsilon^4)} n \log^2{n} function evaluations and arithmetic operations. Our algorithm is impractical but theoretically interesting, since it overcomes a fundamental running time bottleneck of the multilinear extension relaxation framework. This is the main approach for obtaining nearly-optimal approximation guarantees for important classes of constraints but it leads to Ω(n2)\Omega(n^2) running times, since evaluating the multilinear extension is expensive. Our algorithm maintains a fractional solution with only a constant number of entries that are strictly fractional, which allows us to overcome this obstacle.

Keywords

Cite

@article{arxiv.1709.09767,
  title  = {A Nearly-linear Time Algorithm for Submodular Maximization with a Knapsack Constraint},
  author = {Alina Ene and Huy L. Nguyen},
  journal= {arXiv preprint arXiv:1709.09767},
  year   = {2018}
}

Comments

The matroid results included in v2 are now part of a separate arxiv paper

R2 v1 2026-06-22T21:57:18.471Z