DSLGAug 21, 2023

Practical Parallel Algorithms for Non-Monotone Submodular Maximization

arXiv:2308.10656v21 citationsh-index: 20
Originality Incremental advance
AI Analysis

This addresses the need for efficient parallel algorithms in AI domains like machine learning and computer vision, offering incremental improvements in adaptive complexity for submodular optimization.

The paper tackles the problem of non-monotone submodular maximization under knapsack and k-system constraints by developing combinatorial algorithms that achieve an (8+ε)-approximation with O(log n) adaptive complexity, which is near-optimal, and also applies to cardinality constraints with performance comparable to state-of-the-art methods.

Submodular maximization has found extensive applications in various domains within the field of artificial intelligence, including but not limited to machine learning, computer vision, and natural language processing. With the increasing size of datasets in these domains, there is a pressing need to develop efficient and parallelizable algorithms for submodular maximization. One measure of the parallelizability of a submodular maximization algorithm is its adaptive complexity, which indicates the number of sequential rounds where a polynomial number of queries to the objective function can be executed in parallel. In this paper, we study the problem of non-monotone submodular maximization subject to a knapsack constraint, and propose the first combinatorial algorithm achieving an $(8+ε)$-approximation under $\mathcal{O}(\log n)$ adaptive complexity, which is \textit{optimal} up to a factor of $\mathcal{O}(\log\log n)$. Moreover, we also propose the first algorithm with both provable approximation ratio and sublinear adaptive complexity for the problem of non-monotone submodular maximization subject to a $k$-system constraint. As a by-product, we show that our two algorithms can also be applied to the special case of submodular maximization subject to a cardinality constraint, and achieve performance bounds comparable with those of state-of-the-art algorithms. Finally, the effectiveness of our approach is demonstrated by extensive experiments on real-world applications.

Foundations

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

Your Notes