AISep 6, 2024

Improved Parallel Algorithm for Non-Monotone Submodular Maximization under Knapsack Constraint

arXiv:2409.04415v1h-index: 6
Originality Incremental advance
AI Analysis

This work addresses an incremental improvement in optimization algorithms for researchers in submodular maximization, with applications in areas like revenue maximization and image summarization.

The paper tackles the problem of non-monotone submodular maximization under a knapsack constraint by proposing a parallel algorithm that improves the approximation factor from 8+ε to 7+ε with O(log n) adaptive complexity.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes