# Guarantees of Stochastic Greedy Algorithms for Non-monotone Submodular   Maximization with Cardinality Constraint

**Authors:** Shinsaku Sakaue

arXiv: 1908.06242 · 2020-01-13

## TL;DR

This paper proves that a slightly modified stochastic greedy algorithm can achieve near 1/4-approximation guarantees for non-monotone submodular maximization under a cardinality constraint, with high efficiency.

## Contribution

It introduces a modification to the stochastic greedy algorithm that guarantees a constant-factor approximation for non-monotone functions with minimal oracle queries.

## Key findings

- SG achieves almost 1/4-approximation in expectation.
- The modified SG is efficient with linear time complexity.
- Experiments confirm the effectiveness of the modified SG.

## Abstract

Submodular maximization with a cardinality constraint can model various problems, and those problems are often very large in practice. For the case where objective functions are monotone, many fast approximation algorithms have been developed. The stochastic greedy algorithm (SG) is one such algorithm, which is widely used thanks to its simplicity, efficiency, and high empirical performance. However, its approximation guarantee has been proved only for monotone objective functions. When it comes to non-monotone objective functions, existing approximation algorithms are inefficient relative to the fast algorithms developed for the case of monotone objectives. In this paper, we prove that SG (with slight modification) can achieve almost $1/4$-approximation guarantees in expectation in linear time even if objective functions are non-monotone. Our result provides a constant-factor approximation algorithm with the fewest oracle queries for non-monotone submodular maximization with a cardinality constraint. Experiments validate the performance of (modified) SG.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1908.06242/full.md

## Figures

14 figures with captions in the complete paper: https://tomesphere.com/paper/1908.06242/full.md

## References

36 references — full list in the complete paper: https://tomesphere.com/paper/1908.06242/full.md

---
Source: https://tomesphere.com/paper/1908.06242