🤖 AI Summary
Parallel maximization of non-monotone submodular functions under cardinality constraints suffers from a trade-off: continuous algorithms achieve a $1/e$ approximation but incur high adaptivity and query complexity, while combinatorial algorithms have long struggled to simultaneously guarantee strong approximation ratios and efficiency.
Method: We propose the first randomized parallel combinatorial framework, yielding two novel algorithms: (1) a deterministic algorithm achieving a $(1/e - varepsilon)$-approximation; and (2) a high-probability algorithm attaining a $(1/4 - varepsilon)$-approximation. Both integrate sampling, threshold-based filtering, and parallel greedy selection, supported by randomized analysis and adaptive control techniques.
Results: Our algorithms achieve $mathcal{O}(log n log k)$ adaptivity and $mathcal{O}(n log n log k)$ query complexity—matching the state-of-the-art for monotone settings. Experiments demonstrate competitive objective values and significantly improved query efficiency over baselines, thereby bridging the theoretical gap between continuous optimization and combinatorial approaches.
📝 Abstract
With the rapid growth of data in modern applications, parallel combinatorial algorithms for maximizing non-monotone submodular functions have gained significant attention. The state-of-the-art approximation ratio of $1/e$ is currently achieved only by a continuous algorithm (Ene & Nguyen, 2020) with adaptivity $mathcal O(log(n))$. In this work, we focus on size constraints and propose a $(1/4-varepsilon)$-approximation algorithm with high probability for this problem, as well as the first randomized parallel combinatorial algorithm achieving a $1/e-varepsilon$ approximation ratio, which bridges the gap between continuous and combinatorial approaches. Both algorithms achieve $mathcal O(log(n)log(k))$ adaptivity and $mathcal O(nlog(n)log(k))$ query complexity. Empirical results show our algorithms achieve competitive objective values, with the first algorithm particularly efficient in queries.