Improved Parallel Algorithm for Non-Monotone Submodular Maximization under Knapsack Constraint
Tan D. Tran, Canh V. Pham, Dung T. K. Ha, Phuong N. H. Pham
TL;DR
The paper tackles non-monotone submodular maximization under a knapsack constraint (SMK) on large ground sets. It introduces the AST algorithm, a parallel approach that attains a $(7+\epsilon)$-approximation within $O(\log n)$ adaptive rounds and $ ilde{O}(nk)$ queries by employing an alternate threshold framework that alternates two disjoint candidate solutions across a constant number of iterations. The method boosts solution quality via a threshold-sampling-based process and a boosting phase that may incorporate UnSubMax, leading to strong theoretical guarantees and practical performance. Empirical evaluations on Revenue Maximization, Image Summarization, and Maximum Weighted Cut demonstrate superior objective values and comparable adaptivity relative to state-of-the-art parallel SMK algorithms, highlighting AST's potential for scalable, near-optimal optimization in large-scale settings.
Abstract
This work proposes an efficient parallel algorithm for non-monotone submodular maximization under a knapsack constraint problem over the ground set of size $n$. Our algorithm improves the best approximation factor of the existing parallel one from $8+ε$ to $7+ε$ with $O(\log n)$ adaptive complexity. The key idea of our approach is to create a new alternate threshold algorithmic framework. This strategy alternately constructs two disjoint candidate solutions within a constant number of sequence rounds. Then, the algorithm boosts solution quality without sacrificing the adaptive complexity. Extensive experimental studies on three applications, Revenue Maximization, Image Summarization, and Maximum Weighted Cut, show that our algorithm not only significantly increases solution quality but also requires comparative adaptivity to state-of-the-art algorithms.
