Discretely Beyond $1/e$: Guided Combinatorial Algorithms for Submodular Maximization
Yixin Chen, Ankur Nath, Chunli Peng, Alan Kuhnle
TL;DR
The paper addresses constrained, not-necessarily monotone submodular maximization under size and matroid constraints in the value oracle model, where standard combinatorial methods are stuck at a $$1/e$$-approximation. It introduces a novel framework that guides a fast local search-based signal into a randomized greedy procedure, achieving a $$0.385-\\varepsilon$$-approximation for size and $$0.305-\\varepsilon$$ for general matroids with $$\mathcal{O}(kn/\\varepsilon)$$ queries; it also provides deterministic variants with the same ratios and a nearly linear-time deterministic algorithm achieving $$0.377-\\varepsilon$$. The approach hinges on a Fast Local Search (FastLS) to produce a guiding set and a Guided RandomGreedy (GuidedRG) that uses this guidance to improve the recurrences governing progress toward the optimum. Empirically, the methods outperform classical Greedy and RandomGreedy baselines on video summarization and Maximum Cut problems, illustrating practical gains despite higher per-instance query costs, and establishing a path toward more scalable combinatorial algorithms for non-monotone submodular maximization.
Abstract
For constrained, not necessarily monotone submodular maximization, all known approximation algorithms with ratio greater than $1/e$ require continuous ideas, such as queries to the multilinear extension of a submodular function and its gradient, which are typically expensive to simulate with the original set function. For combinatorial algorithms, the best known approximation ratios for both size and matroid constraint are obtained by a simple randomized greedy algorithm of Buchbinder et al. [9]: $1/e \approx 0.367$ for size constraint and $0.281$ for the matroid constraint in $\mathcal O (kn)$ queries, where $k$ is the rank of the matroid. In this work, we develop the first combinatorial algorithms to break the $1/e$ barrier: we obtain approximation ratio of $0.385$ in $\mathcal O (kn)$ queries to the submodular set function for size constraint, and $0.305$ for a general matroid constraint. These are achieved by guiding the randomized greedy algorithm with a fast local search algorithm. Further, we develop deterministic versions of these algorithms, maintaining the same ratio and asymptotic time complexity. Finally, we develop a deterministic, nearly linear time algorithm with ratio $0.377$.
