LGMLAug 11, 2020

Beyond Pointwise Submodularity: Non-Monotone Adaptive Submodular Maximization in Linear Time

arXiv:2008.05004v420 citations
AI Analysis

This work addresses computational efficiency challenges in submodular optimization for researchers and practitioners, offering faster algorithms with theoretical guarantees, though it is incremental in extending prior results.

The paper tackles the non-monotone adaptive submodular maximization problem under a cardinality constraint, showing that an existing algorithm achieves a 1/e approximation ratio without requiring pointwise submodularity and developing a new linear-time algorithm with a 1/e-ε approximation ratio using O(nε^{-2}log ε^{-1}) queries, independent of the constraint size.

In this paper, we study the non-monotone adaptive submodular maximization problem subject to a cardinality constraint. We first revisit the adaptive random greedy algorithm proposed in \citep{gotovos2015non}, where they show that this algorithm achieves a $1/e$ approximation ratio if the objective function is adaptive submodular and pointwise submodular. It is not clear whether the same guarantee holds under adaptive submodularity (without resorting to pointwise submodularity) or not. Our first contribution is to show that the adaptive random greedy algorithm achieves a $1/e$ approximation ratio under adaptive submodularity. One limitation of the adaptive random greedy algorithm is that it requires $O(n\times k)$ value oracle queries, where $n$ is the size of the ground set and $k$ is the cardinality constraint. Our second contribution is to develop the first linear-time algorithm for the non-monotone adaptive submodular maximization problem. Our algorithm achieves a $1/e-ε$ approximation ratio (this bound is improved to $1-1/e-ε$ for monotone case), using only $O(nε^{-2}\log ε^{-1})$ value oracle queries. Notably, $O(nε^{-2}\log ε^{-1})$ is independent of the cardinality constraint. For the monotone case, we propose a faster algorithm that achieves a $1-1/e-ε$ approximation ratio in expectation with $O(n \log \frac{1}ε)$ value oracle queries. We also generalize our study by considering a partition matroid constraint, and develop a linear-time algorithm for monotone and fully adaptive submodular functions.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes