ResQue Greedy: Rewiring Sequential Greedy for Improved Submodular Maximization
Joan Vendrell Gallart, Alan Kuhnle, Solmaz Kia
TL;DR
ResQue Greedy addresses submodular maximization under a cardinality constraint by introducing curvature-aware rewiring of the sequential greedy path. The method defines set curvature $\gamma(S|A)$ and expansion curvature $\gamma_e(S)$, and uses a trigger law to detect when rewiring is potentially beneficial, followed by a step-back policy to modify the current solution path. Theoretical guarantees maintain the standard worst-case bound $1-e^{-1}$, while practical performance improves as demonstrated in coverage problems, with only modest additional computational overhead. This curvature-driven rewiring framework provides a practical, scalable approach to elevate greedy-based submodular maximization in resource allocation tasks.
Abstract
This paper introduces Rewired Sequential Greedy (ResQue Greedy), an enhanced approach for submodular maximization under cardinality constraints. By integrating a novel set curvature metric within a lattice-based framework, ResQue Greedy identifies and corrects suboptimal decisions made by the standard sequential greedy algorithm. Specifically, a curvature-aware rewiring strategy is employed to dynamically redirect the solution path, leading to improved approximation performance over the conventional sequential greedy algorithm without significantly increasing computational complexity. Numerical experiments demonstrate that ResQue Greedy achieves tighter near-optimality bounds compared to the traditional sequential greedy method.
