A Threshold Greedy Algorithm for Noisy Submodular Maximization
Wenjing Chen, Shuo Xing, Victoria G. Crawford
TL;DR
This work tackles submodular maximization under noisy access to $f$, introducing Confident Sample (CS) to test whether a marginal gain crosses a threshold with high probability using few samples. Leveraging CS, the authors develop CTG for monotone MSMC, CDG for USM, and CCTG for MSMM, achieving approximation guarantees arbitrarily close to the classic value-oracle benchmarks (near $1-1/e$ for most problems and near $1/3$ for USM) while substantially reducing sample complexity. The theoretical results provide explicit per-call sample bounds and overall query complexity, with a continuous-threshold variant for matroid constraints that extends the approach to continuous optimization via the multilinear extension and swap rounding. Empirically, CTG demonstrates strong sample efficiency on data-summarization and influence-maximization tasks, outperforming several baselines in total and average samples required while preserving competitive objective values.
Abstract
We consider the maximization of a submodular objective function $f:2^U\to\mathbb{R}_{\geq 0}$, where the objective $f$ is not accessed as a value oracle but instead subject to noisy queries. We introduce a versatile adaptive sampling procedure called which determines whether the marginal gain of the function $f$ is approximately above or below an input threshold with high probability in as few noisy samples as possible. Using the sampling procedure as a subroutine, we propose sample efficient algorithms for monotone submodular maximization with cardinality and matroid constraints, as well as unconstrained non-monotone submodular maximization. The proposed algorithms achieve approximation guarantees arbitrarily close to those of the standard value oracle setting. We further provide an experimental evaluation on real instances of submodular maximization and demonstrate the sample efficiency of our proposed algorithm relative to alternative approaches.
